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

Packages that use NameForm
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.registries.helper   
org.apache.directory.api.ldap.model.schema.syntaxes   
 

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

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

Methods in org.apache.directory.api.ldap.model.schema with parameters of type NameForm
 Entry AttributesFactory.convert(NameForm nameForm, Schema schema, SchemaManager schemaManager)
           
static String DescriptionUtils.getDescription(NameForm nameForm)
          Generates the NameFormDescription for a NameForm as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.35.
static StringBuffer SchemaUtils.render(NameForm nf)
          NOT FULLY IMPLEMENTED!
 

Uses of NameForm in org.apache.directory.api.ldap.model.schema.parsers
 

Methods in org.apache.directory.api.ldap.model.schema.parsers that return NameForm
 NameForm NameFormDescriptionSchemaParser.parse(String schemaDescription)
          Parses a NameForm description.
 NameForm NameFormDescriptionSchemaParser.parseNameFormDescription(String nameFormDescription)
          Parses a name form description according to RFC 4512:
 

Uses of NameForm in org.apache.directory.api.ldap.model.schema.registries
 

Methods in org.apache.directory.api.ldap.model.schema.registries that return NameForm
 NameForm ImmutableNameFormRegistry.get(String oid)
          Gets the SchemaObject associated with a given OID.
 NameForm ImmutableNameFormRegistry.lookup(String oid)
          Looks up a SchemaObject by its unique Object Identifier or by name.
 NameForm ImmutableNameFormRegistry.unregister(NameForm schemaObject)
          Removes the SchemaObject registered with this registry.
 NameForm ImmutableNameFormRegistry.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 NameForm
 Iterator<NameForm> ImmutableNameFormRegistry.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 NameForm
 void ImmutableNameFormRegistry.register(NameForm schemaObject)
          Registers a new SchemaObject with this registry.
 NameForm ImmutableNameFormRegistry.unregister(NameForm schemaObject)
          Removes the SchemaObject registered with this registry.
 

Uses of NameForm in org.apache.directory.api.ldap.model.schema.registries.helper
 

Methods in org.apache.directory.api.ldap.model.schema.registries.helper with parameters of type NameForm
static void NameFormHelper.addToRegistries(NameForm nameForm, List<Throwable> errors, Registries registries)
          Inject the NameForm into the registries, updating the references to other SchemaObject
 

Uses of NameForm in org.apache.directory.api.ldap.model.schema.syntaxes
 

Methods in org.apache.directory.api.ldap.model.schema.syntaxes that return NameForm
 NameForm AntlrSchemaParser.nameFormDescription()
          Production for name form descriptions.
 



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