Uses of Package
org.apache.commons.workflow

Packages that use org.apache.commons.workflow
org.apache.commons.workflow This package contains the core interfaces and classes that define the major components of the workflow management system. 
org.apache.commons.workflow.base Basic implementations and base classes for Workflow Management System applications. 
org.apache.commons.workflow.core Implementations of Steps in the core library. 
org.apache.commons.workflow.demo   
org.apache.commons.workflow.io Implementations of Steps in the io library. 
org.apache.commons.workflow.util General purpose utility classes required by the Workflow Management System. 
org.apache.commons.workflow.web Implementations of Steps in the web library. 
 

Classes in org.apache.commons.workflow used by org.apache.commons.workflow
Activity
          An Activity represents an ordered sequence of Steps that comprise the executable actions necessary to accomplish a business task.
Block
          A Block is a Step that can include nested Steps.
BlockState
          BlockState represents the current dynamic execution state of a Block that is executing nested Steps.
Context
          A Context represents the dynamic computational state of a workflow process that is currently being executed.
ContextEvent
          A ContextEvent provides notification to a ContextListener that a specified event has occurred for the specified context.
ContextListener
          A ContextListener registers its interest in receiving ContextEvent notifications when the occur on a particular Context of interest.
Descriptor
          A Descriptor is a description of the mechanism by which an arbitrary Java object (typically a JavaBean) is referenced.
Owner
          Owner represents the common characteristics of Activities and Blocks (that is, Steps that allow nested Steps, such as those that implementat conditionals and iteration).
Scope
          A Scope is a collection of arbitrary Java objects, keyed by String-valued names.
ScopeEvent
          A ScopeEvent provides notification to a ScopeListener that a specified event has occurred for the specified scope.
ScopeListener
          A ScopeListener registers its interest in receiving ScopeEvent notifications when the occur on a particular Scope of interest.
Step
          A Step represents a single executable action that can occur during the completion of an Activity.
StepException
          A StepException is used to report problems encountered during the dynamic execution of a specific Step.
WorkflowException
          A WorkflowException is the base class for exceptions related to the workflow engine framework.
 

Classes in org.apache.commons.workflow used by org.apache.commons.workflow.base
Activity
          An Activity represents an ordered sequence of Steps that comprise the executable actions necessary to accomplish a business task.
Block
          A Block is a Step that can include nested Steps.
BlockState
          BlockState represents the current dynamic execution state of a Block that is executing nested Steps.
Context
          A Context represents the dynamic computational state of a workflow process that is currently being executed.
ContextListener
          A ContextListener registers its interest in receiving ContextEvent notifications when the occur on a particular Context of interest.
Descriptor
          A Descriptor is a description of the mechanism by which an arbitrary Java object (typically a JavaBean) is referenced.
Descriptors
          Implementing Descriptors indicates that the corresponding object has an associated list of Descriptor objects associated with it, which can be manipulated through the methods defined in this interface.
Owner
          Owner represents the common characteristics of Activities and Blocks (that is, Steps that allow nested Steps, such as those that implementat conditionals and iteration).
Registry
          A Registry is a Singleton that provides registration and lookup facilities for Activity instances.
Scope
          A Scope is a collection of arbitrary Java objects, keyed by String-valued names.
ScopeListener
          A ScopeListener registers its interest in receiving ScopeEvent notifications when the occur on a particular Scope of interest.
Step
          A Step represents a single executable action that can occur during the completion of an Activity.
StepException
          A StepException is used to report problems encountered during the dynamic execution of a specific Step.
 

Classes in org.apache.commons.workflow used by org.apache.commons.workflow.core
Block
          A Block is a Step that can include nested Steps.
BlockState
          BlockState represents the current dynamic execution state of a Block that is executing nested Steps.
Context
          A Context represents the dynamic computational state of a workflow process that is currently being executed.
Descriptor
          A Descriptor is a description of the mechanism by which an arbitrary Java object (typically a JavaBean) is referenced.
Descriptors
          Implementing Descriptors indicates that the corresponding object has an associated list of Descriptor objects associated with it, which can be manipulated through the methods defined in this interface.
Iterator
          An Iterator is a Block that conditionally repeats the nested Steps associated with the Block more than once (such as a Block that implements "while" or "for" functionality).
Owner
          Owner represents the common characteristics of Activities and Blocks (that is, Steps that allow nested Steps, such as those that implementat conditionals and iteration).
Step
          A Step represents a single executable action that can occur during the completion of an Activity.
StepException
          A StepException is used to report problems encountered during the dynamic execution of a specific Step.
 

Classes in org.apache.commons.workflow used by org.apache.commons.workflow.demo
Activity
          An Activity represents an ordered sequence of Steps that comprise the executable actions necessary to accomplish a business task.
ContextEvent
          A ContextEvent provides notification to a ContextListener that a specified event has occurred for the specified context.
ContextListener
          A ContextListener registers its interest in receiving ContextEvent notifications when the occur on a particular Context of interest.
 

Classes in org.apache.commons.workflow used by org.apache.commons.workflow.io
Context
          A Context represents the dynamic computational state of a workflow process that is currently being executed.
Descriptor
          A Descriptor is a description of the mechanism by which an arbitrary Java object (typically a JavaBean) is referenced.
Descriptors
          Implementing Descriptors indicates that the corresponding object has an associated list of Descriptor objects associated with it, which can be manipulated through the methods defined in this interface.
Step
          A Step represents a single executable action that can occur during the completion of an Activity.
StepException
          A StepException is used to report problems encountered during the dynamic execution of a specific Step.
 

Classes in org.apache.commons.workflow used by org.apache.commons.workflow.util
Context
          A Context represents the dynamic computational state of a workflow process that is currently being executed.
ContextListener
          A ContextListener registers its interest in receiving ContextEvent notifications when the occur on a particular Context of interest.
Scope
          A Scope is a collection of arbitrary Java objects, keyed by String-valued names.
ScopeListener
          A ScopeListener registers its interest in receiving ScopeEvent notifications when the occur on a particular Scope of interest.
Step
          A Step represents a single executable action that can occur during the completion of an Activity.
StepException
          A StepException is used to report problems encountered during the dynamic execution of a specific Step.
 

Classes in org.apache.commons.workflow used by org.apache.commons.workflow.web
Activity
          An Activity represents an ordered sequence of Steps that comprise the executable actions necessary to accomplish a business task.
Context
          A Context represents the dynamic computational state of a workflow process that is currently being executed.
ContextEvent
          A ContextEvent provides notification to a ContextListener that a specified event has occurred for the specified context.
ContextListener
          A ContextListener registers its interest in receiving ContextEvent notifications when the occur on a particular Context of interest.
Descriptor
          A Descriptor is a description of the mechanism by which an arbitrary Java object (typically a JavaBean) is referenced.
Descriptors
          Implementing Descriptors indicates that the corresponding object has an associated list of Descriptor objects associated with it, which can be manipulated through the methods defined in this interface.
Scope
          A Scope is a collection of arbitrary Java objects, keyed by String-valued names.
Step
          A Step represents a single executable action that can occur during the completion of an Activity.
StepException
          A StepException is used to report problems encountered during the dynamic execution of a specific Step.
 



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