Class FunctionNodeTemplate


public class FunctionNodeTemplate extends NodeTemplate
Created by m.woudstra on 6-9-2017.
  • Constructor Details

    • FunctionNodeTemplate

      protected FunctionNodeTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, FlowTemplate flowTemplate, String functionCallName, String moduleName, String flowName)
  • Method Details

    • getFunctionCall

      public FunctionCallTemplate getFunctionCall()
    • 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.