|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityProcessTransitionQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for ActivityProcessTransition testing whether the value of the
feature description is null or not. |
OptionalFeaturePredicate |
errState()
Adds a constraint to the predicate for ActivityProcessTransition testing whether the value of the
feature errState is null or not. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
description satisfies the given condition. |
ActivityProcessStateQuery |
forAllErrState()
Adds a condition for the feature errState to the predicate
for ActivityProcessTransition, which evaluates to
false unless the value of the feature
errState satisfies the given condition. |
ComparableTypePredicate<Short> |
forAllNewPercentComplete()
Adds a condition for the feature newPercentComplete to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
newPercentComplete satisfies the given condition. |
ActivityProcessStateQuery |
forAllNextState()
Adds a condition for the feature nextState to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
nextState satisfies the given condition. |
ActivityProcessStateQuery |
forAllPrevState()
Adds a condition for the feature prevState to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
prevState satisfies the given condition. |
StringTypePredicate |
name()
|
ComparableTypePredicate<Short> |
newActivityState()
|
OptionalFeaturePredicate |
newPercentComplete()
Adds a constraint to the predicate for ActivityProcessTransition testing whether the value of the
feature newPercentComplete is null or not. |
OptionalFeaturePredicate |
nextState()
Adds a constraint to the predicate for ActivityProcessTransition testing whether the value of the
feature nextState is null or not. |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for ActivityProcessTransition depending the feature
description
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for ActivityProcessTransition depending the feature
name
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByNewActivityState()
Allows to adds a sort instruction for ActivityProcessTransition depending the feature
newActivityState
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByNewPercentComplete()
Allows to adds a sort instruction for ActivityProcessTransition depending the feature
newPercentComplete
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
prevState()
Adds a constraint to the predicate for ActivityProcessTransition testing whether the value of the
feature prevState is null or not. |
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
description satisfies the given condition. |
ActivityProcessStateQuery |
thereExistsErrState()
Adds a condition for the feature errState to the predicate
for ActivityProcessTransition, which evaluates to
false unless the value of the feature
errState satisfies the given condition. |
ComparableTypePredicate<Short> |
thereExistsNewPercentComplete()
Adds a condition for the feature newPercentComplete to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
newPercentComplete satisfies the given condition. |
ActivityProcessStateQuery |
thereExistsNextState()
Adds a condition for the feature nextState to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
nextState satisfies the given condition. |
ActivityProcessStateQuery |
thereExistsPrevState()
Adds a condition for the feature prevState to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
prevState satisfies the given condition. |
| 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 description()
ActivityProcessTransition testing whether the value of the
feature description is null or not.
StringTypePredicate thereExistsDescription()
description to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
description satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllDescription()
description to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
description satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByDescription()
ActivityProcessTransition depending the feature
description
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate errState()
ActivityProcessTransition testing whether the value of the
feature errState is null or not.
ActivityProcessStateQuery thereExistsErrState()
errState to the predicate
for ActivityProcessTransition, which evaluates to
false unless the value of the feature
errState satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ActivityProcessStateQuery forAllErrState()
errState to the predicate
for ActivityProcessTransition, which evaluates to
false unless the value of the feature
errState satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
StringTypePredicate name()
SimpleTypeOrder orderByName()
ActivityProcessTransition depending the feature
name
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> newActivityState()
SimpleTypeOrder orderByNewActivityState()
ActivityProcessTransition depending the feature
newActivityState
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate newPercentComplete()
ActivityProcessTransition testing whether the value of the
feature newPercentComplete is null or not.
ComparableTypePredicate<Short> thereExistsNewPercentComplete()
newPercentComplete to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
newPercentComplete satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<Short> forAllNewPercentComplete()
newPercentComplete to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
newPercentComplete satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByNewPercentComplete()
ActivityProcessTransition depending the feature
newPercentComplete
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate nextState()
ActivityProcessTransition testing whether the value of the
feature nextState is null or not.
ActivityProcessStateQuery thereExistsNextState()
nextState to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
nextState satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ActivityProcessStateQuery forAllNextState()
nextState to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
nextState satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
OptionalFeaturePredicate prevState()
ActivityProcessTransition testing whether the value of the
feature prevState is null or not.
ActivityProcessStateQuery thereExistsPrevState()
prevState to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
prevState satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ActivityProcessStateQuery forAllPrevState()
prevState to the
predicate for ActivityProcessTransition, which evaluates
to false unless the value of the feature
prevState satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||