Uses of Interface
org.apache.directory.shared.ldap.model.schema.registries.DITStructureRuleRegistry

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

Uses of DITStructureRuleRegistry in org.apache.directory.shared.ldap.model.schema
 

Methods in org.apache.directory.shared.ldap.model.schema that return DITStructureRuleRegistry
 DITStructureRuleRegistry SchemaManager.getDITStructureRuleRegistry()
          Get an immutable reference on the DITStructureRule registry
 

Uses of DITStructureRuleRegistry in org.apache.directory.shared.ldap.model.schema.registries
 

Classes in org.apache.directory.shared.ldap.model.schema.registries that implement DITStructureRuleRegistry
 class DefaultDITStructureRuleRegistry
          A DITStructureRule registry's service default implementation.
 class ImmutableDITStructureRuleRegistry
          An immutable wrapper of the DITStructureRule registry.
 

Fields in org.apache.directory.shared.ldap.model.schema.registries declared as DITStructureRuleRegistry
protected  DITStructureRuleRegistry Registries.ditStructureRuleRegistry
          The DitStructureRule registry
 

Methods in org.apache.directory.shared.ldap.model.schema.registries that return DITStructureRuleRegistry
 DITStructureRuleRegistry DITStructureRuleRegistry.copy()
          Copy the DITStructureRuleRegistry
 DITStructureRuleRegistry Registries.getDitStructureRuleRegistry()
           
 

Constructors in org.apache.directory.shared.ldap.model.schema.registries with parameters of type DITStructureRuleRegistry
ImmutableDITStructureRuleRegistry(DITStructureRuleRegistry ditStructureRuleRegistry)
          Creates a new instance of ImmutableDITStructureRuleRegistry.
 



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