public class ExecNodeStepExecutor extends java.lang.Object implements NodeStepExecutor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_IMPLEMENTATION_NAME |
| Constructor and Description |
|---|
ExecNodeStepExecutor(Framework framework) |
| Modifier and Type | Method and Description |
|---|---|
NodeStepResult |
executeNodeStep(StepExecutionContext context,
NodeStepExecutionItem item,
INodeEntry node)
Execute the step
|
public static final java.lang.String SERVICE_IMPLEMENTATION_NAME
public ExecNodeStepExecutor(Framework framework)
public NodeStepResult executeNodeStep(StepExecutionContext context, NodeStepExecutionItem item, INodeEntry node) throws NodeStepException
NodeStepExecutorexecuteNodeStep in interface NodeStepExecutorcontext - contextitem - step itemnode - nodeNodeStepException - on step error