Uses of Class
org.apache.directory.shared.ldap.model.schema.DITContentRule

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

Uses of DITContentRule in org.apache.directory.shared.ldap.model.schema
 

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

Methods in org.apache.directory.shared.ldap.model.schema with parameters of type DITContentRule
static String DescriptionUtils.getDescription(DITContentRule dITContentRule)
          Generates the DITContentRuleDescription for a DITContentRule as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.16.
static StringBuffer SchemaUtils.render(DITContentRule dcr)
          NOT FULLY IMPLEMENTED!
 

Uses of DITContentRule in org.apache.directory.shared.ldap.model.schema.parsers
 

Methods in org.apache.directory.shared.ldap.model.schema.parsers that return DITContentRule
 DITContentRule DITContentRuleDescriptionSchemaParser.parse(String schemaDescription)
          Parses a DITContentRule description.
 DITContentRule DITContentRuleDescriptionSchemaParser.parseDITContentRuleDescription(String ditContentRuleDescription)
          Parses a DIT content rule description according to RFC 4512:
 

Uses of DITContentRule in org.apache.directory.shared.ldap.model.schema.registries
 

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

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

Methods in org.apache.directory.shared.ldap.model.schema.registries with parameters of type DITContentRule
 void ImmutableDITContentRuleRegistry.register(DITContentRule schemaObject)
          Registers a new SchemaObject with this registry.
 DITContentRule ImmutableDITContentRuleRegistry.unregister(DITContentRule schemaObject)
          Removes the SchemaObject registered with this registry.
 

Uses of DITContentRule in org.apache.directory.shared.ldap.model.schema.syntaxes
 

Methods in org.apache.directory.shared.ldap.model.schema.syntaxes that return DITContentRule
 DITContentRule AntlrSchemaParser.ditContentRuleDescription()
          Production for DIT content rule descriptions.
 



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