Uses of Interface
org.apache.directory.server.core.schema.SchemaService

Packages that use SchemaService
org.apache.directory.server.core   
org.apache.directory.server.core.schema  
 

Uses of SchemaService in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core that return SchemaService
 SchemaService MockDirectoryService.getSchemaService()
           
 SchemaService DefaultDirectoryService.getSchemaService()
           
 SchemaService DirectoryService.getSchemaService()
           
 

Methods in org.apache.directory.server.core with parameters of type SchemaService
 void MockDirectoryService.setSchemaService(SchemaService schemaService)
           
 void DefaultDirectoryService.setSchemaService(SchemaService schemaService)
           
 void DirectoryService.setSchemaService(SchemaService schemaService)
           
 

Uses of SchemaService in org.apache.directory.server.core.schema
 

Classes in org.apache.directory.server.core.schema that implement SchemaService
 class DefaultSchemaService
          This class manage the Schema's operations.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.