Uses of Interface
com.orchestranetworks.service.ValidationReport
-
Packages that use ValidationReport Package Description com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.com.onwbp.adaptation.validation com.orchestranetworks.schema.businessObjects com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX®. -
-
Uses of ValidationReport in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return ValidationReport Modifier and Type Method Description ValidationReportAdaptation. getValidationReport()Returns an up-to-date validation report of this dataset or record.ValidationReportAdaptation. getValidationReport(boolean ensureActivation)Returns an up-to-date validation report of this dataset or record.ValidationReportAdaptation. getValidationReport(boolean ensureActivation, boolean updateValidationReport)Returns the validation report of this dataset or record.ValidationReportAdaptation. getValidationReport(ValidationSpec aValidationSpec)Returns the validation report of this dataset or record according to the specified properties.ValidationReportAdaptationTable. getValidationReport()Returns an up-to-date validation report associated with this table.ValidationReportAdaptationTable. getValidationReport(boolean ensureActivation)Returns an up-to-date validation report associated with this table.ValidationReportAdaptationTable. getValidationReport(boolean ensureActivation, boolean updateValidationReport)Returns the validation report associated with this table.ValidationReportAdaptationTable. getValidationReport(ValidationSpec aSpec)Returns the validation report associated with this table according to the specified properties.ValidationReportAdaptation. getValidationReportForNode(SchemaNode aNode)Returns an up-to-date validation report of the specified node.ValidationReportAdaptation. getValidationReportForNode(SchemaNode aNode, boolean ensureActivation)Returns an up-to-date validation report of the specified node in the current dataset or record.ValidationReportAdaptation. getValidationReportForNode(SchemaNode aNode, boolean ensureActivation, boolean updateValidationReport)Returns the validation report of the specified node in the current dataset or record.ValidationReportAdaptation. 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 ValidationReport Modifier and Type Method Description abstract Map<AdaptationName,ValidationReport>AdaptationHome. getValidationReportsMap(Severity minimalSeverity)Deprecated.Replaced byAdaptationHome.getValidationReport(Severity). -
Uses of ValidationReport in com.onwbp.adaptation.validation
Subinterfaces of ValidationReport in com.onwbp.adaptation.validation Modifier and Type Interface Description interfaceDataspaceValidationReportDefines the validation report of a dataspace.Methods in com.onwbp.adaptation.validation that return ValidationReport Modifier and Type Method Description ValidationReportDataspaceValidationReport. getDatasetValidationReport(AdaptationName adaptationName)Returns the validation report of the specified dataset or NULLMethods in com.onwbp.adaptation.validation that return types with arguments of type ValidationReport Modifier and Type Method Description Map<AdaptationName,ValidationReport>DataspaceValidationReport. getAllValidationReports()Returns a map of all validation reports of datasets in the dataspace. -
Uses of ValidationReport in com.orchestranetworks.schema.businessObjects
Methods in com.orchestranetworks.schema.businessObjects that return ValidationReport Modifier and Type Method Description ValidationReportMainEntity. getValidationReport()Returns an up-to-date validation report of this business object.ValidationReportMainEntity. getValidationReport(boolean ensureActivation, boolean upToDateValidationReport)Returns the validation report of this business object.ValidationReportMainEntity. getValidationReport(ValidationSpec aValidationSpec)Returns the validation report of this business object according to the specified properties. -
Uses of ValidationReport in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return ValidationReport Modifier and Type Method Description ValidationReportValueContextForUpdate. getValidationReport()Returns the validation report of this content.ValidationReportValueContextForUpdate. getValidationReport(ValueContextForUpdate.ValidationPolicy aPolicy)Returns the validation report of this content.
-