Class ReportingDomainVisitor
java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.metamodel.report.ReportingDomainVisitor
- All Implemented Interfaces:
IDomainVisitor
IDomainVisitor implementation that adds error reporting.
- Since:
- 5.0
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReportingDomainVisitor
(IInitializationReport report, IDomainVisitor 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:IDomainVisitor
This method should be invoked by the data layer to add a domain definition. The process method will validate the data passed through the IDomainDS and will construct a domain definition based on the data. When an invalid implementation of the data source is passed to this method (for instance not a unique name) this method will throw an exception, and the domain definition will be ignored.- Specified by:
process
in interfaceIDomainVisitor
- Parameters:
datasource
- containing the information needed to construct a domain definition.
-