public class ContextManager extends NoopWorkflowExecutionListener implements Contextual, WorkflowExecutionListener
| Constructor and Description |
|---|
ContextManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginExecuteNodeStep(ExecutionContext context,
NodeStepExecutionItem item,
INodeEntry node)
Begin execution of a node step
|
void |
beginWorkflowExecution(StepExecutionContext executionContext,
WorkflowExecutionItem item) |
void |
beginWorkflowItem(int step,
StepExecutionItem item) |
void |
beginWorkflowItemErrorHandler(int step,
StepExecutionItem item) |
void |
finishExecuteNodeStep(NodeStepResult result,
ExecutionContext context,
StepExecutionItem item,
INodeEntry node)
Finish execution of a node step
|
void |
finishWorkflowExecution(WorkflowExecutionResult result,
StepExecutionContext executionContext,
WorkflowExecutionItem item) |
void |
finishWorkflowItem(int step,
StepExecutionItem item,
StepExecutionResult result) |
void |
finishWorkflowItemErrorHandler(int step,
StepExecutionItem item,
StepExecutionResult result) |
java.util.Map<java.lang.String,java.lang.String> |
getContext() |
beginStepExecution, finishStepExecutionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeginStepExecution, finishStepExecutionpublic void beginExecuteNodeStep(ExecutionContext context, NodeStepExecutionItem item, INodeEntry node)
WorkflowExecutionListenerbeginExecuteNodeStep in interface WorkflowExecutionListenerbeginExecuteNodeStep in class NoopWorkflowExecutionListenercontext - contextitem - stepnode - nodepublic void finishExecuteNodeStep(NodeStepResult result, ExecutionContext context, StepExecutionItem item, INodeEntry node)
WorkflowExecutionListenerfinishExecuteNodeStep in interface WorkflowExecutionListenerfinishExecuteNodeStep in class NoopWorkflowExecutionListenerresult - resultcontext - contextitem - stepnode - nodepublic java.util.Map<java.lang.String,java.lang.String> getContext()
getContext in interface Contextualpublic void beginWorkflowExecution(StepExecutionContext executionContext, WorkflowExecutionItem item)
beginWorkflowExecution in interface WorkflowExecutionListenerbeginWorkflowExecution in class NoopWorkflowExecutionListenerpublic void finishWorkflowExecution(WorkflowExecutionResult result, StepExecutionContext executionContext, WorkflowExecutionItem item)
finishWorkflowExecution in interface WorkflowExecutionListenerfinishWorkflowExecution in class NoopWorkflowExecutionListenerpublic void beginWorkflowItem(int step,
StepExecutionItem item)
beginWorkflowItem in interface WorkflowExecutionListenerbeginWorkflowItem in class NoopWorkflowExecutionListenerpublic void beginWorkflowItemErrorHandler(int step,
StepExecutionItem item)
beginWorkflowItemErrorHandler in interface WorkflowExecutionListenerbeginWorkflowItemErrorHandler in class NoopWorkflowExecutionListenerpublic void finishWorkflowItem(int step,
StepExecutionItem item,
StepExecutionResult result)
finishWorkflowItem in interface WorkflowExecutionListenerfinishWorkflowItem in class NoopWorkflowExecutionListenerpublic void finishWorkflowItemErrorHandler(int step,
StepExecutionItem item,
StepExecutionResult result)
finishWorkflowItemErrorHandler in interface WorkflowExecutionListenerfinishWorkflowItemErrorHandler in class NoopWorkflowExecutionListener