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

Packages that use SchemaObjectRegistry
org.apache.directory.shared.ldap.schema.registries   
 

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

Subinterfaces of SchemaObjectRegistry in org.apache.directory.shared.ldap.schema.registries
 interface AttributeTypeRegistry
          An AttributeType registry service interface.
 interface ComparatorRegistry
          Comparator registry component's service class.
 interface DITContentRuleRegistry
          An DITContentRule registry's service interface.
 interface DITStructureRuleRegistry
          An DITStructureRule registry service interface.
 interface LdapSyntaxRegistry
          An LdapSyntax registry service interface.
 interface MatchingRuleRegistry
          An AttributeType registry service interface.
 interface MatchingRuleUseRegistry
          A MatchingRuleUse registry service interface.
 interface NameFormRegistry
          An NameForm registry service interface.
 interface NormalizerRegistry
          Normalizer registry service class.
 interface ObjectClassRegistry
          ObjectClass registry service interface.
 interface SyntaxCheckerRegistry
          SyntaxChecker registry component's service interface.
 

Classes in org.apache.directory.shared.ldap.schema.registries that implement SchemaObjectRegistry
 class DefaultAttributeTypeRegistry
          An AttributeType registry service default implementation.
 class DefaultComparatorRegistry
          A Comparator registry service default implementation.
 class DefaultDITContentRuleRegistry
          An DITContentRule registry's service default implementation.
 class DefaultDITStructureRuleRegistry
          A DITStructureRule registry's service default implementation.
 class DefaultLdapSyntaxRegistry
          A LdapSyntax registry's service default implementation.
 class DefaultMatchingRuleRegistry
          A MatchingRule registry's service default implementation.
 class DefaultMatchingRuleUseRegistry
          A MatchingRuleUse registry service default implementation.
 class DefaultNameFormRegistry
          An NameForm registry's service default implementation.
 class DefaultNormalizerRegistry
          A Normalizer registry's service default implementation.
 class DefaultObjectClassRegistry
          An ObjectClass registry's service default implementation.
 class DefaultSchemaObjectRegistry<T extends SchemaObject>
          Common schema object registry interface.
 class DefaultSyntaxCheckerRegistry
          SyntaxChecker registry component's service interface.
 class ImmutableAttributeTypeRegistry
          An immutable wrapper of the AttributeType registry.
 class ImmutableComparatorRegistry
          An immutable wrapper of the Comparator registry.
 class ImmutableDITContentRuleRegistry
          An immutable wrapper of the DITContentRule registry.
 class ImmutableDITStructureRuleRegistry
          An immutable wrapper of the DITStructureRule registry.
 class ImmutableLdapSyntaxRegistry
          An immutable wrapper of the Syntax registry.
 class ImmutableMatchingRuleRegistry
          An immutable wrapper of the MatchingRule registry.
 class ImmutableMatchingRuleUseRegistry
          An immutable wrapper of the MatchingRuleUse registry.
 class ImmutableNameFormRegistry
          An immutable wrapper of the NameForm registry.
 class ImmutableNormalizerRegistry
          An immutable wrapper of the Normalizer registry.
 class ImmutableObjectClassRegistry
          An immutable wrapper of the ObjectClass registry.
 class ImmutableSyntaxCheckerRegistry
          An immutable wrapper of the SyntaxChecker registry.
 

Methods in org.apache.directory.shared.ldap.schema.registries that return SchemaObjectRegistry
 SchemaObjectRegistry<T> SchemaObjectRegistry.copy()
          Copy a DefaultSchemaObjectRegistry.
 SchemaObjectRegistry<T> DefaultSchemaObjectRegistry.copy(SchemaObjectRegistry<T> original)
          
 

Methods in org.apache.directory.shared.ldap.schema.registries with parameters of type SchemaObjectRegistry
 SchemaObjectRegistry<T> DefaultSchemaObjectRegistry.copy(SchemaObjectRegistry<T> original)
          
 



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