Uses of Class
org.apache.directory.api.ldap.model.schema.MatchingRule
-
Packages that use MatchingRule 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 org.apache.directory.api.ldap.schema.loader org.apache.directory.api.ldap.schema.manager.impl -
-
Uses of MatchingRule in org.apache.directory.api.ldap.model.schema
Fields in org.apache.directory.api.ldap.model.schema declared as MatchingRule Modifier and Type Field Description protected MatchingRuleAttributeType. equalityThe equality MatchingRule associated with the equalityIDprotected MatchingRuleAttributeType. orderingThe ordering MatchingRule associated with the orderingIDprotected MatchingRuleAttributeType. substringThe substring MatchingRule associated with the substringIDMethods in org.apache.directory.api.ldap.model.schema that return MatchingRule Modifier and Type Method Description MatchingRuleMatchingRule. copy()Copy an MatchingRuleMatchingRuleAttributeType. getEquality()Gets the MatchingRule for this AttributeType used for equality matching.MatchingRuleAttributeType. getOrdering()Gets the MatchingRule for this AttributeType used for Ordering matching.MatchingRuleAttributeType. getSubstring()Gets the MatchingRule for this AttributeType used for Substr matching.MatchingRuleSchemaManager. lookupMatchingRuleRegistry(String oid)Lookup for a MatchingRule in the MatchingRule registryMethods in org.apache.directory.api.ldap.model.schema with parameters of type MatchingRule Modifier and Type Method Description EntryAttributesFactory. convert(MatchingRule matchingRule, Schema schema, SchemaManager schemaManager)Converts a MatchingRule into an EntryStringSchemaObjectRenderer. render(MatchingRule mr)Renders an matchingRule according to the MatchingRule Description Syntax 1.3.6.1.4.1.1466.115.121.1.30.voidAttributeType. setEquality(MatchingRule equality)Sets the Equality MR for this AttributeTypevoidAttributeType. setOrdering(MatchingRule ordering)Sets the Ordering MR for this AttributeTypevoidAttributeType. setSubstring(MatchingRule substring)Sets the Substr MR for this AttributeType -
Uses of MatchingRule in org.apache.directory.api.ldap.model.schema.parsers
Methods in org.apache.directory.api.ldap.model.schema.parsers that return MatchingRule Modifier and Type Method Description MatchingRuleMatchingRuleDescriptionSchemaParser. parse(String matchingRuleDescription)Parses a matching rule description according to RFC 4512:MatchingRuleOpenLdapSchemaParser. parseMatchingRule(String matchingRuleDescription)Production for matching MatchingRule descriptions.Methods in org.apache.directory.api.ldap.model.schema.parsers with parameters of type MatchingRule Modifier and Type Method Description static booleanParserDescriptionUtils. matchingRulesMatch(MatchingRule matchingRule0, MatchingRule matchingRule1)Checks to see if two matchingRule match exactly. -
Uses of MatchingRule in org.apache.directory.api.ldap.model.schema.registries
Methods in org.apache.directory.api.ldap.model.schema.registries that return MatchingRule Modifier and Type Method Description MatchingRuleImmutableMatchingRuleRegistry. get(String oid)Gets the SchemaObject associated with a given OID.MatchingRuleImmutableMatchingRuleRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.MatchingRuleImmutableMatchingRuleRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.MatchingRuleImmutableMatchingRuleRegistry. unregister(MatchingRule 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 MatchingRule Modifier and Type Method Description Iterator<MatchingRule>ImmutableMatchingRuleRegistry. 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 MatchingRule Modifier and Type Method Description voidRegistries. delCrossReferences(MatchingRule matchingRule)Delete the MR references (using and usedBy) : MR -> C MR -> N MR -> SvoidImmutableMatchingRuleRegistry. register(MatchingRule schemaObject)Registers a new SchemaObject with this registry.MatchingRuleImmutableMatchingRuleRegistry. unregister(MatchingRule schemaObject)Removes the SchemaObject registered with this registry. -
Uses of MatchingRule 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 MatchingRule Modifier and Type Method Description static voidMatchingRuleHelper. addToRegistries(MatchingRule matchingRule, SchemaErrorHandler errorHandler, Registries registries)Inject the MatchingRule into the Registries, updating the references to other SchemaObjectstatic voidMatchingRuleHelper. removeFromRegistries(MatchingRule matchingRule, SchemaErrorHandler errorHandler, Registries registries)Remove the MatchingRule from the Registries, updating the references to other SchemaObject. -
Uses of MatchingRule in org.apache.directory.api.ldap.schema.loader
Methods in org.apache.directory.api.ldap.schema.loader that return MatchingRule Modifier and Type Method Description MatchingRuleEntityFactory. getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)Construct an MatchingRule from an entry get from the DitMatchingRuleSchemaEntityFactory. getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)Construct an MatchingRule from an entry get from the Dit -
Uses of MatchingRule in org.apache.directory.api.ldap.schema.manager.impl
Methods in org.apache.directory.api.ldap.schema.manager.impl that return MatchingRule Modifier and Type Method Description MatchingRuleDefaultSchemaManager. lookupMatchingRuleRegistry(String oid)Lookup for a MatchingRule in the MatchingRule registry
-