Uses of Class
com.orchestranetworks.service.ValidationSpec
-
Packages that use ValidationSpec Package Description com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.com.orchestranetworks.schema.businessObjects -
-
Uses of ValidationSpec in com.onwbp.adaptation
Methods in com.onwbp.adaptation with parameters of type ValidationSpec Modifier and Type Method Description ValidationReportAdaptation. getValidationReport(ValidationSpec aValidationSpec)Returns the validation report of this dataset or record according to the specified properties.abstract DataspaceValidationReportAdaptationHome. getValidationReport(ValidationSpec aValidationSpec)Returns the validation report for this dataspace according to the specified properties.ValidationReportAdaptationTable. getValidationReport(ValidationSpec aSpec)Returns the validation report associated with this table according to the specified properties.ValidationReportAdaptation. getValidationReportForNode(SchemaNode aNode, ValidationSpec aValidationSpec)Returns a validation report of the specified node according to the specified properties. -
Uses of ValidationSpec in com.orchestranetworks.schema.businessObjects
Methods in com.orchestranetworks.schema.businessObjects with parameters of type ValidationSpec Modifier and Type Method Description ValidationReportMainEntity. getValidationReport(ValidationSpec aValidationSpec)Returns the validation report of this business object according to the specified properties.
-