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

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

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

Methods in org.apache.directory.api.ldap.model.schema with parameters of type MutableAttributeType
 void MutableAttributeType.setSuperior(MutableAttributeType superior)
          Sets the superior for this AttributeType
 void MutableAttributeType.updateSuperior(MutableAttributeType newSuperior)
          Update the associated Superior AttributeType, even if the SchemaObject is readOnly
 

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

Methods in org.apache.directory.api.ldap.model.schema.parsers that return types with arguments of type MutableAttributeType
 List<MutableAttributeType> OpenLdapSchemaParser.getAttributeTypes()
          Gets the attribute types.
 

Uses of MutableAttributeType 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 MutableAttributeType
static void AttributeTypeHelper.addToRegistries(MutableAttributeType attributeType, List<Throwable> errors, Registries registries)
          Inject the AttributeType into the Registries, updating the references to other SchemaObject If one of the referenced SchemaObject does not exist (SUP, EQUALITY, ORDERING, SUBSTR, SYNTAX), an exception is thrown.
 

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

Methods in org.apache.directory.api.ldap.model.schema.syntaxes that return MutableAttributeType
 MutableAttributeType AntlrSchemaParser.attributeTypeDescription()
          Production for matching attribute type descriptions.
 



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