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, finishStepExecution
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beginStepExecution, finishStepExecution
public void beginExecuteNodeStep(ExecutionContext context, NodeStepExecutionItem item, INodeEntry node)
WorkflowExecutionListener
beginExecuteNodeStep
in interface WorkflowExecutionListener
beginExecuteNodeStep
in class NoopWorkflowExecutionListener
context
- contextitem
- stepnode
- nodepublic void finishExecuteNodeStep(NodeStepResult result, ExecutionContext context, StepExecutionItem item, INodeEntry node)
WorkflowExecutionListener
finishExecuteNodeStep
in interface WorkflowExecutionListener
finishExecuteNodeStep
in class NoopWorkflowExecutionListener
result
- resultcontext
- contextitem
- stepnode
- nodepublic java.util.Map<java.lang.String,java.lang.String> getContext()
getContext
in interface Contextual
public void beginWorkflowExecution(StepExecutionContext executionContext, WorkflowExecutionItem item)
beginWorkflowExecution
in interface WorkflowExecutionListener
beginWorkflowExecution
in class NoopWorkflowExecutionListener
public void finishWorkflowExecution(WorkflowExecutionResult result, StepExecutionContext executionContext, WorkflowExecutionItem item)
finishWorkflowExecution
in interface WorkflowExecutionListener
finishWorkflowExecution
in class NoopWorkflowExecutionListener
public void beginWorkflowItem(int step, StepExecutionItem item)
beginWorkflowItem
in interface WorkflowExecutionListener
beginWorkflowItem
in class NoopWorkflowExecutionListener
public void beginWorkflowItemErrorHandler(int step, StepExecutionItem item)
beginWorkflowItemErrorHandler
in interface WorkflowExecutionListener
beginWorkflowItemErrorHandler
in class NoopWorkflowExecutionListener
public void finishWorkflowItem(int step, StepExecutionItem item, StepExecutionResult result)
finishWorkflowItem
in interface WorkflowExecutionListener
finishWorkflowItem
in class NoopWorkflowExecutionListener
public void finishWorkflowItemErrorHandler(int step, StepExecutionItem item, StepExecutionResult result)
finishWorkflowItemErrorHandler
in interface WorkflowExecutionListener
finishWorkflowItemErrorHandler
in class NoopWorkflowExecutionListener