Interface IFlowNodeDetails

All Superinterfaces:
INodeDetails, Serializable
All Known Implementing Classes:
CompletedFlowNode, DefaultFlowNodeDetails, FlowNodeDelegate, FlowNodeDetails, StartedFlowNode

public interface IFlowNodeDetails extends INodeDetails
Interface for nodes representing a sub-flow call. This object contains the information that needs to be exposed to clients using the flow engine.
Since:
5.0
Author:
O. Kerpershoek, F. van der Meer
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the name of the flow the node represents.

    Methods inherited from interface com.aquima.interactions.flow.INodeDetails

    getNodeId
  • Method Details

    • getName

      String getName()
      This method returns the name of the flow the node represents.
      Returns:
      the name of the flow the node represents.