Class PrefixedApplicationDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDelegateDS
com.aquima.interactions.portal.ds.delegate.ModuleDelegateDS
com.aquima.interactions.portal.ds.delegate.ApplicationDelegateDS
com.aquima.interactions.ds.composite.PrefixedApplicationDS
- All Implemented Interfaces:
IReportingDS
,IApplicationDS
,IModuleDS
Data source wrapper that adds prefixes to modules names.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the ID of the application.This method returns the data source that should be used to initialize the objects that are defined project wide and used by all modules in the project.Returns the project metadata containing webservice calls and library referencesMethods inherited from class com.aquima.interactions.portal.ds.delegate.ApplicationDelegateDS
getApplicationMode, getConnectionManager, getFactoryManager, getProcessEngine, getProcessMappingDS, getResourceManager, getTimelineCreator, getTraceDao, iterateMappings, iterateModules, iterateWebServices, outputFailedMasks, wrapFailedElements
Methods inherited from class com.aquima.interactions.portal.ds.delegate.ModuleDelegateDS
cachingEnabled, getCommunicationEngineDS, getComposerDS, getFlowEngineDS, getMatchEngineDS, getMetaModelDS, getModuleId, getRuleEngineDS, getTreeEngineDS, iterateContainerExpanders, iterateFunctionCalls, iterateMaskCalls, iterateServiceCalls
Methods inherited from class com.aquima.interactions.foundation.report.ReportingDelegateDS
addMessage
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.portal.ds.IApplicationDS
getApplicationMode, getConnectionManager, getFactoryManager, getProcessEngine, getProcessMappingDS, getResourceManager, getTimelineCreator, getTraceDao, iterateMappings, iterateModules, iterateWebServices, outputFailedMasks, wrapFailedElements
Methods inherited from interface com.aquima.interactions.portal.ds.IModuleDS
cachingEnabled, getCommunicationEngineDS, getComposerDS, getFlowEngineDS, getMatchEngineDS, getMetaModelDS, getModuleId, getRuleEngineDS, getTreeEngineDS, iterateContainerExpanders, iterateFunctionCalls, iterateMaskCalls, iterateServiceCalls
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
PrefixedApplicationDS
-
-
Method Details
-
getApplicationId
Description copied from interface:IApplicationDS
This method returns the ID of the application.- Specified by:
getApplicationId
in interfaceIApplicationDS
- Overrides:
getApplicationId
in classApplicationDelegateDS
- Returns:
- the ID of the application.
-
getProjectDS
Description copied from interface:IApplicationDS
This method returns the data source that should be used to initialize the objects that are defined project wide and used by all modules in the project.- Specified by:
getProjectDS
in interfaceIApplicationDS
- Overrides:
getProjectDS
in classApplicationDelegateDS
- Returns:
- Data source providing the definitions of the global objects.
-
getProjectMetadata
Description copied from interface:IApplicationDS
Returns the project metadata containing webservice calls and library references- Specified by:
getProjectMetadata
in interfaceIApplicationDS
- Overrides:
getProjectMetadata
in classApplicationDelegateDS
- Returns:
-