Class XmlExpressionEngineDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.rule.ds.xml.r12.parsing.XmlExpressionEngineDS
- All Implemented Interfaces:
IReportingDS
,IExpressionEngineDS
Xml datasource implementation.
- Since:
- 7.3
- Author:
- Danny Roest
-
Field Summary
Fields inherited from interface com.aquima.interactions.rule.ds.IExpressionEngineDS
CATEGORY
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlExpressionEngineDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionvoid
The rule engine will invoke this method to allow the data layer to add an expression template to the rule engine.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
-
Method Details
-
iterateExpressionTemplates
Description copied from interface:IExpressionEngineDS
The rule engine will invoke this method to allow the data layer to add an expression template to the rule engine.- Specified by:
iterateExpressionTemplates
in interfaceIExpressionEngineDS
- Parameters:
visitor
- The visitor that should be used to add the expression template to.
-