org.opencrx.kernel.home1.cci2
Interface WfProcessInstanceQuery

All Superinterfaces:
AnyTypePredicate, org.openmdx.base.cci2.BasicObjectQuery, org.openmdx.base.cci2.ContextCapableQuery, org.openmdx.base.cci2.ExtentCapableQuery, PropertySetQuery, SecureObjectQuery, org.openmdx.compatibility.view1.cci2.ViewCapableQuery

public interface WfProcessInstanceQuery
extends PropertySetQuery, SecureObjectQuery, org.openmdx.base.cci2.BasicObjectQuery


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

failed

OptionalFeaturePredicate failed()
Adds a constraint to the predicate for WfProcessInstance testing whether the value of the feature failed is null or not.


thereExistsFailed

BooleanTypePredicate thereExistsFailed()
Adds a constraint for the feature 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!


forAllFailed

BooleanTypePredicate forAllFailed()
Adds a constraint for the feature 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!


orderByFailed

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!


lastActivityOn

OptionalFeaturePredicate lastActivityOn()
Adds a constraint to the predicate for WfProcessInstance testing whether the value of the feature lastActivityOn is null or not.


thereExistsLastActivityOn

ComparableTypePredicate<Date> thereExistsLastActivityOn()
Adds a constraint for the feature 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!


forAllLastActivityOn

ComparableTypePredicate<Date> forAllLastActivityOn()
Adds a constraint for the feature 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!


orderByLastActivityOn

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!


parent

OptionalFeaturePredicate parent()
Adds a constraint to the predicate for WfProcessInstance testing whether the value of the feature parent is null or not.


thereExistsParent

WfProcessInstanceQuery thereExistsParent()
Adds a constraint for the feature 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!


forAllParent

WfProcessInstanceQuery forAllParent()
Adds a constraint for the feature 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!


process

WfProcessQuery process()

startedOn

OptionalFeaturePredicate startedOn()
Adds a constraint to the predicate for WfProcessInstance testing whether the value of the feature startedOn is null or not.


thereExistsStartedOn

ComparableTypePredicate<Date> thereExistsStartedOn()
Adds a constraint for the feature 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!


forAllStartedOn

ComparableTypePredicate<Date> forAllStartedOn()
Adds a constraint for the feature 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!


orderByStartedOn

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!


stepCounter

OptionalFeaturePredicate stepCounter()
Adds a constraint to the predicate for WfProcessInstance testing whether the value of the feature stepCounter is null or not.


thereExistsStepCounter

ComparableTypePredicate<Integer> thereExistsStepCounter()
Adds a constraint for the feature 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!


forAllStepCounter

ComparableTypePredicate<Integer> forAllStepCounter()
Adds a constraint for the feature 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!


orderByStepCounter

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!


targetObject

OptionalFeaturePredicate targetObject()
Adds a constraint to the predicate for WfProcessInstance testing whether the value of the feature targetObject is null or not.


thereExistsTargetObject

ResourceIdentifierTypePredicate<URI> thereExistsTargetObject()
Adds a constraint for the feature 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!


forAllTargetObject

ResourceIdentifierTypePredicate<URI> forAllTargetObject()
Adds a constraint for the feature 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!


orderByTargetObject

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!



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.