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

Packages that use DitStructureRule
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.syntaxes   
 

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

Methods in org.apache.directory.api.ldap.model.schema that return DitStructureRule
 DitStructureRule DitStructureRule.copy()
          Copy the current SchemaObject on place
 

Methods in org.apache.directory.api.ldap.model.schema with parameters of type DitStructureRule
 Entry AttributesFactory.convert(DitStructureRule ditStructureRule, Schema schema, SchemaManager schemaManager)
           
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.api.ldap.model.schema.parsers
 

Methods in org.apache.directory.api.ldap.model.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.api.ldap.model.schema.registries
 

Fields in org.apache.directory.api.ldap.model.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.api.ldap.model.schema.registries that return DitStructureRule
 DitStructureRule ImmutableDitStructureRuleRegistry.get(String oid)
          Gets the SchemaObject associated with a given OID.
 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.api.ldap.model.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.api.ldap.model.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.api.ldap.model.schema.syntaxes
 

Methods in org.apache.directory.api.ldap.model.schema.syntaxes that return DitStructureRule
 DitStructureRule AntlrSchemaParser.ditStructureRuleDescription()
          Production for DIT structure rules descriptions.
 



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