Class DomainValueVisitor
java.lang.Object
com.aquima.interactions.metamodel.impl.DomainValueVisitor
- All Implemented Interfaces:
IDomainValueVisitor
Implementation of the domain value visitor interface used during initialization of the domain definition from the
data source.
- Since:
- 5.0
- Author:
- O. Kerpershoek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(IDomainValueDS datasource) This method should be invoked by the data layer to add a domain value.
-
Constructor Details
-
DomainValueVisitor
-
-
Method Details
-
process
Description copied from interface:IDomainValueVisitor
This method should be invoked by the data layer to add a domain value. The addValue method will validate the data passed and will add the value to domain definition.- Specified by:
process
in interfaceIDomainValueVisitor
- Parameters:
datasource
- The data source for the domain value that should be added to the domain definition- Throws:
InitializationException
- this exception is thrown when the data passed is not valid.
-