Class XmlMessageEventDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.process.ds.xml.parsing.XmlMessageEventDS
- All Implemented Interfaces:
IReportingDS
,IMessageEventDS
Xml implementation of the MessageEvent datasource
- Since:
- 9.1
- Author:
- A. Pragt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
This method returns the (unique) name of the event.void
iterateFields
(IMessageEventFieldVisitor visitor) This method should iterate over all the fields of the message eventsMethods 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
-
XmlMessageEventDS
-
-
Method Details
-
getName
Description copied from interface:IMessageEventDS
This method returns the (unique) name of the event.- Specified by:
getName
in interfaceIMessageEventDS
- Returns:
- The name of the event.
-
iterateFields
Description copied from interface:IMessageEventDS
This method should iterate over all the fields of the message events- Specified by:
iterateFields
in interfaceIMessageEventDS
- Parameters:
visitor
- The visitor that should be used to add the field flow data sources to.- Throws:
InitializationException
- This exception is thrown if the datafield can not be initialized.
-