Uses of Interface
com.orchestranetworks.workflow.ConditionContext
-
Packages that use ConditionContext Package Description com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of ConditionContext in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow with parameters of type ConditionContext Modifier and Type Method Description abstract booleanCondition. evaluateCondition(ConditionContext aContext)This method is automatically executed when the control flow reaches an exclusive choice (or condition).
-