Class ReportingEntityVisitor
java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.metamodel.report.ReportingEntityVisitor
- All Implemented Interfaces:
IEntityVisitor
IEntityVisitor implementation that adds error reporting.
- Since:
- 5.0
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReportingEntityVisitor
(IInitializationReport report, IEntityVisitor visitor) -
Method Summary
Methods inherited from class com.aquima.interactions.foundation.report.ReportingVisitorDS
addError, addMessage, beginScope, endScope, getCategory, getReport
-
Constructor Details
-
Method Details
-
process
Description copied from interface:IEntityVisitor
The data layer may invoke this method to add a new entity definition.- Specified by:
process
in interfaceIEntityVisitor
- Parameters:
entity
- data source that contains the information to initialize an entity.
-