Class ReportingSchemaContractDS

java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.communication.report.ReportingSchemaContractDS
All Implemented Interfaces:
ISchemaContractDS, IReportingDS

public class ReportingSchemaContractDS extends ReportingDS implements ISchemaContractDS
Datasource implementation that adds error reporting.
Since:
9.0
Author:
Arjan Pragt
  • Constructor Details

  • Method Details

    • iterateXsds

      public void iterateXsds(IXsdVisitor visitor)
      Description copied from interface: ISchemaContractDS
      This method iterates about the xsds of the contract.
      Specified by:
      iterateXsds in interface ISchemaContractDS
      Parameters:
      visitor - the visitor accepting the resources, may not be null.
    • getName

      public String getName()
      Description copied from interface: ISchemaContractDS
      This method returns the name of this contract.
      Specified by:
      getName in interface ISchemaContractDS
      Returns:
      The name of the contract, never null or empty.