Uses of Interface
org.apache.directory.api.ldap.model.schema.registries.AttributeTypeRegistry

Packages that use AttributeTypeRegistry
org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.api.ldap.model.schema.registries   
 

Uses of AttributeTypeRegistry in org.apache.directory.api.ldap.model.schema
 

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

Uses of AttributeTypeRegistry in org.apache.directory.api.ldap.model.schema.registries
 

Classes in org.apache.directory.api.ldap.model.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.api.ldap.model.schema.registries declared as AttributeTypeRegistry
protected  AttributeTypeRegistry Registries.attributeTypeRegistry
          The AttributeType registry
 

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

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



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.