Class ReportingModuleVisitor
java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.portal.report.ReportingModuleVisitor
- All Implemented Interfaces:
IModuleVisitor
Data source wrapper that adds error reporting.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReportingModuleVisitor
(IInitializationReport report, IModuleVisitor visitor) -
Method Summary
Methods inherited from class com.aquima.interactions.foundation.report.ReportingVisitorDS
addError, addMessage, beginScope, endScope, getCategory, getReport
-
Constructor Details
-
Method Details
-
addModule
Description copied from interface:IModuleVisitor
This method should be invoked for each module that is used by the application.- Specified by:
addModule
in interfaceIModuleVisitor
- Parameters:
datasource
- The data source providing the information needed to initialize the module.
-