|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExecuteWorkflowResultQuery
| Method Summary | |
|---|---|
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. |
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, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate workflowInstance()
ExecuteWorkflowResult testing whether the value of the feature workflowInstance is null or not.
BasicObjectQuery thereExistsWorkflowInstance()
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
BasicObjectQuery forAllWorkflowInstance()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||