Class XmlExternalFlowDefinitionDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.flow.ds.xml.parsing.XmlExternalFlowDefinitionDS
- All Implemented Interfaces:
IExternalFlowDefinitionDS
,IReportingDS
- Since:
- 12.3
- Author:
- MihaiB
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
-
Constructor Details
-
XmlExternalFlowDefinitionDS
-
-
Method Details
-
getContractName
- Specified by:
getContractName
in interfaceIExternalFlowDefinitionDS
- Returns:
- the name of the contract this external flow implements
-
getMappingName
- Specified by:
getMappingName
in interfaceIExternalFlowDefinitionDS
- Returns:
- the name of the mapping that should execute before and after this external flow
-
iterateEventMappings
public void iterateEventMappings(IExternalFlowEventMappingVisitor visitor) throws InitializationException - Specified by:
iterateEventMappings
in interfaceIExternalFlowDefinitionDS
- Parameters:
visitor
- the visitor which accepts the event mapping information- Throws:
InitializationException
- This exception is thrown when some of the external flow's event mapping could not be accepted due to a fatal error.
-