Interface IFunctionCallOutputParameterDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
ReportFunctionCallOutputParameterDS, XmlFunctionCallOutputParameterDS, XmlFunctionCallOutputParameterDS

public interface IFunctionCallOutputParameterDS extends IReportingDS
This interface defines the methods that are needed to construct a function call output parameter object.
Since:
10.3
Author:
T. van der Griend
  • Method Summary

    Modifier and Type
    Method
    Description
    This method should return the name of the output parameter
    This method should the return the attribute where the output parameter is mapped to.

    Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • getParameterName

      String getParameterName()
      This method should return the name of the output parameter
      Returns:
      The output parameter name, never null.
    • getTargetAttribute

      String getTargetAttribute()
      This method should the return the attribute where the output parameter is mapped to.
      Returns:
      The target attribute, never null.