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

Packages that use DITContentRule
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 DITContentRule in org.apache.directory.shared.ldap.schema
 

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

Methods in org.apache.directory.shared.ldap.schema with parameters of type DITContentRule
static java.lang.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 java.lang.StringBuffer SchemaUtils.render(DITContentRule dcr)
          NOT FULLY IMPLEMENTED!
 

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

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

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

Methods in org.apache.directory.shared.ldap.schema.registries that return DITContentRule
 DITContentRule ImmutableDITContentRuleRegistry.lookup(java.lang.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(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 DITContentRule
 java.util.Iterator<DITContentRule> ImmutableDITContentRuleRegistry.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 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.
 



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