Class XmlMessageEventMappingDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.process.ds.xml.parsing.XmlMessageEventMappingDS
- All Implemented Interfaces:
IReportingDS
,IMessageEventMappingDS
- Direct Known Subclasses:
XmlIntermediateMessageEventMappingDS
,XmlProcessEventStartDS
Xml implementation of the message event mapping datasource.
- Since:
- 9.1
- Author:
- A. Pragt
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlMessageEventMappingDS
(IInitializationReport report, IXmlNode node) protected
XmlMessageEventMappingDS
(IInitializationReport report, IXmlNode node, String nodeName) -
Method Summary
Modifier and TypeMethodDescriptionThis method return the matching field selectedThis method returns the name of the message event, may not be null.This method returns the target instance Possible values: Singleton(s)/ Select Existing Instancevoid
This method should iterate about all the mapped fields of the message event.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
-
XmlMessageEventMappingDS
-
XmlMessageEventMappingDS
-
-
Method Details
-
getMessageEventName
Description copied from interface:IMessageEventMappingDS
This method returns the name of the message event, may not be null.- Specified by:
getMessageEventName
in interfaceIMessageEventMappingDS
- Returns:
- The name of the message event, never null.
-
iterateFields
Description copied from interface:IMessageEventMappingDS
This method should iterate about all the mapped fields of the message event.- Specified by:
iterateFields
in interfaceIMessageEventMappingDS
- Parameters:
visitor
- The visitor that should be used to add the items to.- Throws:
InitializationException
- This exception is thrown if the message event mapping can not be initialized.
-
getTargetInstanceType
Description copied from interface:IMessageEventMappingDS
This method returns the target instance Possible values: Singleton(s)/ Select Existing Instance- Specified by:
getTargetInstanceType
in interfaceIMessageEventMappingDS
- Returns:
- the target instance type
-
getMatchOnField
Description copied from interface:IMessageEventMappingDS
This method return the matching field selected- Specified by:
getMatchOnField
in interfaceIMessageEventMappingDS
- Returns:
- matching field
-