Uses of Class
org.apache.directory.api.ldap.model.schema.DitStructureRule
-
Packages that use DitStructureRule 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 DitStructureRule in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that return DitStructureRule Modifier and Type Method Description DitStructureRuleDitStructureRule. copy()Copy the current SchemaObject on placeMethods in org.apache.directory.api.ldap.model.schema with parameters of type DitStructureRule Modifier and Type Method Description EntryAttributesFactory. convert(DitStructureRule ditStructureRule, Schema schema, SchemaManager schemaManager)Converts a DitStructureRule into an EntryStringSchemaObjectRenderer. render(DitStructureRule dsr)NOT FULLY IMPLEMENTED! -
Uses of DitStructureRule in org.apache.directory.api.ldap.model.schema.parsers
Methods in org.apache.directory.api.ldap.model.schema.parsers that return DitStructureRule Modifier and Type Method Description DitStructureRuleDitStructureRuleDescriptionSchemaParser. parse(String ditStructureRuleDescription)Parses a DIT structure rule description according to RFC 4512:DitStructureRuleOpenLdapSchemaParser. parseDitStructureRule(String ditStructureRuleDescription)Production for matching DitStructureRule descriptions. -
Uses of DitStructureRule in org.apache.directory.api.ldap.model.schema.registries
Fields in org.apache.directory.api.ldap.model.schema.registries with type parameters of type DitStructureRule Modifier and Type Field Description protected Map<Integer,DitStructureRule>DefaultDitStructureRuleRegistry. byRuleIda map of DitStructureRule looked up by RuleIdMethods in org.apache.directory.api.ldap.model.schema.registries that return DitStructureRule Modifier and Type Method Description DitStructureRuleImmutableDitStructureRuleRegistry. get(String oid)Gets the SchemaObject associated with a given OID.DitStructureRuleDefaultDitStructureRuleRegistry. lookup(int ruleId)Looks up an dITStructureRule by its unique Object IDentifier or by its name.DitStructureRuleDitStructureRuleRegistry. lookup(int ruleId)Looks up an dITStructureRule by its unique Object IDentifier or by its name.DitStructureRuleImmutableDitStructureRuleRegistry. lookup(int ruleId)Looks up an dITStructureRule by its unique Object IDentifier or by its name.DitStructureRuleImmutableDitStructureRuleRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.DitStructureRuleImmutableDitStructureRuleRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.DitStructureRuleImmutableDitStructureRuleRegistry. unregister(DitStructureRule 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 DitStructureRule Modifier and Type Method Description Iterator<DitStructureRule>DefaultDitStructureRuleRegistry. iterator()Gets an iterator over the registered schema objects in the registry.Iterator<DitStructureRule>DitStructureRuleRegistry. iterator()Gets an iterator over the registered descriptions in the registry.Iterator<DitStructureRule>ImmutableDitStructureRuleRegistry. iterator()Gets an iterator over the registered descriptions in the registry.Methods in org.apache.directory.api.ldap.model.schema.registries with parameters of type DitStructureRule Modifier and Type Method Description voidDefaultDitStructureRuleRegistry. register(DitStructureRule ditStructureRule)Registers a new SchemaObject with this registry.voidDitStructureRuleRegistry. register(DitStructureRule ditStructureRule)Registers a new DitStructureRule with this registry.voidImmutableDitStructureRuleRegistry. register(DitStructureRule ditStructureRule)Registers a new DitStructureRule with this registry.DitStructureRuleImmutableDitStructureRuleRegistry. unregister(DitStructureRule schemaObject)Removes the SchemaObject registered with this registry. -
Uses of DitStructureRule 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 DitStructureRule Modifier and Type Method Description static voidDitStructureRuleHelper. addToRegistries(DitStructureRule ditStructureRule, SchemaErrorHandler errorHandler, Registries registries)Inject the DitContentRule into the registries, updating the references to other SchemaObject
-