Class XmlProcessEventDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.process.ds.xml.parsing.XmlProcessEventDS
- All Implemented Interfaces:
IReportingDS
,IProcessEventDS
Xml datasource implementation.
- Since:
- 7.2
- Author:
- Jon van Leuven
-
Constructor Summary
Constructors -
Method Summary
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
-
XmlProcessEventDS
-
-
Method Details
-
getDescription
Description copied from interface:IProcessEventDS
This method returns a description of the event.- Specified by:
getDescription
in interfaceIProcessEventDS
- Returns:
- A description of the event.
-
getName
Description copied from interface:IProcessEventDS
This method returns the (unique) name of the event.- Specified by:
getName
in interfaceIProcessEventDS
- Returns:
- The name of the event.
-
getId
Description copied from interface:IProcessEventDS
This method should return the unique id of the process event.- Specified by:
getId
in interfaceIProcessEventDS
- Returns:
- String containing the id of the process event.
-