Class EndNodeTemplate


public class EndNodeTemplate extends NodeTemplate
This template represents an end node within the flow.
Since:
7.0
Author:
F. van der Meer, O. Kerpershoek
  • Constructor Details

    • EndNodeTemplate

      protected EndNodeTemplate(FlowTemplate flowTemplate, String exitEvent)
  • Method Details

    • getExitEvent

      protected String getExitEvent()
    • setExitState

      public void setExitState(com.aquima.interactions.flow.ExitState exitState)
      This method may be used to specify the exit state of this end node.
      Parameters:
      exitState - the exit state of this end node.
    • getExitState

      protected com.aquima.interactions.flow.ExitState getExitState()
    • toDataSource

      public com.aquima.interactions.flow.ds.INodeDS toDataSource()
      Description copied from class: NodeTemplate
      This method converts the template to a data source that can be used to initialize a flow node.
      Specified by:
      toDataSource in class NodeTemplate
      Returns:
      a data source that can be used to initialize a flow node.