Class DomainVisitor

java.lang.Object
com.aquima.interactions.portal.ds.sys.dialects.DomainVisitor
All Implemented Interfaces:
IDomainVisitor

public final class DomainVisitor extends Object implements IDomainVisitor
Internal class to wrap the datasources to add dialect fallback behaviour for multilingual elements.
Since:
8.4
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • process

      public void process(IDomainDS datasource)
      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 interface IDomainVisitor
      Parameters:
      datasource - containing the information needed to construct a domain definition.