Class ReportingProcessFlowVisitor
java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.process.report.ReportingProcessFlowVisitor
- All Implemented Interfaces:
IProcessFlowVisitor
IProcessFlowVisitor implementation that adds error reporting.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReportingProcessFlowVisitor
(IInitializationReport report, IProcessFlowVisitor visitor) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProcessFlow
(IProcessFlowDS datasource) This method should be invoked for each process flow that should be added.Methods inherited from class com.aquima.interactions.foundation.report.ReportingVisitorDS
addError, addMessage, beginScope, endScope, getCategory, getReport
-
Constructor Details
-
Method Details
-
addProcessFlow
Description copied from interface:IProcessFlowVisitor
This method should be invoked for each process flow that should be added.- Specified by:
addProcessFlow
in interfaceIProcessFlowVisitor
- Parameters:
datasource
- Data source providing the information of the process flow.
-