Class XmlExpressionTemplateDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.rule.ds.xml.parsing.XmlExpressionTemplateDS
- All Implemented Interfaces:
IReportingDS
,IExpressionTemplateDS
Xml datasource implementation.
- Since:
- 7.3
- Author:
- Danny Roest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the expression.getName()
Returns the name of the expression template.Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
XmlExpressionTemplateDS
-
-
Method Details
-
getExpression
Description copied from interface:IExpressionTemplateDS
Returns the expression.- Specified by:
getExpression
in interfaceIExpressionTemplateDS
- Returns:
- the expression
-
getName
Description copied from interface:IExpressionTemplateDS
Returns the name of the expression template.- Specified by:
getName
in interfaceIExpressionTemplateDS
- Returns:
- the name of the expression template
-