Uses of Interface
org.apache.directory.api.ldap.model.schema.registries.DitContentRuleRegistry
-
Packages that use DitContentRuleRegistry Package Description org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model.org.apache.directory.api.ldap.model.schema.registries org.apache.directory.api.ldap.schema.manager.impl -
-
Uses of DitContentRuleRegistry in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that return DitContentRuleRegistry Modifier and Type Method Description DitContentRuleRegistrySchemaManager. getDITContentRuleRegistry()Get an immutable reference on the DitContentRule registry -
Uses of DitContentRuleRegistry in org.apache.directory.api.ldap.model.schema.registries
Classes in org.apache.directory.api.ldap.model.schema.registries that implement DitContentRuleRegistry Modifier and Type Class Description classDefaultDitContentRuleRegistryAn DitContentRule registry's service default implementation.classImmutableDitContentRuleRegistryAn immutable wrapper of the DitContentRule registry.Fields in org.apache.directory.api.ldap.model.schema.registries declared as DitContentRuleRegistry Modifier and Type Field Description (package private) DitContentRuleRegistryImmutableDitContentRuleRegistry. immutableDITContentRuleRegistryThe wrapped DitContentRule registryMethods in org.apache.directory.api.ldap.model.schema.registries that return DitContentRuleRegistry Modifier and Type Method Description DitContentRuleRegistryDitContentRuleRegistry. copy()Copy the DitContentRuleRegistryDitContentRuleRegistryRegistries. getDitContentRuleRegistry()Constructors in org.apache.directory.api.ldap.model.schema.registries with parameters of type DitContentRuleRegistry Constructor Description ImmutableDitContentRuleRegistry(DitContentRuleRegistry ditContentRuleRegistry)Creates a new instance of ImmutableDitContentRuleRegistry. -
Uses of DitContentRuleRegistry in org.apache.directory.api.ldap.schema.manager.impl
Methods in org.apache.directory.api.ldap.schema.manager.impl that return DitContentRuleRegistry Modifier and Type Method Description DitContentRuleRegistryDefaultSchemaManager. getDITContentRuleRegistry()Get an immutable reference on the DitContentRule registry
-