Class ReportingProcessTaskVisitor
java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.process.report.ReportingProcessTaskVisitor
- All Implemented Interfaces:
IProcessTaskVisitor
IProcessTaskVisitor implementation that adds error reporting.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReportingProcessTaskVisitor
(IInitializationReport report, IProcessTaskVisitor visitor) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addTask
(IProcessTaskDS datasource) This method may be used to add a process task definition to the process engine.Methods inherited from class com.aquima.interactions.foundation.report.ReportingVisitorDS
addError, addMessage, beginScope, endScope, getCategory, getReport
-
Constructor Details
-
Method Details
-
addTask
Description copied from interface:IProcessTaskVisitor
This method may be used to add a process task definition to the process engine.- Specified by:
addTask
in interfaceIProcessTaskVisitor
- Parameters:
datasource
- Data source providing the information for the task that should be added.
-