org.opencrx.kernel.home1.cci2
Interface WfProcessInstanceQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery, PropertySetQuery, SecureObjectQuery, ViewCapableQuery

public interface WfProcessInstanceQuery
extends PropertySetQuery, SecureObjectQuery, 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 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.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, equals, 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 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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllFailed

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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 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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllLastActivityOn

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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 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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllParent

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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 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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllStartedOn

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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 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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllStepCounter

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllTargetObject

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.