Uses of Class
org.apache.commons.workflow.core.IfStep

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

Uses of IfStep in org.apache.commons.workflow.core
 

Subclasses of IfStep in org.apache.commons.workflow.core
 class IfAnyStep
          Evaluate properties specified by the associated Descriptors, and execute the nested Steps if and only if ANY of them evaluate to a positive result.
 class IfNotAnyStep
          Evaluate properties specified by the associated Descriptors, and execute the nested Steps if and only if ALL of them evaluate to a negative result.
 class IfNotStep
          Evaluate properties specified by the associated Descriptors, and execute the nested Steps if and only if ANY of them evaluate to a negative result.
 



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