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