Class ServiceNodeTemplate


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

    • ServiceNodeTemplate

      protected ServiceNodeTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, FlowTemplate flowTemplate, String serviceCallName)
  • Method Details

    • getServiceCall

      public ServiceCallTemplate getServiceCall()
      This method returns the service this node refers to.
      Returns:
      The service call template this node refers to.
    • 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.