public class WorkflowEventLoggerListener extends java.lang.Object implements WorkflowExecutionListener
| Constructor and Description |
|---|
WorkflowEventLoggerListener(ExecutionListener logger) |
public WorkflowEventLoggerListener(ExecutionListener logger)
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 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 beginExecuteNodeStep(ExecutionContext context, NodeStepExecutionItem item, INodeEntry node)
WorkflowExecutionListenerbeginExecuteNodeStep in interface WorkflowExecutionListenercontext - contextitem - stepnode - nodepublic void finishExecuteNodeStep(NodeStepResult result, ExecutionContext context, StepExecutionItem item, INodeEntry node)
WorkflowExecutionListenerfinishExecuteNodeStep in interface WorkflowExecutionListenerresult - resultcontext - contextitem - stepnode - node