Uses of Interface
org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry
-
Packages that use SchemaObjectRegistry Package Description org.apache.directory.api.ldap.model.schema.registries -
-
Uses of SchemaObjectRegistry in org.apache.directory.api.ldap.model.schema.registries
Subinterfaces of SchemaObjectRegistry in org.apache.directory.api.ldap.model.schema.registries Modifier and Type Interface Description interfaceAttributeTypeRegistryAn AttributeType registry service interface.interfaceComparatorRegistryComparator registry component's service class.interfaceDitContentRuleRegistryAn DitContentRule registry's service interface.interfaceDitStructureRuleRegistryAn DitStructureRule registry service interface.interfaceLdapSyntaxRegistryAn LdapSyntax registry service interface.interfaceMatchingRuleRegistryAn AttributeType registry service interface.interfaceMatchingRuleUseRegistryA MatchingRuleUse registry service interface.interfaceNameFormRegistryAn NameForm registry service interface.interfaceNormalizerRegistryNormalizer registry service class.interfaceObjectClassRegistryObjectClass registry service interface.interfaceSyntaxCheckerRegistrySyntaxChecker registry component's service interface.Classes in org.apache.directory.api.ldap.model.schema.registries that implement SchemaObjectRegistry Modifier and Type Class Description classDefaultAttributeTypeRegistryAn AttributeType registry service default implementation.classDefaultComparatorRegistryA Comparator registry service default implementation.classDefaultDitContentRuleRegistryAn DitContentRule registry's service default implementation.classDefaultDitStructureRuleRegistryA DitStructureRule registry's service default implementation.classDefaultLdapSyntaxRegistryA LdapSyntax registry's service default implementation.classDefaultMatchingRuleRegistryA MatchingRule registry's service default implementation.classDefaultMatchingRuleUseRegistryA MatchingRuleUse registry service default implementation.classDefaultNameFormRegistryAn NameForm registry's service default implementation.classDefaultNormalizerRegistryA Normalizer registry's service default implementation.classDefaultObjectClassRegistryAn ObjectClass registry's service default implementation.classDefaultSchemaObjectRegistry<T extends SchemaObject>Common schema object registry interface.classDefaultSyntaxCheckerRegistrySyntaxChecker registry component's service interface.classImmutableAttributeTypeRegistryAn immutable wrapper of the AttributeType registry.classImmutableComparatorRegistryAn immutable wrapper of the Comparator registry.classImmutableDitContentRuleRegistryAn immutable wrapper of the DitContentRule registry.classImmutableDitStructureRuleRegistryAn immutable wrapper of the DitStructureRule registry.classImmutableLdapSyntaxRegistryAn immutable wrapper of the Syntax registry.classImmutableMatchingRuleRegistryAn immutable wrapper of the MatchingRule registry.classImmutableMatchingRuleUseRegistryAn immutable wrapper of the MatchingRuleUse registry.classImmutableNameFormRegistryAn immutable wrapper of the NameForm registry.classImmutableNormalizerRegistryAn immutable wrapper of the Normalizer registry.classImmutableObjectClassRegistryAn immutable wrapper of the ObjectClass registry.classImmutableSyntaxCheckerRegistryAn immutable wrapper of the SyntaxChecker registry.Methods in org.apache.directory.api.ldap.model.schema.registries that return SchemaObjectRegistry Modifier and Type Method Description SchemaObjectRegistry<T>DefaultSchemaObjectRegistry. copy(SchemaObjectRegistry<T> original)Copy a SchemaObject registrySchemaObjectRegistry<T>SchemaObjectRegistry. copy()Copy a DefaultSchemaObjectRegistry.Methods in org.apache.directory.api.ldap.model.schema.registries with parameters of type SchemaObjectRegistry Modifier and Type Method Description SchemaObjectRegistry<T>DefaultSchemaObjectRegistry. copy(SchemaObjectRegistry<T> original)Copy a SchemaObject registry
-