Class ReportingProcessMappingDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.portal.report.ReportingProcessMappingDS
- All Implemented Interfaces:
IReportingDS
,IProcessMappingDS
Data source wrapper that adds error reporting.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Field Summary
Fields inherited from interface com.aquima.interactions.portal.ds.IProcessMappingDS
CATEGORY
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReportingProcessMappingDS
(IInitializationReport report, IProcessMappingDS mappingDS) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the name of the application that contains the process definitions.This method returns the version of the application that contains the process definitions.This method returns the mapping information that should be used to map the model of the process engine to the model of this application.This method returns the mapping information that should be used to map the model of this application to the model of the process engine.void
iterateTaskMappings
(ITaskMappingVisitor visitor) This method will be invoked to allow the implementation to add task mapping definitions.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
-
Method Details
-
getApplicationName
Description copied from interface:IProcessMappingDS
This method returns the name of the application that contains the process definitions.- Specified by:
getApplicationName
in interfaceIProcessMappingDS
- Returns:
- The name of the application that contains the process definitions.
-
getApplicationVersion
Description copied from interface:IProcessMappingDS
This method returns the version of the application that contains the process definitions.- Specified by:
getApplicationVersion
in interfaceIProcessMappingDS
- Returns:
- The version of the application that contains the process definitions.
-
getCaseDataMappingName
Description copied from interface:IProcessMappingDS
This method returns the mapping information that should be used to map the model of the process engine to the model of this application.- Specified by:
getCaseDataMappingName
in interfaceIProcessMappingDS
- Returns:
- Name referring to the mapping, may be null.
-
getCaseUpdateMappingName
Description copied from interface:IProcessMappingDS
This method returns the mapping information that should be used to map the model of this application to the model of the process engine.- Specified by:
getCaseUpdateMappingName
in interfaceIProcessMappingDS
- Returns:
- Name referring to the mapping, may be null.
-
iterateTaskMappings
Description copied from interface:IProcessMappingDS
This method will be invoked to allow the implementation to add task mapping definitions.- Specified by:
iterateTaskMappings
in interfaceIProcessMappingDS
- Parameters:
visitor
- Object that should be used to add task mapping definitions to.
-