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

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

Methods in org.apache.directory.shared.ldap.schema that return DITContentRuleRegistry
 DITContentRuleRegistry SchemaManager.getDITContentRuleRegistry()
          Get an immutable reference on the DITContentRule registry
 

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

Methods in org.apache.directory.shared.ldap.schema.manager.impl that return DITContentRuleRegistry
 DITContentRuleRegistry DefaultSchemaManager.getDITContentRuleRegistry()
          Get an immutable reference on the DITContentRule registry
 

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

Classes in org.apache.directory.shared.ldap.schema.registries that implement DITContentRuleRegistry
 class DefaultDITContentRuleRegistry
          An DITContentRule registry's service default implementation.
 class ImmutableDITContentRuleRegistry
          An immutable wrapper of the DITContentRule registry.
 

Fields in org.apache.directory.shared.ldap.schema.registries declared as DITContentRuleRegistry
protected  DITContentRuleRegistry Registries.ditContentRuleRegistry
          The DitContentRule registry
 

Methods in org.apache.directory.shared.ldap.schema.registries that return DITContentRuleRegistry
 DITContentRuleRegistry DITContentRuleRegistry.copy()
          Copy the DITContentRuleRegistry
 DITContentRuleRegistry Registries.getDitContentRuleRegistry()
           
 

Constructors in org.apache.directory.shared.ldap.schema.registries with parameters of type DITContentRuleRegistry
ImmutableDITContentRuleRegistry(DITContentRuleRegistry ditContentRuleRegistry)
          Creates a new instance of ImmutableDITContentRuleRegistry.
 



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