Uses of Class
project35.soa.validation.ValidationServiceRegistry

Packages that use ValidationServiceRegistry
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
project35.mda.schema The package contains classes which are responsible for interpreting the XML schema. 
 

Uses of ValidationServiceRegistry in project35.desktopDeployment
 

Fields in project35.desktopDeployment declared as ValidationServiceRegistry
protected  ValidationServiceRegistry Workspace.validationServiceRegistry
           
 

Methods in project35.desktopDeployment that return ValidationServiceRegistry
 ValidationServiceRegistry Workspace.getValidationServiceRegistry()
           
 

Uses of ValidationServiceRegistry in project35.mda.schema
 

Methods in project35.mda.schema with parameters of type ValidationServiceRegistry
 void Startup.stripFactoryDefinitionsOfValidationServices(RecordModelFactory recordModelFactory, ValidationServiceRegistry validationServiceRegistry)
          this method strips out the validation services that were created for each editfieldmodel instance in the schema reader.