Package com.onwbp.adaptation.validation
Interface DataspaceValidationReport
- All Superinterfaces:
- ValidationReport
 
 - public interface DataspaceValidationReport extends ValidationReport Defines the validation report of a dataspace.- Since:
- 6.1.1
 
-   Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<AdaptationName, ValidationReport>getAllValidationReports()Returns a map of all validation reports of datasets in the dataspace.ValidationReportgetDatasetValidationReport (AdaptationName adaptationName)Returns the validation report of the specified dataset or NULL-   Methods inherited from interface com.orchestranetworks.service.ValidationReportcountItemsOfSeverity, getItemsOfSeverity, getItemsOfSeverityOrMore, getTooManyMessagesItems, hasConstraintsWithTooManyMessages, hasItems, hasItemsOfSeverity, hasItemsOfSeverityOrMore, hasSkippedValidation, hasTooManyItemsOfConstraint, hasTooManyItemsOfSeverity
 
-   
 
-   
-   Method Detail- 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.
 
 
-