Interface IFlowDetails

All Known Implementing Classes:
DefaultFlowDetails, FlowNode

public interface IFlowDetails
This class holds detail information for a flow.
Since:
7.0
Author:
F. van der Meer
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the flow.
    Returns the type of the flow.
    boolean
    This method returns a boolean indicating if the flow may be accessed, or if the flow is for internal use only.
  • Method Details

    • getName

      String getName()
      Returns the name of the flow.
      Returns:
      The name of the flow.
    • getType

      FlowType getType()
      Returns the type of the flow.
      Returns:
      The flow type, never null.
    • isExposed

      boolean isExposed()
      This method returns a boolean indicating if the flow may be accessed, or if the flow is for internal use only.
      Returns:
      a boolean indicating if the flow may be accessed.