Class XmlProcessEventStartDS
- java.lang.Object
-
- com.aquima.interactions.foundation.report.ReportingDS
-
- com.aquima.interactions.process.ds.xml.r8.parsing.XmlMessageEventMappingDS
-
- com.aquima.interactions.process.ds.xml.r8.parsing.XmlProcessEventStartDS
-
- All Implemented Interfaces:
IReportingDS
,IMessageEventMappingDS
,IProcessEventStartDS
public class XmlProcessEventStartDS extends XmlMessageEventMappingDS implements IProcessEventStartDS
Xml implementation of the process event start datasource.- Since:
- 9.1
- Author:
- A. Pragt
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
XmlProcessEventStartDS(IInitializationReport report, IXmlNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GUID
getStartNodeId()
This method should return the unique id of the start node.-
Methods inherited from class com.aquima.interactions.process.ds.xml.r8.parsing.XmlMessageEventMappingDS
getMatchOnField, getMessageEventName, getTargetInstanceType, iterateFields
-
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.process.ds.IMessageEventMappingDS
getMatchOnField, getMessageEventName, getTargetInstanceType, iterateFields
-
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
-
-
-
Constructor Detail
-
XmlProcessEventStartDS
protected XmlProcessEventStartDS(IInitializationReport report, IXmlNode node)
-
-
Method Detail
-
getStartNodeId
public GUID getStartNodeId()
Description copied from interface:IProcessEventStartDS
This method should return the unique id of the start node.- Specified by:
getStartNodeId
in interfaceIProcessEventStartDS
- Returns:
- String containing the id of the start node.
-
-