|
||||||||||
| 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 constraint for the feature activityCreator to the
predicate. |
StringTypePredicate |
forAllActivityDescription()
Adds a constraint for the feature activityDescription to
the predicate. |
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 constraint for the feature activityCreator to the
predicate. |
StringTypePredicate |
thereExistsActivityDescription()
Adds a constraint for the feature activityDescription to
the predicate. |
| Methods inherited from interface org.opencrx.kernel.activity1.query.ActivityProcessActionQuery |
|---|
description, forAllDescription, name, orderByDescription, orderByName, thereExistsDescription |
| Methods inherited from interface org.opencrx.kernel.base.query.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.query.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.query.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.query.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. The predicate for ActivityCreationAction
evaluates true if its value of feature
activityCreator satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
ActivityCreatorQuery forAllActivityCreator()
activityCreator to the
predicate. The predicate for ActivityCreationAction
evaluates true if its value of feature
activityCreator satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
OptionalFeaturePredicate activityDescription()
ActivityCreationAction testing whether the value of the
feature activityDescription is null or not.
StringTypePredicate thereExistsActivityDescription()
activityDescription to
the predicate. The predicate for ActivityCreationAction
evaluates true if its value of feature
activityDescription satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
StringTypePredicate forAllActivityDescription()
activityDescription to
the predicate. The predicate for ActivityCreationAction
evaluates true if its value of feature
activityDescription satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
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 | |||||||||