Interface ISchemaSetDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
ReportingSchemaSetDS, XmlSchemaSetDS, XmlSchemaSetDS

public interface ISchemaSetDS extends IReportingDS
This interface defines an schemaset.
Since:
9.0
Author:
Arjan Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the name of the schema set.
    void
    This method iterates about the schemas of the schema set.

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

    addMessage
  • Method Details

    • getName

      String getName()
      This method returns the name of the schema set.
      Returns:
      The schema set name, may not be null.
    • iterateSchemas

      void iterateSchemas(ISchemaVisitor visitor)
      This method iterates about the schemas of the schema set.
      Parameters:
      visitor - The visitor accepting the schemas.
      Throws:
      InitializationException - This exception is thrown when the schema could not be initialized with the provided data source.