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   
org.apache.directory.shared.ldap.schema.syntax   
 

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 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 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(String schemaDescription)
          Parses a DITStructureRule description
 DITStructureRule DITStructureRuleDescriptionSchemaParser.parseDITStructureRuleDescription(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  Map<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 ImmutableDITStructureRuleRegistry.lookup(int ruleId)
          Looks up an dITStructureRule by its unique Object IDentifier or by its name.
 DITStructureRule DITStructureRuleRegistry.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(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(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
 Iterator<DITStructureRule> ImmutableDITStructureRuleRegistry.iterator()
          Gets an iterator over the registered descriptions in the registry.
 Iterator<DITStructureRule> DITStructureRuleRegistry.iterator()
          Gets an iterator over the registered descriptions in the registry.
 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 ImmutableDITStructureRuleRegistry.register(DITStructureRule ditStructureRule)
          Registers a new DITStructureRule with this registry.
 void DITStructureRuleRegistry.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.
 

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

Methods in org.apache.directory.shared.ldap.schema.syntax that return DITStructureRule
 DITStructureRule AntlrSchemaParser.ditStructureRuleDescription()
          Production for DIT structure rules descriptions.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.