|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityProcessTransitionQuery
Method Summary | |
---|---|
MultivaluedFeaturePredicate |
action()
Adds a constraint to the predicate for ActivityProcessTransition testing whether the feature action has values or not. |
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. |
ActivityProcessActionQuery |
forAllAction()
Adds a condition for the feature action to the predicate for ActivityProcessTransition , which evaluates to false unless the value of the feature action satisfies the given condition. |
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. |
ActivityProcessActionQuery |
thereExistsAction()
Adds a condition for the feature action to the predicate for ActivityProcessTransition , which evaluates to false unless the value of the feature action satisfies the given condition. |
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.AuditeeQuery |
---|
audit, forAllAudit, thereExistsAudit |
Methods inherited from interface org.opencrx.kernel.base.cci2.IndexedQuery |
---|
forAllIndexEntry, indexEntry, thereExistsIndexEntry |
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery |
---|
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
Methods inherited from interface org.opencrx.kernel.generic.cci2.LocalizedFieldContainerQuery |
---|
forAllLocalizedField, localizedField, thereExistsLocalizedField |
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedBy |
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
---|
identity, orderByIdentity |
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery |
---|
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, thereExistsModifiedBy |
Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainerQuery |
---|
additionalDescription, forAllAdditionalDescription, thereExistsAdditionalDescription |
Method Detail |
---|
MultivaluedFeaturePredicate action()
ActivityProcessTransition
testing whether the feature action
has values or not.
ActivityProcessActionQuery thereExistsAction()
action
to the predicate for ActivityProcessTransition
, which evaluates to false
unless the value of the feature action
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
ActivityProcessActionQuery forAllAction()
action
to the predicate for ActivityProcessTransition
, which evaluates to false
unless the value of the feature action
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
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 |