public class WorkflowExecutionStateListenerAdapter extends java.lang.Object implements WorkflowExecutionListener
WorkflowExecutionListener and sends changes to a list of WorkflowStateListeners.| Constructor and Description |
|---|
WorkflowExecutionStateListenerAdapter() |
WorkflowExecutionStateListenerAdapter(java.util.List<WorkflowStateListener> listeners) |
public WorkflowExecutionStateListenerAdapter()
public WorkflowExecutionStateListenerAdapter(java.util.List<WorkflowStateListener> listeners)
public void addWorkflowStateListener(WorkflowStateListener listener)
public void beginWorkflowExecution(StepExecutionContext executionContext, WorkflowExecutionItem item)
beginWorkflowExecution in interface WorkflowExecutionListenerpublic void finishWorkflowExecution(WorkflowExecutionResult result, StepExecutionContext executionContext, WorkflowExecutionItem item)
finishWorkflowExecution in interface WorkflowExecutionListenerpublic void beginWorkflowItem(int step,
StepExecutionItem item)
beginWorkflowItem in interface WorkflowExecutionListenerpublic void beginWorkflowItemErrorHandler(int step,
StepExecutionItem item)
beginWorkflowItemErrorHandler in interface WorkflowExecutionListenerpublic void finishWorkflowItem(int step,
StepExecutionItem item,
StepExecutionResult result)
finishWorkflowItem in interface WorkflowExecutionListenerpublic void finishWorkflowItemErrorHandler(int step,
StepExecutionItem item,
StepExecutionResult result)
finishWorkflowItemErrorHandler in interface WorkflowExecutionListenerpublic void beginExecuteNodeStep(ExecutionContext context, NodeStepExecutionItem item, INodeEntry node)
WorkflowExecutionListenerbeginExecuteNodeStep in interface WorkflowExecutionListenercontext - contextitem - stepnode - nodepublic void beginStepExecution(StepExecutor executor, StepExecutionContext context, StepExecutionItem item)
WorkflowExecutionListenerbeginStepExecution in interface WorkflowExecutionListenerexecutor - executorcontext - contextitem - steppublic void finishStepExecution(StepExecutor executor, StatusResult result, StepExecutionContext context, StepExecutionItem item)
WorkflowExecutionListenerfinishStepExecution in interface WorkflowExecutionListenerexecutor - executorresult - resultcontext - contextitem - steppublic void finishExecuteNodeStep(NodeStepResult result, ExecutionContext context, StepExecutionItem item, INodeEntry node)
WorkflowExecutionListenerfinishExecuteNodeStep in interface WorkflowExecutionListenerresult - resultcontext - contextitem - stepnode - node