Class ReportingDomainVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.metamodel.report.ReportingDomainVisitor
All Implemented Interfaces:
IDomainVisitor

public class ReportingDomainVisitor extends ReportingVisitorDS implements IDomainVisitor
IDomainVisitor implementation that adds error reporting.
Since:
5.0
Author:
O. Kerpershoek
  • 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.