Class EventNodeTemplate


public class EventNodeTemplate extends NodeTemplate
This template represents an event node within the flow.
Since:
15.12
Author:
T. van der Griend
  • Constructor Details

    • EventNodeTemplate

      protected EventNodeTemplate(FlowTemplate flowTemplate, com.aquima.interactions.flow.EventNodeType eventNodeType)
  • Method Details

    • 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.
    • addParameter

      public void addParameter(String parameterName, String valueExpression)
    • getParameters

      public List<EventNodeParameterTemplate> getParameters()
    • getEventNodeType

      public com.aquima.interactions.flow.EventNodeType getEventNodeType()