Uses of Interface
com.orchestranetworks.service.ValidationReport
Packages that use ValidationReport
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
-
Uses of ValidationReport in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return ValidationReportModifier and TypeMethodDescriptionAdaptation.getValidationReport()Returns an up-to-date validation report of this dataset or record.Adaptation.getValidationReport(boolean ensureActivation) Returns an up-to-date validation report of this dataset or record.Adaptation.getValidationReport(boolean ensureActivation, boolean updateValidationReport) Returns the validation report of this dataset or record.Adaptation.getValidationReport(ValidationSpec aValidationSpec) Returns the validation report of this dataset or record according to the specified properties.AdaptationTable.getValidationReport()Returns an up-to-date validation report associated with this table.AdaptationTable.getValidationReport(boolean ensureActivation) Returns an up-to-date validation report associated with this table.AdaptationTable.getValidationReport(boolean ensureActivation, boolean updateValidationReport) Returns the validation report associated with this table.AdaptationTable.getValidationReport(ValidationSpec aSpec) Returns the validation report associated with this table according to the specified properties.Adaptation.getValidationReportForNode(SchemaNode aNode) Returns an up-to-date validation report of the specified node.Adaptation.getValidationReportForNode(SchemaNode aNode, boolean ensureActivation) Returns an up-to-date validation report of the specified node in the current dataset or record.Adaptation.getValidationReportForNode(SchemaNode aNode, boolean ensureActivation, boolean updateValidationReport) Returns the validation report of the specified node in the current dataset or record.Adaptation.getValidationReportForNode(SchemaNode aNode, ValidationSpec aValidationSpec) Returns a validation report of the specified node according to the specified properties.Methods in com.onwbp.adaptation that return types with arguments of type ValidationReportModifier and TypeMethodDescriptionAdaptationHome.getValidationReportsMap(Severity minimalSeverity) Returns a map of all validation reports of datasets in thisAdaptationHomethat have at least one validation item of the specified severity or higher.