Class PageNodeTemplate


public class PageNodeTemplate extends NodeTemplate
This template represents a page node in a flow.
Since:
6.0
Author:
O. Kerpershoek, F. van der Meer
  • Constructor Details

    • PageNodeTemplate

      protected PageNodeTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, FlowTemplate flowTemplate, String pageName)
  • 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.