Class FunctionCallOutputParameterTemplate

java.lang.Object
com.aquima.interactions.test.templates.AbstractReportingTemplate
com.aquima.interactions.test.templates.project.FunctionCallOutputParameterTemplate

public class FunctionCallOutputParameterTemplate extends AbstractReportingTemplate
Template that can be used to initialize a function call output parameter.
Since:
10.3
Author:
T. van der Griend
  • Constructor Details

    • FunctionCallOutputParameterTemplate

      public FunctionCallOutputParameterTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, FunctionCallTemplate functionCall, String parameterName, String targetAttribute)
  • Method Details

    • getParameterName

      public String getParameterName()
      This method returns the output parameter name.
      Returns:
      The parameter name.
    • getTargetAttribute

      public String getTargetAttribute()
      This method return the output parameter attribute.
      Returns:
      The ouput attribute.
    • getFunctionCall

      public FunctionCallTemplate getFunctionCall()
      This method returns the function call template given in the constructor.
      Returns:
      The function call template.
    • toDatasource

      public com.aquima.interactions.portal.ds.IFunctionCallOutputParameterDS toDatasource()
      This method converts the template to a data source that can be used to initialize a function call input parameter.
      Returns:
      a data source that can be used to initialize a function call input parameter.