Package com.onwbp.adaptation.validation
Interface DataspaceValidationReport
- All Superinterfaces:
ValidationReport
Defines the validation report of a dataspace.
- Since:
- 6.1.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns a map of all validation reports of datasets in the dataspace.getDatasetValidationReport
(AdaptationName adaptationName) Returns the validation report of the specified dataset or NULLMethods inherited from interface com.orchestranetworks.service.ValidationReport
countItemsOfSeverity, getItemsOfSeverity, getItemsOfSeverityOrMore, getTooManyMessagesItems, hasConstraintsWithTooManyMessages, hasItems, hasItemsOfSeverity, hasItemsOfSeverityOrMore, hasSkippedValidation, hasTooManyItemsOfConstraint, hasTooManyItemsOfSeverity
-
Method Details
-
getDatasetValidationReport
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.
-