Uses of Package
org.apache.commons.workflow.core

Packages that use org.apache.commons.workflow.core
org.apache.commons.workflow.core Implementations of Steps in the core library. 
 

Classes in org.apache.commons.workflow.core used by org.apache.commons.workflow.core
GotoStep
          Unconditionally transfer control to the specified step.
IfStep
          Evaluate properties specified by the associated Descriptors, and execute the nested Steps if and only if they ALL evaluate to a positive result.
WhileStep
          Repeatedly evaluate the properties specified by the associated Descriptors, and execute the nested Steps if and only if ALL of them evaluate to a positive result.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.