Package org.javasteps

Interface Summary
Process The Process interface represents a process that is created from a process definitions file
ProcessContext The ProcessContext interface represents the state of the process
StepAction The StepAction interface is the interface that must be implemented by all step action classes
 

Class Summary
ProcessManager The ProcessManager class is used to hold all the registered processes.
 

Enum Summary
ProcessContext.ProcessStatus The Status enum marks the status of the process
 

Exception Summary
ProcessNotFoundException Thrown if process is not found in the ProcessManager or when included
StepActionException An application exception that might be thrown from a StepAction.
StepNotFoundException Thrown when a step is searched using a specific stepId but is not found