|
||||||||||
| 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 condition for the feature failed to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature failed satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllLastActivityOn()
Adds a condition for the feature lastActivityOn to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature lastActivityOn satisfies the given condition. |
WfProcessInstanceQuery |
forAllParent()
Adds a condition for the feature parent to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature parent satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllStartedOn()
Adds a condition for the feature startedOn to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature startedOn satisfies the given condition. |
ComparableTypePredicate<Integer> |
forAllStepCounter()
Adds a condition for the feature stepCounter to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature stepCounter satisfies the given condition. |
StringTypePredicate |
forAllTargetObject()
Adds a condition for the feature targetObject to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature targetObject satisfies the given condition. |
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 condition for the feature failed to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature failed satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsLastActivityOn()
Adds a condition for the feature lastActivityOn to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature lastActivityOn satisfies the given condition. |
WfProcessInstanceQuery |
thereExistsParent()
Adds a condition for the feature parent to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature parent satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsStartedOn()
Adds a condition for the feature startedOn to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature startedOn satisfies the given condition. |
ComparableTypePredicate<Integer> |
thereExistsStepCounter()
Adds a condition for the feature stepCounter to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature stepCounter satisfies the given condition. |
StringTypePredicate |
thereExistsTargetObject()
Adds a condition for the feature targetObject to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature targetObject satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| 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.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
|---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery |
|---|
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, 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 for WfProcessInstance, which evaluates to false unless the value of the feature failed satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
BooleanTypePredicate forAllFailed()
failed to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature failed satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
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 for WfProcessInstance, which evaluates to false unless the value of the feature lastActivityOn satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllLastActivityOn()
lastActivityOn to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature lastActivityOn satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
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 for WfProcessInstance, which evaluates to false unless the value of the feature parent satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
WfProcessInstanceQuery forAllParent()
parent to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature parent satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
WfProcessQuery process()
OptionalFeaturePredicate startedOn()
WfProcessInstance testing whether the value of the feature startedOn is null or not.
ComparableTypePredicate<Date> thereExistsStartedOn()
startedOn to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature startedOn satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllStartedOn()
startedOn to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature startedOn satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
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 for WfProcessInstance, which evaluates to false unless the value of the feature stepCounter satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Integer> forAllStepCounter()
stepCounter to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature stepCounter satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
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.
StringTypePredicate thereExistsTargetObject()
targetObject to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature targetObject satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllTargetObject()
targetObject to the predicate for WfProcessInstance, which evaluates to false unless the value of the feature targetObject satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
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 | |||||||||