Uses of Interface
org.apache.directory.shared.ldap.schema.registries.AttributeTypeRegistry

Packages that use AttributeTypeRegistry
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 AttributeTypeRegistry in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema that return AttributeTypeRegistry
 AttributeTypeRegistry SchemaManager.getAttributeTypeRegistry()
          Get an immutable reference on the AttributeType registry
 

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

Methods in org.apache.directory.shared.ldap.schema.manager.impl that return AttributeTypeRegistry
 AttributeTypeRegistry DefaultSchemaManager.getAttributeTypeRegistry()
          Get an immutable reference on the AttributeType registry
 

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

Classes in org.apache.directory.shared.ldap.schema.registries that implement AttributeTypeRegistry
 class DefaultAttributeTypeRegistry
          An AttributeType registry service default implementation.
 class ImmutableAttributeTypeRegistry
          An immutable wrapper of the AttributeType registry.
 

Fields in org.apache.directory.shared.ldap.schema.registries declared as AttributeTypeRegistry
protected  AttributeTypeRegistry Registries.attributeTypeRegistry
          The AttributeType registry
 

Methods in org.apache.directory.shared.ldap.schema.registries that return AttributeTypeRegistry
 AttributeTypeRegistry AttributeTypeRegistry.copy()
          Copy the AttributeTypeRegistry
 AttributeTypeRegistry ImmutableAttributeTypeRegistry.copy()
          Copy the AttributeTypeRegistry
 AttributeTypeRegistry DefaultAttributeTypeRegistry.copy()
          Copy the AttributeTypeRegistry
 AttributeTypeRegistry Registries.getAttributeTypeRegistry()
           
 

Constructors in org.apache.directory.shared.ldap.schema.registries with parameters of type AttributeTypeRegistry
ImmutableAttributeTypeRegistry(AttributeTypeRegistry attributeTypeRegistry)
          Creates a new instance of ImmutableAttributeTypeRegistry.
 



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