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 Summary
All 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.ValidationReport
getDatasetValidationReport(AdaptationName adaptationName)
Returns the validation report of the specified dataset or NULL-
Methods inherited from interface com.orchestranetworks.service.ValidationReport
countItemsOfSeverity, 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.
-
-