public interface NodeStepPlugin
Modifier and Type | Method and Description |
---|---|
void |
executeNodeStep(PluginStepContext context,
java.util.Map<java.lang.String,java.lang.Object> configuration,
INodeEntry entry)
Execute the plugin step logic for the given node.
|
void executeNodeStep(PluginStepContext context, java.util.Map<java.lang.String,java.lang.Object> configuration, INodeEntry entry) throws NodeStepException
context
- the step contextconfiguration
- Any configuration property values not otherwise applied to the pluginentry
- the NodeNodeStepException
- if an error occurs