Package com.waveset.workflow

The Waveset Workflow Engine.

See:
          Description

Interface Summary
Interceptor  
WorkflowApplication  
WorkflowContext The interface of an object passed into WorkflowApplication implementations that provides a handle for various system resources, and a window into the state of the case.
 

Class Summary
DebugServices A few workflow applications to assist in workflow debugging.
Diagram An abstract diagram model used to build a simplified representation of a workflow process.
Diagram.Node Class used to represe the graph of activity/step nodes.
Diagram.Transition Class used to represe the graph of activity/step nodes.
ExpressionState An expression state object that knows how to resolve external references to workflow case variables.
LighthouseSimulator A base implementation of LighthouseContext that throws exceptions for unimplemented methods, and stubs out others.
ReportGenerator  
ResultFormatter An object that renders the contents of a WavesetResult object in HTML Originally part of WavesetResultForm but broken out so it can be used in places that want to emit their own container HTML.
TraceBuffer A simple class to help format hierarchical trace messages.
Workflow The Waveset Workflow Engine.
WorkflowEngine An object encapsulating the core workflow logic
WorkflowExecutor A task Executor implementation that wraps the workflow engine so that it may be run as a background task within the Lighthouse server.
WorkflowSimulator  
WorkflowTraceBuffer A simple class to help format hierarchical trace messages.
 

Package com.waveset.workflow Description

The Waveset Workflow Engine.