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

Packages that use DITStructureRule
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.shared.ldap.schema.parsers   
org.apache.directory.shared.ldap.schema.registries   
 

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

Methods in org.apache.directory.shared.ldap.schema that return DITStructureRule
 DITStructureRule DITStructureRule.copy()
          Copy a DITStructureRule
 

Methods in org.apache.directory.shared.ldap.schema with parameters of type DITStructureRule
static java.lang.String DescriptionUtils.getDescription(DITStructureRule dITStructureRule)
          Generates the DITStructureRuleDescription for a DITStructureRule as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.17.
static java.lang.StringBuffer SchemaUtils.render(DITStructureRule dsr)
          NOT FULLY IMPLEMENTED!
 

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

Methods in org.apache.directory.shared.ldap.schema.parsers that return DITStructureRule
 DITStructureRule DITStructureRuleDescriptionSchemaParser.parse(java.lang.String schemaDescription)
          Parses a DITStructureRule description
 DITStructureRule DITStructureRuleDescriptionSchemaParser.parseDITStructureRuleDescription(java.lang.String ditStructureRuleDescription)
          Parses a DIT structure rule description according to RFC 4512:
 

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

Fields in org.apache.directory.shared.ldap.schema.registries with type parameters of type DITStructureRule
protected  java.util.Map<java.lang.Integer,DITStructureRule> DefaultDITStructureRuleRegistry.byRuleId
          a map of DITStructureRule looked up by RuleId
 

Methods in org.apache.directory.shared.ldap.schema.registries that return DITStructureRule
 DITStructureRule DITStructureRuleRegistry.lookup(int ruleId)
          Looks up an dITStructureRule by its unique Object IDentifier or by its name.
 DITStructureRule ImmutableDITStructureRuleRegistry.lookup(int ruleId)
          Looks up an dITStructureRule by its unique Object IDentifier or by its name.
 DITStructureRule DefaultDITStructureRuleRegistry.lookup(int ruleId)
          Looks up an dITStructureRule by its unique Object IDentifier or by its name.
 DITStructureRule ImmutableDITStructureRuleRegistry.lookup(java.lang.String oid)
          Looks up a SchemaObject by its unique Object Identifier or by name.
 DITStructureRule ImmutableDITStructureRuleRegistry.unregister(DITStructureRule schemaObject)
          Removes the SchemaObject registered with this registry.
 DITStructureRule ImmutableDITStructureRuleRegistry.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 DITStructureRule
 java.util.Iterator<DITStructureRule> DITStructureRuleRegistry.iterator()
          Gets an iterator over the registered descriptions in the registry.
 java.util.Iterator<DITStructureRule> ImmutableDITStructureRuleRegistry.iterator()
          Gets an iterator over the registered descriptions in the registry.
 java.util.Iterator<DITStructureRule> DefaultDITStructureRuleRegistry.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 DITStructureRule
 void DITStructureRuleRegistry.register(DITStructureRule ditStructureRule)
          Registers a new DITStructureRule with this registry.
 void ImmutableDITStructureRuleRegistry.register(DITStructureRule ditStructureRule)
          Registers a new DITStructureRule with this registry.
 void DefaultDITStructureRuleRegistry.register(DITStructureRule ditStructureRule)
          Registers a new SchemaObject with this registry.
 DITStructureRule ImmutableDITStructureRuleRegistry.unregister(DITStructureRule schemaObject)
          Removes the SchemaObject registered with this registry.
 



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