Uses of Class
org.apache.directory.api.ldap.model.schema.MatchingRuleUse

Packages that use MatchingRuleUse
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.model.schema.syntaxes   
 

Uses of MatchingRuleUse in org.apache.directory.api.ldap.model.schema
 

Methods in org.apache.directory.api.ldap.model.schema that return MatchingRuleUse
 MatchingRuleUse MatchingRuleUse.copy()
          Copy an MatchingRuleUse
 

Methods in org.apache.directory.api.ldap.model.schema with parameters of type MatchingRuleUse
 Entry AttributesFactory.convert(MatchingRuleUse matchingRuleUse, Schema schema, SchemaManager schemaManager)
           
static String DescriptionUtils.getDescription(MatchingRuleUse matchingRuleUse)
          Generates the MatchingRuleUseDescription for a MatchingRuleUse as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.31.
static StringBuffer SchemaUtils.render(MatchingRuleUse mru)
          NOT FULLY IMPLEMENTED!
 

Uses of MatchingRuleUse in org.apache.directory.api.ldap.model.schema.parsers
 

Methods in org.apache.directory.api.ldap.model.schema.parsers that return MatchingRuleUse
 MatchingRuleUse MatchingRuleUseDescriptionSchemaParser.parse(String schemaDescription)
          Parses a MatchingRuleUse description.
 MatchingRuleUse MatchingRuleUseDescriptionSchemaParser.parseMatchingRuleUseDescription(String matchingRuleUseDescription)
          Parses a matching rule use description according to RFC 4512:
 

Uses of MatchingRuleUse in org.apache.directory.api.ldap.model.schema.registries
 

Methods in org.apache.directory.api.ldap.model.schema.registries that return MatchingRuleUse
 MatchingRuleUse ImmutableMatchingRuleUseRegistry.get(String oid)
          Gets the SchemaObject associated with a given OID.
 MatchingRuleUse ImmutableMatchingRuleUseRegistry.lookup(String oid)
          Looks up a SchemaObject by its unique Object Identifier or by name.
 MatchingRuleUse ImmutableMatchingRuleUseRegistry.unregister(MatchingRuleUse schemaObject)
          Removes the SchemaObject registered with this registry.
 MatchingRuleUse ImmutableMatchingRuleUseRegistry.unregister(String numericOid)
          Removes the SchemaObject registered with this registry, using its numeric OID.
 

Methods in org.apache.directory.api.ldap.model.schema.registries that return types with arguments of type MatchingRuleUse
 Iterator<MatchingRuleUse> ImmutableMatchingRuleUseRegistry.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 MatchingRuleUse
 void ImmutableMatchingRuleUseRegistry.register(MatchingRuleUse schemaObject)
          Registers a new SchemaObject with this registry.
 MatchingRuleUse ImmutableMatchingRuleUseRegistry.unregister(MatchingRuleUse schemaObject)
          Removes the SchemaObject registered with this registry.
 

Uses of MatchingRuleUse 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 MatchingRuleUse
static void MatchingRuleUseHelper.addToRegistries(MatchingRuleUse matchingRuleUse, List<Throwable> errors, Registries registries)
          Inject the MatchingRuleUse into the registries, updating the references to other SchemaObject
 

Uses of MatchingRuleUse in org.apache.directory.api.ldap.model.schema.syntaxes
 

Methods in org.apache.directory.api.ldap.model.schema.syntaxes that return MatchingRuleUse
 MatchingRuleUse AntlrSchemaParser.matchingRuleUseDescription()
          Production for matching rule use descriptions.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.