Class DefaultFlowDetails

java.lang.Object
com.aquima.interactions.flow.model.DefaultFlowDetails
All Implemented Interfaces:
IFlowDetails

public class DefaultFlowDetails extends Object implements IFlowDetails
Default details object that is used for flows.
Since:
7.0
Author:
O. Kerpershoek, F. van der Meer
  • Constructor Details

    • DefaultFlowDetails

      protected DefaultFlowDetails(IFlowDS flowDs)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: IFlowDetails
      Returns the name of the flow.
      Specified by:
      getName in interface IFlowDetails
      Returns:
      The name of the flow.
    • getType

      public FlowType getType()
      Description copied from interface: IFlowDetails
      Returns the type of the flow.
      Specified by:
      getType in interface IFlowDetails
      Returns:
      The flow type, never null.
    • isExposed

      public boolean isExposed()
      Description copied from interface: IFlowDetails
      This method returns a boolean indicating if the flow may be accessed, or if the flow is for internal use only.
      Specified by:
      isExposed in interface IFlowDetails
      Returns:
      a boolean indicating if the flow may be accessed.