Interface IValidatorDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
XmlValidatorDS, XmlValidatorDS

public interface IValidatorDS extends IReportingDS
This interface is used to initialize a single validator definition.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the (type) name of the component.
    void
    This method should iterate over all the parameters of the component and add them to the visitor.

    Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • getName

      String getName()
      This method returns the (type) name of the component. The type name is usually used to identify the component.
      Returns:
      the (type) name of the component.
    • iterateParameters

      void iterateParameters(IParameterVisitor visitor)
      This method should iterate over all the parameters of the component and add them to the visitor.
      Parameters:
      visitor - The visitor that should be used to add the parameters to.
      Throws:
      InitializationException - This exception is thrown when the parameters could not be initialized.