Package org.apache.commons.workflow.base

Basic implementations and base classes for Workflow Management System applications.

See:
          Description

Class Summary
BaseActivity BaseActivity is a convenient base class for more sophisticated Activity implementations.
BaseBlock BaseBlock is a convenient base class for more sophisticated Block implementations.
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.
BaseDescriptor Basic implementation of the Descriptor interface.
BaseRegistry BaseRegistry is a convenient base class for more sophisticated Registry 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.
 

Package org.apache.commons.workflow.base Description

Basic implementations and base classes for Workflow Management System applications.

This package contains basic implementations of the primary interfaces defined in the org.apache.commons.workflow package, and can be either used directly or as superclasses on which more specialized implementations are created.



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