Uses of Interface
project35.soa.validation.DocumentValidationService

Packages that use DocumentValidationService
project35.configurationTool This package describes the code for the Project35 Configuration Tool. 
project35.metaData The package contains classes which manage Project35's meta data. 
project35.soa.validation The classes in this package support Project35's facilities for validating the data set. 
 

Uses of DocumentValidationService in project35.configurationTool
 

Classes in project35.configurationTool that implement DocumentValidationService
 class DuplicateRecordConfigurationsValidationService
          this is a document validation service that is used with the configuration tool.
 

Uses of DocumentValidationService in project35.metaData
 

Classes in project35.metaData that implement DocumentValidationService
 class OntologyTermValidationService
          this service performs a number of checks that will help the data curator duplicate ontology terms appear within the same list of terms used to tag a given record type X field type Y. label of an ontology term doesn't appear anywhere in the text of the data set a field has ontology services, there are records that have values for that field, but no ontology terms were used in any of the field entries
 

Uses of DocumentValidationService in project35.soa.validation
 

Classes in project35.soa.validation that implement DocumentValidationService
 class StubbedDocumentValidationService
           Copyright (c) 2008 Kevin Garwood for Project35.
 

Methods in project35.soa.validation that return DocumentValidationService
 DocumentValidationService[] ValidationServiceRegistry.getDocumentValidationServices()