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

Packages that use org.apache.commons.workflow.base
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.io Implementations of Steps in the io library. 
org.apache.commons.workflow.web Implementations of Steps in the web library. 
 

Classes in org.apache.commons.workflow.base used by org.apache.commons.workflow.base
BaseContext
          BaseContext is a basic Context implementation that can serve as a convenient base class for more sophisticated Context implementations.
BaseContextBean
          Custom JavaBean representing the properties of a BaseContext that are made visible via JPath.
BaseStep
          BaseStep is a convenient base class for more sophisticated Step implementations.
DescriptorStep
          DescriptorStep is a convenient base class for more sophisticated Step implementations that already support the APIs provided by BaseStep, and also implement the Descriptors interafce.
 

Classes in org.apache.commons.workflow.base used by org.apache.commons.workflow.core
BaseBlock
          BaseBlock is a convenient base class for more sophisticated Block implementations.
BaseRuleSet
          RuleSet for the basic Activity definitions of the Workflow Management System, typically associated with the base prefix.
BaseStep
          BaseStep is a convenient base class for more sophisticated Step implementations.
DescriptorStep
          DescriptorStep is a convenient base class for more sophisticated Step implementations that already support the APIs provided by BaseStep, and also implement the Descriptors interafce.
 

Classes in org.apache.commons.workflow.base used by org.apache.commons.workflow.io
BaseRuleSet
          RuleSet for the basic Activity definitions of the Workflow Management System, typically associated with the base prefix.
BaseStep
          BaseStep is a convenient base class for more sophisticated Step implementations.
DescriptorStep
          DescriptorStep is a convenient base class for more sophisticated Step implementations that already support the APIs provided by BaseStep, and also implement the Descriptors interafce.
 

Classes in org.apache.commons.workflow.base used by org.apache.commons.workflow.web
BaseContext
          BaseContext is a basic Context implementation that can serve as a convenient base class for more sophisticated Context implementations.
BaseRuleSet
          RuleSet for the basic Activity definitions of the Workflow Management System, typically associated with the base prefix.
BaseScope
          BaseScope is a basic Scope implementation that maintains its bean collection in an in-memory HashMap.
BaseStep
          BaseStep is a convenient base class for more sophisticated Step implementations.
DescriptorStep
          DescriptorStep is a convenient base class for more sophisticated Step implementations that already support the APIs provided by BaseStep, and also implement the Descriptors interafce.
 



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