Interface DataspaceValidationReport

All Superinterfaces:
ValidationReport

public interface DataspaceValidationReport extends ValidationReport
Defines the validation report of a dataspace.
Since:
6.1.1
  • Method Details

    • getDatasetValidationReport

      ValidationReport getDatasetValidationReport(AdaptationName adaptationName)
      Returns the validation report of the specified dataset or NULL
    • getAllValidationReports

      Map<AdaptationName,ValidationReport> getAllValidationReports()
      Returns a map of all validation reports of datasets in the dataspace.