Uses of Class
org.apache.directory.shared.ldap.schema.MatchingRule

Packages that use MatchingRule
org.apache.directory.shared.ldap.entry   
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.shared.ldap.schema.loader.ldif   
org.apache.directory.shared.ldap.schema.manager.impl   
org.apache.directory.shared.ldap.schema.parsers   
org.apache.directory.shared.ldap.schema.registries   
 

Uses of MatchingRule in org.apache.directory.shared.ldap.entry
 

Methods in org.apache.directory.shared.ldap.entry that return MatchingRule
protected  MatchingRule AbstractValue.getMatchingRule()
          Find a matchingRule to use for normalization and comparison.
 

Uses of MatchingRule in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema that return MatchingRule
 MatchingRule MatchingRule.copy()
          Copy an MatchingRule
 MatchingRule AttributeType.getEquality()
          Gets the MatchingRule for this AttributeType used for equality matching.
 MatchingRule EntityFactory.getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an MatchingRule from an entry get from the Dit
 MatchingRule AttributeType.getOrdering()
          Gets the MatchingRule for this AttributeType used for Ordering matching.
 MatchingRule AttributeType.getSubstring()
          Gets the MatchingRule for this AttributeType used for Substr matching.
 MatchingRule SchemaManager.lookupMatchingRuleRegistry(java.lang.String oid)
          Lookup for a MatchingRule in the MatchingRule registry
 

Methods in org.apache.directory.shared.ldap.schema with parameters of type MatchingRule
static java.lang.String DescriptionUtils.getDescription(MatchingRule matchingRule)
          Generates the MatchingRuleDescription for a MatchingRule as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.30.
 java.util.Set<Entry> SchemaDao.listMatchingRuleDependents(MatchingRule mr)
           
static java.lang.StringBuffer SchemaUtils.render(MatchingRule mr)
          Renders an matchingRule into a new StringBuffer according to the MatchingRule Description Syntax 1.3.6.1.4.1.1466.115.121.1.30.
 void AttributeType.setEquality(MatchingRule equality)
          Sets the Equality MR for this AttributeType
 void AttributeType.setOrdering(MatchingRule ordering)
          Sets the Ordering MR for this AttributeType
 void AttributeType.setSubstring(MatchingRule substring)
          Sets the Substr MR for this AttributeType
 void AttributeType.updateEquality(MatchingRule equality)
          Update the associated Equality MatchingRule, even if the SchemaObject is readOnly
 void AttributeType.updateOrdering(MatchingRule ordering)
          Update the associated Ordering MatchingRule, even if the SchemaObject is readOnly
 void AttributeType.updateSubstring(MatchingRule substring)
          Update the associated Substring MatchingRule, even if the SchemaObject is readOnly
 

Uses of MatchingRule in org.apache.directory.shared.ldap.schema.loader.ldif
 

Methods in org.apache.directory.shared.ldap.schema.loader.ldif that return MatchingRule
 MatchingRule SchemaEntityFactory.getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an MatchingRule from an entry get from the Dit
 

Uses of MatchingRule in org.apache.directory.shared.ldap.schema.manager.impl
 

Methods in org.apache.directory.shared.ldap.schema.manager.impl that return MatchingRule
 MatchingRule DefaultSchemaManager.lookupMatchingRuleRegistry(java.lang.String oid)
          Lookup for a MatchingRule in the MatchingRule registry
 

Uses of MatchingRule in org.apache.directory.shared.ldap.schema.parsers
 

Methods in org.apache.directory.shared.ldap.schema.parsers that return MatchingRule
 MatchingRule MatchingRuleDescriptionSchemaParser.parse(java.lang.String schemaDescription)
          Parses a MatchingRule description
 MatchingRule MatchingRuleDescriptionSchemaParser.parseMatchingRuleDescription(java.lang.String matchingRuleDescription)
          Parses a matching rule description according to RFC 4512:
 

Methods in org.apache.directory.shared.ldap.schema.parsers with parameters of type MatchingRule
static boolean ParserDescriptionUtils.matchingRulesMatch(MatchingRule matchingRule0, MatchingRule matchingRule1)
          Checks to see if two matchingRule match exactly.
 

Uses of MatchingRule in org.apache.directory.shared.ldap.schema.registries
 

Methods in org.apache.directory.shared.ldap.schema.registries that return MatchingRule
 MatchingRule ImmutableMatchingRuleRegistry.lookup(java.lang.String oid)
          Looks up a SchemaObject by its unique Object Identifier or by name.
 MatchingRule ImmutableMatchingRuleRegistry.unregister(MatchingRule schemaObject)
          Removes the SchemaObject registered with this registry.
 MatchingRule ImmutableMatchingRuleRegistry.unregister(java.lang.String numericOid)
          Removes the SchemaObject registered with this registry, using its numeric OID.
 

Methods in org.apache.directory.shared.ldap.schema.registries that return types with arguments of type MatchingRule
 java.util.Iterator<MatchingRule> ImmutableMatchingRuleRegistry.iterator()
          Gets an iterator over the registered schema objects in the registry.
 

Methods in org.apache.directory.shared.ldap.schema.registries with parameters of type MatchingRule
 void Registries.delCrossReferences(MatchingRule matchingRule)
          Delete the MR references (using and usedBy) : MR -> C MR -> N MR -> S
 void ImmutableMatchingRuleRegistry.register(MatchingRule schemaObject)
          Registers a new SchemaObject with this registry.
 MatchingRule ImmutableMatchingRuleRegistry.unregister(MatchingRule schemaObject)
          Removes the SchemaObject registered with this registry.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.