org.opencrx.kernel.base.cci2
Interface ExecuteWorkflowResultQuery

All Superinterfaces:
AnyTypePredicate

public interface ExecuteWorkflowResultQuery
extends AnyTypePredicate


Method Summary
 org.openmdx.base.cci2.BasicObjectQuery forAllWorkflowInstance()
          Adds a condition for the feature workflowInstance to the predicate for ExecuteWorkflowResult, which evaluates to false unless the value of the feature workflowInstance satisfies the given condition.
 org.openmdx.base.cci2.BasicObjectQuery thereExistsWorkflowInstance()
          Adds a condition for the feature workflowInstance to the predicate for ExecuteWorkflowResult, which evaluates to false unless the value of the feature workflowInstance satisfies the given condition.
 OptionalFeaturePredicate workflowInstance()
          Adds a constraint to the predicate for ExecuteWorkflowResult testing whether the value of the feature workflowInstance is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

workflowInstance

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


thereExistsWorkflowInstance

org.openmdx.base.cci2.BasicObjectQuery thereExistsWorkflowInstance()
Adds a condition for the feature workflowInstance to the predicate for ExecuteWorkflowResult, which evaluates to false unless the value of the feature workflowInstance satisfies the given condition.

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


forAllWorkflowInstance

org.openmdx.base.cci2.BasicObjectQuery forAllWorkflowInstance()
Adds a condition for the feature workflowInstance to the predicate for ExecuteWorkflowResult, which evaluates to false unless the value of the feature workflowInstance satisfies the given condition.

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



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