Class ReportingFieldValidationVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.composer.report.ReportingFieldValidationVisitor
All Implemented Interfaces:
IFieldValidationVisitor

public class ReportingFieldValidationVisitor extends ReportingVisitorDS implements IFieldValidationVisitor
IFieldValidationVisitor implementation that adds error reporting.
Author:
r.fleuren
  • Constructor Details

  • Method Details

    • addValidation

      public void addValidation(IFieldValidationDS datasource)
      Description copied from interface: IFieldValidationVisitor
      This method should be invoked for each validation that needs to be added to the field. The validations should be added in the correct order, as the validation that is added first will also be evaluated first.
      Specified by:
      addValidation in interface IFieldValidationVisitor
      Parameters:
      datasource - Object providing the data needed to initialize a validation definition.