Interface NodeDefinition

All Known Subinterfaces:
InputNode, OutputNode

public interface NodeDefinition
Custom step API for input / output node.
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      NodeType getType()
      Returns node type (data/process).
      Returns:
      Node type
    • getId

      String getId()
      Returns ID of the node for the custom step.
      Returns:
      ID of the node
    • isInputNode

      boolean isInputNode()
      Returns true if the node is input.
      Returns:
      true if the node is input, false otherwise