Interface IExpressionTemplateDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
ExpressionTemplateDS, XmlExpressionTemplateDS, XmlExpressionTemplateDS

public interface IExpressionTemplateDS extends IReportingDS
Interface that contains all the methods that each data-source providing expression templates should implement.
Since:
7.3
Author:
Danny Roest
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the expression.
    Returns the name of the expression template.

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

    addMessage
  • Method Details

    • getName

      String getName()
      Returns the name of the expression template.
      Returns:
      the name of the expression template
    • getExpression

      String getExpression()
      Returns the expression.
      Returns:
      the expression