Uses of Interface
org.tigris.scarab.workflow.Workflow

Packages that use Workflow
org.tigris.scarab.tools   
org.tigris.scarab.workflow   
 

Uses of Workflow in org.tigris.scarab.tools
 

Methods in org.tigris.scarab.tools that return Workflow
static Workflow ScarabGlobalTool.getWorkflow()
          Makes the workflow tool accessible.
 

Uses of Workflow in org.tigris.scarab.workflow
 

Classes in org.tigris.scarab.workflow that implement Workflow
 class CheapWorkflow
          Simple implementation of Workflow, relies on the Transition tables, where every record defines a transition available for a given Role, from an option to another.
 class DefaultWorkflow
          Default implementation of workflow is a noop.
 

Methods in org.tigris.scarab.workflow that return Workflow
static Workflow WorkflowFactory.getInstance()
          Creates a new instance of the configured Workflow implementation, defaulting to DefaultWorkflow if not specified.
 



Copyright © 2000-2004 Tigris.org. All Rights Reserved.