Uses of Interface
org.apache.directory.server.core.schema.DITContentRuleRegistry

Packages that use DITContentRuleRegistry
org.apache.directory.server.core.schema Contains interfaces for schema object registry services and simple POJO implementations of these services. 
org.apache.directory.server.core.schema.bootstrap Contains interfaces and classes used for bootstrap schema object loading and configuration. 
 

Uses of DITContentRuleRegistry in org.apache.directory.server.core.schema
 

Classes in org.apache.directory.server.core.schema that implement DITContentRuleRegistry
 class GlobalDitContentRuleRegistry
          A plain old java object implementation of an DITContentRuleRegistry.
 

Methods in org.apache.directory.server.core.schema that return DITContentRuleRegistry
 DITContentRuleRegistry Registries.getDitContentRuleRegistry()
           
 DITContentRuleRegistry GlobalRegistries.getDitContentRuleRegistry()
           
 

Uses of DITContentRuleRegistry in org.apache.directory.server.core.schema.bootstrap
 

Classes in org.apache.directory.server.core.schema.bootstrap that implement DITContentRuleRegistry
 class BootstrapDitContentRuleRegistry
          A plain old java object implementation of an DITContentRuleRegistry.
 

Methods in org.apache.directory.server.core.schema.bootstrap that return DITContentRuleRegistry
 DITContentRuleRegistry BootstrapRegistries.getDitContentRuleRegistry()