Uses of Class
org.apache.directory.shared.ldap.schema.registries.OidRegistry

Packages that use OidRegistry
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.shared.ldap.schema.manager.impl   
org.apache.directory.shared.ldap.schema.registries   
 

Uses of OidRegistry in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema that return OidRegistry
 OidRegistry SchemaManager.getGlobalOidRegistry()
          Returns a reference to the global OidRegistry
 

Uses of OidRegistry in org.apache.directory.shared.ldap.schema.manager.impl
 

Methods in org.apache.directory.shared.ldap.schema.manager.impl that return OidRegistry
 OidRegistry DefaultSchemaManager.getGlobalOidRegistry()
          Returns a reference to the global OidRegistry
 

Uses of OidRegistry in org.apache.directory.shared.ldap.schema.registries
 

Fields in org.apache.directory.shared.ldap.schema.registries declared as OidRegistry
protected  OidRegistry Registries.globalOidRegistry
          The global OID registry
protected  OidRegistry DefaultSchemaObjectRegistry.oidRegistry
          the global OID Registry
 

Methods in org.apache.directory.shared.ldap.schema.registries that return OidRegistry
 OidRegistry OidRegistry.copy()
          Copy the OidRegistry, without the contained values
 OidRegistry Registries.getGlobalOidRegistry()
           
 

Constructors in org.apache.directory.shared.ldap.schema.registries with parameters of type OidRegistry
DefaultSchemaObjectRegistry(SchemaObjectType schemaObjectType, OidRegistry oidRegistry)
          Creates a new DefaultSchemaObjectRegistry instance.
 



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