org.opencrx.kernel.base.cci2
Interface ExecuteWorkflowParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface ExecuteWorkflowParamsQuery
extends AnyTypePredicate


Method Summary
 ComparableTypePredicate<Date> forAllStartAt()
          Adds a condition for the feature startAt to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature startAt satisfies the given condition.
 ContextCapableQuery forAllTargetObject()
          Adds a condition for the feature targetObject to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature targetObject satisfies the given condition.
 StringTypePredicate forAllTriggeredByEventId()
          Adds a condition for the feature triggeredByEventId to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature triggeredByEventId satisfies the given condition.
 ComparableTypePredicate<Integer> forAllTriggeredByEventType()
          Adds a condition for the feature triggeredByEventType to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature triggeredByEventType satisfies the given condition.
 SubscriptionQuery forAllTriggeredBySubscription()
          Adds a condition for the feature triggeredBySubscription to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature triggeredBySubscription satisfies the given condition.
 SimpleTypeOrder orderByStartAt()
          Allows to adds a sort instruction for ExecuteWorkflowParams depending the feature startAt Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTriggeredByEventId()
          Allows to adds a sort instruction for ExecuteWorkflowParams depending the feature triggeredByEventId Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTriggeredByEventType()
          Allows to adds a sort instruction for ExecuteWorkflowParams depending the feature triggeredByEventType Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate startAt()
          Adds a constraint to the predicate for ExecuteWorkflowParams testing whether the value of the feature startAt is null or not.
 OptionalFeaturePredicate targetObject()
          Adds a constraint to the predicate for ExecuteWorkflowParams testing whether the value of the feature targetObject is null or not.
 ComparableTypePredicate<Date> thereExistsStartAt()
          Adds a condition for the feature startAt to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature startAt satisfies the given condition.
 ContextCapableQuery thereExistsTargetObject()
          Adds a condition for the feature targetObject to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature targetObject satisfies the given condition.
 StringTypePredicate thereExistsTriggeredByEventId()
          Adds a condition for the feature triggeredByEventId to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature triggeredByEventId satisfies the given condition.
 ComparableTypePredicate<Integer> thereExistsTriggeredByEventType()
          Adds a condition for the feature triggeredByEventType to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature triggeredByEventType satisfies the given condition.
 SubscriptionQuery thereExistsTriggeredBySubscription()
          Adds a condition for the feature triggeredBySubscription to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature triggeredBySubscription satisfies the given condition.
 OptionalFeaturePredicate triggeredByEventId()
          Adds a constraint to the predicate for ExecuteWorkflowParams testing whether the value of the feature triggeredByEventId is null or not.
 OptionalFeaturePredicate triggeredByEventType()
          Adds a constraint to the predicate for ExecuteWorkflowParams testing whether the value of the feature triggeredByEventType is null or not.
 OptionalFeaturePredicate triggeredBySubscription()
          Adds a constraint to the predicate for ExecuteWorkflowParams testing whether the value of the feature triggeredBySubscription is null or not.
 WfProcessQuery workflow()
           
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

startAt

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


thereExistsStartAt

ComparableTypePredicate<Date> thereExistsStartAt()
Adds a condition for the feature startAt to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature startAt satisfies the given condition.

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


forAllStartAt

ComparableTypePredicate<Date> forAllStartAt()
Adds a condition for the feature startAt to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature startAt satisfies the given condition.

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


orderByStartAt

SimpleTypeOrder orderByStartAt()
Allows to adds a sort instruction for ExecuteWorkflowParams depending the feature startAt Note: The order in which orderBy… instructions are given is relevant!


targetObject

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


thereExistsTargetObject

ContextCapableQuery thereExistsTargetObject()
Adds a condition for the feature targetObject to the predicate for ExecuteWorkflowParams, 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

ContextCapableQuery forAllTargetObject()
Adds a condition for the feature targetObject to the predicate for ExecuteWorkflowParams, 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


triggeredByEventId

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


thereExistsTriggeredByEventId

StringTypePredicate thereExistsTriggeredByEventId()
Adds a condition for the feature triggeredByEventId to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature triggeredByEventId satisfies the given condition.

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


forAllTriggeredByEventId

StringTypePredicate forAllTriggeredByEventId()
Adds a condition for the feature triggeredByEventId to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature triggeredByEventId satisfies the given condition.

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


orderByTriggeredByEventId

SimpleTypeOrder orderByTriggeredByEventId()
Allows to adds a sort instruction for ExecuteWorkflowParams depending the feature triggeredByEventId Note: The order in which orderBy… instructions are given is relevant!


triggeredByEventType

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


thereExistsTriggeredByEventType

ComparableTypePredicate<Integer> thereExistsTriggeredByEventType()
Adds a condition for the feature triggeredByEventType to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature triggeredByEventType satisfies the given condition.

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


forAllTriggeredByEventType

ComparableTypePredicate<Integer> forAllTriggeredByEventType()
Adds a condition for the feature triggeredByEventType to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature triggeredByEventType satisfies the given condition.

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


orderByTriggeredByEventType

SimpleTypeOrder orderByTriggeredByEventType()
Allows to adds a sort instruction for ExecuteWorkflowParams depending the feature triggeredByEventType Note: The order in which orderBy… instructions are given is relevant!


triggeredBySubscription

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


thereExistsTriggeredBySubscription

SubscriptionQuery thereExistsTriggeredBySubscription()
Adds a condition for the feature triggeredBySubscription to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature triggeredBySubscription satisfies the given condition.

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


forAllTriggeredBySubscription

SubscriptionQuery forAllTriggeredBySubscription()
Adds a condition for the feature triggeredBySubscription to the predicate for ExecuteWorkflowParams, which evaluates to false unless the value of the feature triggeredBySubscription satisfies the given condition.

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


workflow

WfProcessQuery workflow()


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