Uses of Class
org.apache.directory.api.ldap.model.schema.DitContentRule
-
Packages that use DitContentRule 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.parsers org.apache.directory.api.ldap.model.schema.registries org.apache.directory.api.ldap.model.schema.registries.helper -
-
Uses of DitContentRule in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that return DitContentRule Modifier and Type Method Description DitContentRuleDitContentRule. copy()Copy a DitContentRuleMethods in org.apache.directory.api.ldap.model.schema with parameters of type DitContentRule Modifier and Type Method Description EntryAttributesFactory. convert(DitContentRule dITContentRule, Schema schema, SchemaManager schemaManager)Converts a DitContentRule into an EntryStringSchemaObjectRenderer. render(DitContentRule dcr)NOT FULLY IMPLEMENTED! Renders a DitContentRule as a String -
Uses of DitContentRule in org.apache.directory.api.ldap.model.schema.parsers
Methods in org.apache.directory.api.ldap.model.schema.parsers that return DitContentRule Modifier and Type Method Description DitContentRuleDitContentRuleDescriptionSchemaParser. parse(String ditContentRuleDescription)Parses a DIT content rule description according to RFC 4512:DitContentRuleOpenLdapSchemaParser. parseDitContentRule(String ditContentRuleDescription)Production for matching DitContentRule descriptions. -
Uses of DitContentRule in org.apache.directory.api.ldap.model.schema.registries
Methods in org.apache.directory.api.ldap.model.schema.registries that return DitContentRule Modifier and Type Method Description DitContentRuleImmutableDitContentRuleRegistry. get(String oid)Gets the SchemaObject associated with a given OID.DitContentRuleImmutableDitContentRuleRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.DitContentRuleImmutableDitContentRuleRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.DitContentRuleImmutableDitContentRuleRegistry. unregister(DitContentRule schemaObject)Removes the SchemaObject registered with this registry.Methods in org.apache.directory.api.ldap.model.schema.registries that return types with arguments of type DitContentRule Modifier and Type Method Description Iterator<DitContentRule>ImmutableDitContentRuleRegistry. iterator()Gets an iterator over the registered schema objects in the registry.Methods in org.apache.directory.api.ldap.model.schema.registries with parameters of type DitContentRule Modifier and Type Method Description voidImmutableDitContentRuleRegistry. register(DitContentRule schemaObject)Registers a new SchemaObject with this registry.DitContentRuleImmutableDitContentRuleRegistry. unregister(DitContentRule schemaObject)Removes the SchemaObject registered with this registry. -
Uses of DitContentRule in org.apache.directory.api.ldap.model.schema.registries.helper
Methods in org.apache.directory.api.ldap.model.schema.registries.helper with parameters of type DitContentRule Modifier and Type Method Description static voidDitContentRuleHelper. addToRegistries(DitContentRule ditContentRule, SchemaErrorHandler errorHandler, Registries registries)Inject the DitContentRule into the registries, updating the references to other SchemaObject
-