- All Known Subinterfaces:
InputNode
, OutputNode
public interface NodeDefinition
Custom step API for input / output node.
- Since:
- 2.0.0
-
Method Summary
Returns ID of the node for the custom step.
Returns node type (data/process).
boolean
Returns true if the node is input.
-
Method Details
-
getType
Returns node type (data/process).
- Returns:
- Node type
-
getId
Returns ID of the node for the custom step.
- Returns:
- ID of the node
-