java.lang.Object
com.aquima.interactions.portal.model.flow.NodeBase
All Implemented Interfaces:
INodeDetails, Serializable
Direct Known Subclasses:
FunctionNode, PageNode, ServiceNode

public abstract class NodeBase extends Object implements INodeDetails
Base class for nodes in the flow engine.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • NodeBase

      protected NodeBase(NodeID id)
  • Method Details

    • getNodeId

      public final NodeID getNodeId()
      Description copied from interface: INodeDetails
      This methode should return the unique ID that has been assigned to the node. The ID of a node is unique within the flow that contains the node.
      Specified by:
      getNodeId in interface INodeDetails
      Returns:
      String containing the unique ID of the node.