Class FunctionCallInputParameterTemplate

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

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

    • FunctionCallInputParameterTemplate

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

    • getParameterName

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

      public String getExpression()
      This method return the input parameter expression.
      Returns:
      The input expression.
    • 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.IFunctionCallInputParameterDS 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.