Class XmlFlowEngineDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.flow.ds.xml.r12.parsing.XmlFlowEngineDS
- All Implemented Interfaces:
IFlowEngineDS
,IReportingDS
Release 8.x implementation of the flow engine data source from XML.
- Since:
- 7.2
- Author:
- Jon van Leuven
-
Field Summary
Fields inherited from interface com.aquima.interactions.flow.ds.IFlowEngineDS
CATEGORY
-
Constructor Summary
ConstructorsConstructorDescriptionXmlFlowEngineDS
(IInitializationReport report, IXmlNode node) Constructs a datasource implementation based on an XML node. -
Method Summary
Modifier and TypeMethodDescriptionvoid
iterateFlows
(IFlowVisitor visitor) This method should iterate all the flows that should be added to the engine, and invoke the process method on the visitor for each flow.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
-
iterateFlows
Description copied from interface:IFlowEngineDS
This method should iterate all the flows that should be added to the engine, and invoke the process method on the visitor for each flow.- Specified by:
iterateFlows
in interfaceIFlowEngineDS
- Parameters:
visitor
- FlowVisitor that should be used to add the flows to.
-