Interface IProcessEventDS
- All Superinterfaces:
IReportingDS
- All Known Implementing Classes:
XmlProcessEventDS
This interface defines the methods needed to initialize an event definition.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Method Summary
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Method Details
-
getId
GUID getId()This method should return the unique id of the process event.- Returns:
- String containing the id of the process event.
-
getName
String getName()This method returns the (unique) name of the event.- Returns:
- The name of the event.
-
getDescription
String getDescription()This method returns a description of the event.- Returns:
- A description of the event.
-