|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityCreationActionQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
activityCreator()
Adds a constraint to the predicate for ActivityCreationAction testing whether the value of the
feature activityCreator is null or not. |
OptionalFeaturePredicate |
activityDescription()
Adds a constraint to the predicate for ActivityCreationAction testing whether the value of the
feature activityDescription is null or not. |
StringTypePredicate |
activityName()
|
ActivityCreatorQuery |
forAllActivityCreator()
Adds a condition for the feature activityCreator to the
predicate for ActivityCreationAction, which evaluates to
false unless the value of the feature
activityCreator satisfies the given condition. |
StringTypePredicate |
forAllActivityDescription()
Adds a condition for the feature activityDescription to
the predicate for ActivityCreationAction, which evaluates
to false unless the value of the feature
activityDescription satisfies the given condition. |
SimpleTypeOrder |
orderByActivityDescription()
Allows to adds a sort instruction for ActivityCreationAction depending the feature
activityDescription
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByActivityName()
Allows to adds a sort instruction for ActivityCreationAction depending the feature
activityName
Note: The order in which orderBy…
instructions are given is relevant! |
ActivityCreatorQuery |
thereExistsActivityCreator()
Adds a condition for the feature activityCreator to the
predicate for ActivityCreationAction, which evaluates to
false unless the value of the feature
activityCreator satisfies the given condition. |
StringTypePredicate |
thereExistsActivityDescription()
Adds a condition for the feature activityDescription to
the predicate for ActivityCreationAction, which evaluates
to false unless the value of the feature
activityDescription satisfies the given condition. |
| Methods inherited from interface org.opencrx.kernel.activity1.cci2.ActivityProcessActionQuery |
|---|
description, forAllDescription, name, orderByDescription, orderByName, thereExistsDescription |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery |
|---|
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate activityCreator()
ActivityCreationAction testing whether the value of the
feature activityCreator is null or not.
ActivityCreatorQuery thereExistsActivityCreator()
activityCreator to the
predicate for ActivityCreationAction, which evaluates to
false unless the value of the feature
activityCreator satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ActivityCreatorQuery forAllActivityCreator()
activityCreator to the
predicate for ActivityCreationAction, which evaluates to
false unless the value of the feature
activityCreator satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
OptionalFeaturePredicate activityDescription()
ActivityCreationAction testing whether the value of the
feature activityDescription is null or not.
StringTypePredicate thereExistsActivityDescription()
activityDescription to
the predicate for ActivityCreationAction, which evaluates
to false unless the value of the feature
activityDescription satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllActivityDescription()
activityDescription to
the predicate for ActivityCreationAction, which evaluates
to false unless the value of the feature
activityDescription satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByActivityDescription()
ActivityCreationAction depending the feature
activityDescription
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate activityName()
SimpleTypeOrder orderByActivityName()
ActivityCreationAction depending the feature
activityName
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||