|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WfProcessInstanceQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
failed()
Adds a constraint to the predicate for WfProcessInstance
testing whether the value of the feature failed is
null or not. |
BooleanTypePredicate |
forAllFailed()
Adds a constraint for the feature failed to the predicate. |
ComparableTypePredicate<Date> |
forAllLastActivityOn()
Adds a constraint for the feature lastActivityOn to the
predicate. |
WfProcessInstanceQuery |
forAllParent()
Adds a constraint for the feature parent to the predicate. |
ComparableTypePredicate<Date> |
forAllStartedOn()
Adds a constraint for the feature startedOn to the
predicate. |
ComparableTypePredicate<Integer> |
forAllStepCounter()
Adds a constraint for the feature stepCounter to the
predicate. |
ResourceIdentifierTypePredicate<URI> |
forAllTargetObject()
Adds a constraint for the feature targetObject to the
predicate. |
OptionalFeaturePredicate |
lastActivityOn()
Adds a constraint to the predicate for WfProcessInstance
testing whether the value of the feature lastActivityOn is
null or not. |
SimpleTypeOrder |
orderByFailed()
Allows to adds a sort instruction for WfProcessInstance
depending the feature failed
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByLastActivityOn()
Allows to adds a sort instruction for WfProcessInstance
depending the feature lastActivityOn
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByStartedOn()
Allows to adds a sort instruction for WfProcessInstance
depending the feature startedOn
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByStepCounter()
Allows to adds a sort instruction for WfProcessInstance
depending the feature stepCounter
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByTargetObject()
Allows to adds a sort instruction for WfProcessInstance
depending the feature targetObject
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
parent()
Adds a constraint to the predicate for WfProcessInstance
testing whether the value of the feature parent is
null or not. |
WfProcessQuery |
process()
|
OptionalFeaturePredicate |
startedOn()
Adds a constraint to the predicate for WfProcessInstance
testing whether the value of the feature startedOn is
null or not. |
OptionalFeaturePredicate |
stepCounter()
Adds a constraint to the predicate for WfProcessInstance
testing whether the value of the feature stepCounter is
null or not. |
OptionalFeaturePredicate |
targetObject()
Adds a constraint to the predicate for WfProcessInstance
testing whether the value of the feature targetObject is
null or not. |
BooleanTypePredicate |
thereExistsFailed()
Adds a constraint for the feature failed to the predicate. |
ComparableTypePredicate<Date> |
thereExistsLastActivityOn()
Adds a constraint for the feature lastActivityOn to the
predicate. |
WfProcessInstanceQuery |
thereExistsParent()
Adds a constraint for the feature parent to the predicate. |
ComparableTypePredicate<Date> |
thereExistsStartedOn()
Adds a constraint for the feature startedOn to the
predicate. |
ComparableTypePredicate<Integer> |
thereExistsStepCounter()
Adds a constraint for the feature stepCounter to the
predicate. |
ResourceIdentifierTypePredicate<URI> |
thereExistsTargetObject()
Adds a constraint for the feature targetObject to the
predicate. |
| 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 failed()
WfProcessInstance
testing whether the value of the feature failed is
null or not.
BooleanTypePredicate thereExistsFailed()
failed to the predicate.
The predicate for WfProcessInstance evaluates
true if its value of feature failed 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!
BooleanTypePredicate forAllFailed()
failed to the predicate.
The predicate for WfProcessInstance evaluates
true if its value of feature failed 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 orderByFailed()
WfProcessInstance
depending the feature failed
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate lastActivityOn()
WfProcessInstance
testing whether the value of the feature lastActivityOn is
null or not.
ComparableTypePredicate<Date> thereExistsLastActivityOn()
lastActivityOn to the
predicate. The predicate for WfProcessInstance evaluates
true if its value of feature lastActivityOn
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!
ComparableTypePredicate<Date> forAllLastActivityOn()
lastActivityOn to the
predicate. The predicate for WfProcessInstance evaluates
true if its value of feature lastActivityOn
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 orderByLastActivityOn()
WfProcessInstance
depending the feature lastActivityOn
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate parent()
WfProcessInstance
testing whether the value of the feature parent is
null or not.
WfProcessInstanceQuery thereExistsParent()
parent to the predicate.
The predicate for WfProcessInstance evaluates
true if its value of feature parent 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!
WfProcessInstanceQuery forAllParent()
parent to the predicate.
The predicate for WfProcessInstance evaluates
true if its value of feature parent 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!
WfProcessQuery process()
OptionalFeaturePredicate startedOn()
WfProcessInstance
testing whether the value of the feature startedOn is
null or not.
ComparableTypePredicate<Date> thereExistsStartedOn()
startedOn to the
predicate. The predicate for WfProcessInstance evaluates
true if its value of feature startedOn
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!
ComparableTypePredicate<Date> forAllStartedOn()
startedOn to the
predicate. The predicate for WfProcessInstance evaluates
true if its value of feature startedOn
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 orderByStartedOn()
WfProcessInstance
depending the feature startedOn
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate stepCounter()
WfProcessInstance
testing whether the value of the feature stepCounter is
null or not.
ComparableTypePredicate<Integer> thereExistsStepCounter()
stepCounter to the
predicate. The predicate for WfProcessInstance evaluates
true if its value of feature stepCounter
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!
ComparableTypePredicate<Integer> forAllStepCounter()
stepCounter to the
predicate. The predicate for WfProcessInstance evaluates
true if its value of feature stepCounter
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 orderByStepCounter()
WfProcessInstance
depending the feature stepCounter
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate targetObject()
WfProcessInstance
testing whether the value of the feature targetObject is
null or not.
ResourceIdentifierTypePredicate<URI> thereExistsTargetObject()
targetObject to the
predicate. The predicate for WfProcessInstance evaluates
true if its value of feature targetObject
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!
ResourceIdentifierTypePredicate<URI> forAllTargetObject()
targetObject to the
predicate. The predicate for WfProcessInstance evaluates
true if its value of feature targetObject
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 orderByTargetObject()
WfProcessInstance
depending the feature targetObject
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 | |||||||||