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

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

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

Subclasses of GotoStep in org.apache.commons.workflow.core
 class AndStep
          Evaluate properties specified by the associated Descriptors, and transfer control to the specified step if ALL of them are true (if boolean) or not null (if Object).
 class NotAndStep
          Evaluate properties specified by the associated Descriptors, and transfer control to the specified step if ALL of them are false (if boolean) or null (if Object).
 class NotOrStep
          Evaluate properties specified by the associated Descriptors, and transfer control to the specified step if ANY of them are false (if boolean) or null (if Object).
 class OrStep
          Evaluate properties specified by the associated Descriptors, and transfer control to the specified step if ANY of them are true (if boolean) or not null (if Object).
 



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