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

Packages that use AttributeType
org.apache.directory.api.ldap.model.entry   
org.apache.directory.api.ldap.model.filter   
org.apache.directory.api.ldap.model.name   
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 AttributeType in org.apache.directory.api.ldap.model.entry
 

Fields in org.apache.directory.api.ldap.model.entry declared as AttributeType
protected  AttributeType AbstractValue.attributeType
          reference to the attributeType zssociated with the value
 

Methods in org.apache.directory.api.ldap.model.entry that return AttributeType
 AttributeType Value.getAttributeType()
          Get the associated AttributeType
 AttributeType DefaultModification.getAttributeType()
          
 AttributeType DefaultAttribute.getAttributeType()
          Get the attribute type associated with this EntryAttribute.
 AttributeType Attribute.getAttributeType()
          Get the attribute type associated with this EntryAttribute.
 AttributeType AbstractValue.getAttributeType()
          Get the associated AttributeType
protected  AttributeType DefaultEntry.getAttributeType(String upId)
          Returns the attributeType from an Attribute ID.
 

Methods in org.apache.directory.api.ldap.model.entry with parameters of type AttributeType
 void ImmutableEntry.add(AttributeType attributeType, byte[]... values)
           Add an attribute (represented by its AttributeType and some binary values) into an entry.
 void Entry.add(AttributeType attributeType, byte[]... values)
           Add an attribute (represented by its AttributeType and some binary values) into an entry.
 void DefaultEntry.add(AttributeType attributeType, byte[]... values)
           Add an attribute (represented by its AttributeType and some binary values) into an entry.
 void ImmutableEntry.add(AttributeType attributeType, String... values)
           Add an attribute (represented by its AttributeType and some String values) into an entry.
 void Entry.add(AttributeType attributeType, String... values)
           Add an attribute (represented by its AttributeType and some String values) into an entry.
 void DefaultEntry.add(AttributeType attributeType, String... values)
           Add an attribute (represented by its AttributeType and some String values) into an entry.
 void ImmutableEntry.add(AttributeType attributeType, Value<?>... values)
           Add an attribute (represented by its AttributeType and some values) into an entry.
 void Entry.add(AttributeType attributeType, Value<?>... values)
           Add an attribute (represented by its AttributeType and some values) into an entry.
 void DefaultEntry.add(AttributeType attributeType, Value<?>... values)
           Add an attribute (represented by its AttributeType and some values) into an entry.
 void ImmutableEntry.add(String upId, AttributeType attributeType, byte[]... values)
           Add an attribute (represented by its AttributeType and some binary values) into an entry.
 void Entry.add(String upId, AttributeType attributeType, byte[]... values)
           Add an attribute (represented by its AttributeType and some binary values) into an entry.
 void DefaultEntry.add(String upId, AttributeType attributeType, byte[]... values)
           Add an attribute (represented by its AttributeType and some binary values) into an entry.
 void ImmutableEntry.add(String upId, AttributeType attributeType, String... values)
           Add an attribute (represented by its AttributeType and some String values) into an entry.
 void Entry.add(String upId, AttributeType attributeType, String... values)
           Add an attribute (represented by its AttributeType and some String values) into an entry.
 void DefaultEntry.add(String upId, AttributeType attributeType, String... values)
           Add an attribute (represented by its AttributeType and some String values) into an entry.
 void ImmutableEntry.add(String upId, AttributeType attributeType, Value<?>... values)
           Add an attribute (represented by its AttributeType and some values) into an entry.
 void Entry.add(String upId, AttributeType attributeType, Value<?>... values)
           Add an attribute (represented by its AttributeType and some values) into an entry.
 void DefaultEntry.add(String upId, AttributeType attributeType, Value<?>... values)
           Add an attribute (represented by its AttributeType and some values) into an entry.
 void Modification.apply(AttributeType attributeType)
          Apply the AttributeType to the Modification
 void DefaultModification.apply(AttributeType attributeType)
          Apply the AttributeType to the Modification
 void DefaultAttribute.apply(AttributeType attributeType)
           Set the attribute type associated with this EntryAttribute.
 void Attribute.apply(AttributeType attributeType)
           Set the attribute type associated with this EntryAttribute.
protected  void AbstractValue.apply(AttributeType attributeType)
          Apply an AttributeType to the current Value, normalizing it.
 boolean ImmutableEntry.contains(AttributeType attributeType, byte[]... values)
          Checks if an entry contains an attribute with some given binary values.
 boolean Entry.contains(AttributeType attributeType, byte[]... values)
          Checks if an entry contains an attribute with some given binary values.
 boolean DefaultEntry.contains(AttributeType attributeType, byte[]... values)
          Checks if an entry contains an attribute with some given binary values.
 boolean ImmutableEntry.contains(AttributeType attributeType, String... values)
          Checks if an entry contains an attribute with some given String values.
 boolean Entry.contains(AttributeType attributeType, String... values)
          Checks if an entry contains an attribute with some given String values.
 boolean DefaultEntry.contains(AttributeType attributeType, String... values)
          Checks if an entry contains an attribute with some given String values.
 boolean ImmutableEntry.contains(AttributeType attributeType, Value<?>... values)
          Checks if an entry contains an attribute with some given binary values.
 boolean Entry.contains(AttributeType attributeType, Value<?>... values)
          Checks if an entry contains an attribute with some given binary values.
 boolean DefaultEntry.contains(AttributeType attributeType, Value<?>... values)
          Checks if an entry contains an attribute with some given binary values.
 boolean ImmutableEntry.containsAttribute(AttributeType attributeType)
          Checks if an entry contains a specific AttributeType.
 boolean Entry.containsAttribute(AttributeType attributeType)
          Checks if an entry contains a specific AttributeType.
 boolean DefaultEntry.containsAttribute(AttributeType attributeType)
          Checks if an entry contains a specific AttributeType.
protected  void DefaultEntry.createAttribute(String upId, AttributeType attributeType, byte[]... values)
          Add a new EntryAttribute, with its upId.
protected  void DefaultEntry.createAttribute(String upId, AttributeType attributeType, String... values)
          Add a new EntryAttribute, with its upId.
protected  void DefaultEntry.createAttribute(String upId, AttributeType attributeType, Value<?>... values)
          Add a new EntryAttribute, with its upId.
static StringValue StringValue.deserialize(AttributeType attributeType, ObjectInput in)
          Deserialize a schemaAware StringValue.
static BinaryValue BinaryValue.deserialize(AttributeType attributeType, ObjectInput in)
          Deserialize a schema aware BinaryValue.
 Attribute ImmutableEntry.get(AttributeType attributeType)
          Returns the attribute associated with an AttributeType
 Attribute Entry.get(AttributeType attributeType)
          Returns the attribute associated with an AttributeType
 Attribute DefaultEntry.get(AttributeType attributeType)
          Returns the attribute associated with an AttributeType
 boolean Value.isInstanceOf(AttributeType attributeType)
          Check if the value is stored into an instance of the given AttributeType, or one of its ascendant.
 boolean DefaultAttribute.isInstanceOf(AttributeType attributeType)
           Check if the current attribute type has the same type (or is a descendant of) than the given attributeType
 boolean Attribute.isInstanceOf(AttributeType attributeType)
           Check if the current attribute type has the same type (or is a descendant of) than the given attributeType
 boolean AbstractValue.isInstanceOf(AttributeType attributeType)
          Check if the value is stored into an instance of the given AttributeType, or one of its ascendant.
 boolean DefaultAttribute.isValid(AttributeType attributeType)
          Checks to see if this attribute is valid along with the values it contains.
 boolean Attribute.isValid(AttributeType attributeType)
          Checks to see if this attribute is valid along with the values it contains.
 Attribute ImmutableEntry.put(AttributeType attributeType, byte[]... values)
           Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
 Attribute Entry.put(AttributeType attributeType, byte[]... values)
           Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
 Attribute DefaultEntry.put(AttributeType attributeType, byte[]... values)
           Places a new attribute with the supplied AttributeType and binary values into the attribute collection.
 Attribute ImmutableEntry.put(AttributeType attributeType, String... values)
           Places a new attribute with the supplied AttributeType and String values into the attribute collection.
 Attribute Entry.put(AttributeType attributeType, String... values)
           Places a new attribute with the supplied AttributeType and String values into the attribute collection.
 Attribute DefaultEntry.put(AttributeType attributeType, String... values)
           Places a new attribute with the supplied AttributeType and String values into the attribute collection.
 Attribute ImmutableEntry.put(AttributeType attributeType, Value<?>... values)
           Places a new attribute with the supplied AttributeType and some values into the attribute collection.
 Attribute Entry.put(AttributeType attributeType, Value<?>... values)
           Places a new attribute with the supplied AttributeType and some values into the attribute collection.
 Attribute DefaultEntry.put(AttributeType attributeType, Value<?>... values)
           Places a new attribute with the supplied AttributeType and some values into the attribute collection.
 Attribute ImmutableEntry.put(String upId, AttributeType attributeType, byte[]... values)
           Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
 Attribute Entry.put(String upId, AttributeType attributeType, byte[]... values)
           Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
 Attribute DefaultEntry.put(String upId, AttributeType attributeType, byte[]... values)
           Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.
 Attribute ImmutableEntry.put(String upId, AttributeType attributeType, String... values)
           Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
 Attribute Entry.put(String upId, AttributeType attributeType, String... values)
           Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
 Attribute DefaultEntry.put(String upId, AttributeType attributeType, String... values)
           Places a new attribute with the supplied AttributeType and some String values into the attribute collection.
 Attribute ImmutableEntry.put(String upId, AttributeType attributeType, Value<?>... values)
           Places a new attribute with the supplied AttributeType and some values into the attribute collection.
 Attribute Entry.put(String upId, AttributeType attributeType, Value<?>... values)
           Places a new attribute with the supplied AttributeType and some values into the attribute collection.
 Attribute DefaultEntry.put(String upId, AttributeType attributeType, Value<?>... values)
           Places a new attribute with the supplied AttributeType and some values into the attribute collection.
 boolean ImmutableEntry.remove(AttributeType attributeType, byte[]... values)
           Removes the specified binary values from an attribute.
 boolean Entry.remove(AttributeType attributeType, byte[]... values)
           Removes the specified binary values from an attribute.
 boolean DefaultEntry.remove(AttributeType attributeType, byte[]... values)
           Removes the specified binary values from an attribute.
 boolean ImmutableEntry.remove(AttributeType attributeType, String... values)
           Removes the specified String values from an attribute.
 boolean Entry.remove(AttributeType attributeType, String... values)
           Removes the specified String values from an attribute.
 boolean DefaultEntry.remove(AttributeType attributeType, String... values)
           Removes the specified String values from an attribute.
 boolean ImmutableEntry.remove(AttributeType attributeType, Value<?>... values)
           Removes the specified values from an attribute.
 boolean Entry.remove(AttributeType attributeType, Value<?>... values)
           Removes the specified values from an attribute.
 boolean DefaultEntry.remove(AttributeType attributeType, Value<?>... values)
           Removes the specified values from an attribute.
 void ImmutableEntry.removeAttributes(AttributeType... attributes)
           Removes the attribute with the specified AttributeTypes.
 void Entry.removeAttributes(AttributeType... attributes)
           Removes the attribute with the specified AttributeTypes.
 void DefaultEntry.removeAttributes(AttributeType... attributes)
           Removes the attribute with the specified AttributeTypes.
 void DefaultAttribute.setUpId(String upId, AttributeType attributeType)
           Set the user provided ID.
 void Attribute.setUpId(String upId, AttributeType attributeType)
           Set the user provided ID.
 

Constructors in org.apache.directory.api.ldap.model.entry with parameters of type AttributeType
BinaryValue(AttributeType attributeType, byte[] value)
          Creates a BinaryValue with an initial wrapped binary value.
DefaultAttribute(AttributeType attributeType)
          Create a new instance of a schema aware Attribute, without ID nor value.
DefaultAttribute(AttributeType attributeType, Attribute attribute)
          Creates a new instance of schema aware Attribute, by copying another attribute.
DefaultAttribute(AttributeType attributeType, byte[]... vals)
          Create a new instance of a schema aware Attribute, with some byte[] values.
DefaultAttribute(AttributeType attributeType, String... vals)
          Create a new instance of a schema aware Attribute, without ID but with some values.
DefaultAttribute(AttributeType attributeType, Value<?>... vals)
          Create a new instance of a schema aware Attribute, with some values.
DefaultAttribute(String upId, AttributeType attributeType)
          Create a new instance of a schema aware Attribute, without value.
DefaultAttribute(String upId, AttributeType attributeType, byte[]... vals)
          Create a new instance of a schema aware Attribute, with some byte[] values, and a user provided ID.
DefaultAttribute(String upId, AttributeType attributeType, String... vals)
          Create a new instance of a schema aware Attribute, with some values, and a user provided ID.
DefaultAttribute(String upId, AttributeType attributeType, Value<?>... vals)
          Create a new instance of a schema aware Attribute, with some values, and a user provided ID.
If the value does not correspond to the same attributeType, then it's wrapped value is copied into a new Value which uses the specified attributeType.
DefaultModification(ModificationOperation operation, AttributeType attributeType)
          Creates a new instance of DefaultModification with no value.
DefaultModification(ModificationOperation operation, AttributeType attributeType, byte[]... values)
          Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation operation, AttributeType attributeType, String... values)
          Creates a new instance of DefaultModification.
DefaultModification(ModificationOperation operation, AttributeType attributeType, Value<?>... values)
          Creates a new instance of DefaultModification.
StringValue(AttributeType attributeType, String value)
          Creates a schema aware StringValue with an initial wrapped String value.
 

Uses of AttributeType in org.apache.directory.api.ldap.model.filter
 

Fields in org.apache.directory.api.ldap.model.filter declared as AttributeType
protected  AttributeType LeafNode.attributeType
          attributeType on which this leaf is based
 

Methods in org.apache.directory.api.ldap.model.filter that return AttributeType
 AttributeType LeafNode.getAttributeType()
          Gets the attributeType this leaf node is based on.
 

Methods in org.apache.directory.api.ldap.model.filter with parameters of type AttributeType
 void LeafNode.setAttributeType(AttributeType attributeType)
          Sets the attributeType this leaf node is based on.
 

Constructors in org.apache.directory.api.ldap.model.filter with parameters of type AttributeType
ApproximateNode(AttributeType attributeType, Value<T> value)
          Creates a new ApproximateNode object.
EqualityNode(AttributeType attributeType, Value<T> value)
          Creates a new Equality object.
ExtensibleNode(AttributeType attributeType)
          Creates a new emptyExtensibleNode object.
ExtensibleNode(AttributeType attributeType, Value<?> value, String matchingRuleId, boolean dnAttributes)
          Creates a new ExtensibleNode object.
GreaterEqNode(AttributeType attributeType, Value<T> value)
          Creates a new GreaterOrEqual object.
LeafNode(AttributeType attributeType, AssertionType assertionType)
          Creates a leaf node.
LessEqNode(AttributeType attributeType, Value<T> value)
          Creates a new LessEqNode object.
PresenceNode(AttributeType attributeType)
          Creates a PresenceNode object based on an attribute.
SimpleNode(AttributeType attributeType, Value<T> value, AssertionType assertionType)
          Creates a new SimpleNode object.
SubstringNode(AttributeType attribute)
          Creates a new SubstringNode object without any value
SubstringNode(AttributeType attributeType, String initialPattern, String finalPattern)
          Creates a new SubstringNode object with only one wildcard and no internal any fragments between wildcards.
SubstringNode(List<String> anyPattern, AttributeType attributeType, String initialPattern, String finalPattern)
          Creates a new SubstringNode object more than one wildcard and an any list.
 

Uses of AttributeType in org.apache.directory.api.ldap.model.name
 

Methods in org.apache.directory.api.ldap.model.name that return AttributeType
 AttributeType Ava.getAttributeType()
           
 

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

Subclasses of AttributeType in org.apache.directory.api.ldap.model.schema
 class MutableAttributeType
          An attributeType specification.
 

Fields in org.apache.directory.api.ldap.model.schema declared as AttributeType
protected  AttributeType AttributeType.superior
          The superior AttributeType
 

Fields in org.apache.directory.api.ldap.model.schema with type parameters of type AttributeType
protected  List<AttributeType> ObjectClass.mayAttributeTypes
          The list of allowed AttributeTypes
protected  List<AttributeType> ObjectClass.mustAttributeTypes
          The list of required AttributeTypes
 

Methods in org.apache.directory.api.ldap.model.schema that return AttributeType
 AttributeType AttributeType.copy()
          Copy the current SchemaObject on place
 AttributeType AttributeTypeOptions.getAttributeType()
           
 AttributeType SchemaManager.getAttributeType(String oid)
          Get an AttributeType in the AttributeType registry.
 AttributeType AttributeType.getSuperior()
          Gets the the superior AttributeType of this AttributeType.
 AttributeType SchemaManager.lookupAttributeTypeRegistry(String oid)
          Lookup for an AttributeType in the AttributeType registry
 

Methods in org.apache.directory.api.ldap.model.schema that return types with arguments of type AttributeType
 List<AttributeType> MatchingRuleUse.getApplicableAttributes()
           
 List<AttributeType> ObjectClass.getMayAttributeTypes()
           
 List<AttributeType> NameForm.getMayAttributeTypes()
          Gets all the AttributeTypes of the attribute this NameForm specifies as being useable without requirement in the given objectClass for naming: as part of the Rdn.
 List<AttributeType> DitContentRule.getMayAttributeTypes()
           
 List<AttributeType> ObjectClass.getMustAttributeTypes()
           
 List<AttributeType> NameForm.getMustAttributeTypes()
          Gets all the AttributeTypes of the attributes this NameForm specifies as having to be used in the given objectClass for naming: as part of the Rdn.
 List<AttributeType> DitContentRule.getMustAttributeTypes()
           
 List<AttributeType> DitContentRule.getNotAttributeTypes()
           
 

Methods in org.apache.directory.api.ldap.model.schema with parameters of type AttributeType
 void MatchingRuleUse.addApplicableAttribute(AttributeType attributeType)
          Add a matchingRule's AttributeType the MRU applies to.
 void MutableObjectClass.addMayAttributeTypes(AttributeType... attributeTypes)
          Add some allowed AttributeTypes
 void NameForm.addMayAttributeTypes(AttributeType attributeType)
          Add an allowed AttributeType
 void DitContentRule.addMayAttributeTypes(AttributeType attributeType)
          Add an allowed AttributeType
 void MutableObjectClass.addMustAttributeTypes(AttributeType... attributeTypes)
          Add some required AttributeTypes
 void NameForm.addMustAttributeTypes(AttributeType attributeType)
          Add a required AttributeType
 void DitContentRule.addMustAttributeTypes(AttributeType attributeType)
          Add a required AttributeType
 void DitContentRule.addNotAttributeTypes(AttributeType attributeType)
          Add a precluded AttributeType
 Entry AttributesFactory.convert(AttributeType attributeType, Schema schema, SchemaManager schemaManager)
           objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.3 NAME 'metaAttributeType' DESC 'meta definition of the AttributeType object' SUP metaTop STRUCTURAL MUST ( m-name $ m-syntax ) MAY ( m-supAttributeType $ m-obsolete $ m-equality $ m-ordering $ m-substr $ m-singleValue $ m-collective $ m-noUserModification $ m-usage $ m-extensionAttributeType ) )
static String DescriptionUtils.getDescription(AttributeType attributeType)
          Generates the description using the AttributeTypeDescription as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.3.
 boolean AttributeType.isAncestorOf(AttributeType descendant)
          Checks to see if this AttributeType is the ancestor of another attributeType.
 boolean AttributeType.isDescendantOf(AttributeType ancestor)
          Checks to see if this AttributeType is the descendant of another attributeType.
static StringBuffer SchemaUtils.render(AttributeType at)
          Renders an attributeType into a new StringBuffer according to the Attribute Type Description Syntax 1.3.6.1.4.1.1466.115.121.1.3.
static StringBuffer SchemaUtils.render(AttributeType[] ats)
          Renders a list of attributeTypes for things like the must or may list of objectClasses using the ( oid $ oid ) format.
static StringBuffer SchemaUtils.render(StringBuffer buf, AttributeType[] ats)
          Renders a list of attributeTypes for things like the must or may list of objectClasses using the ( oid $ oid ) format into an existing buffer.
 

Method parameters in org.apache.directory.api.ldap.model.schema with type arguments of type AttributeType
 void MatchingRuleUse.setApplicableAttributes(List<AttributeType> applicableAttributes)
          Set the matchingRule's AttributeType the MRU applies to.
 void NameForm.setMayAttributeTypes(List<AttributeType> mayAttributeTypes)
          Sets the list of allowed AttributeTypes
 void MutableObjectClass.setMayAttributeTypes(List<AttributeType> mayAttributeTypes)
          Sets the list of allowed AttributeTypes
 void DitContentRule.setMayAttributeTypes(List<AttributeType> mayAttributeTypes)
          Sets the list of allowed AttributeTypes
 void NameForm.setMustAttributeTypes(List<AttributeType> mustAttributeTypes)
          Sets the list of required AttributeTypes
 void MutableObjectClass.setMustAttributeTypes(List<AttributeType> mustAttributeTypes)
          Sets the list of required AttributeTypes
 void DitContentRule.setMustAttributeTypes(List<AttributeType> mustAttributeTypes)
          Sets the list of required AttributeTypes
 void DitContentRule.setNotAttributeTypes(List<AttributeType> notAttributeTypes)
          Sets the list of precluded AttributeTypes
 void MutableObjectClass.updateMayAttributeTypes(List<AttributeType> mayAttributeTypes)
          Update the associated MAY AttributeType, even if the SchemaObject is readOnly
 void MutableObjectClass.updateMustAttributeTypes(List<AttributeType> mustAttributeTypes)
          Update the associated MUST AttributeType, even if the SchemaObject is readOnly
 

Constructors in org.apache.directory.api.ldap.model.schema with parameters of type AttributeType
AttributeTypeOptions(AttributeType attributeType)
          Creates a new instance of AttributeTypeOptions, containing an attributeType, but no options.
AttributeTypeOptions(AttributeType attributeType, Set<String> options)
          Creates a new instance of AttributeTypeOptions, containing an attributeType, and options.
 

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

Methods in org.apache.directory.api.ldap.model.schema.parsers that return AttributeType
 AttributeType AttributeTypeDescriptionSchemaParser.parse(String schemaDescription)
          Parses a AttributeType description.
 AttributeType AttributeTypeDescriptionSchemaParser.parseAttributeTypeDescription(String attributeTypeDescription)
          Parses a attribute type description according to RFC 4512:
 

Methods in org.apache.directory.api.ldap.model.schema.parsers with parameters of type AttributeType
static boolean ParserDescriptionUtils.attributeTypesMatch(AttributeType at0, AttributeType at1)
          Checks two schema attributeTypes for an exact match.
 

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

Methods in org.apache.directory.api.ldap.model.schema.registries that return AttributeType
 AttributeType ImmutableAttributeTypeRegistry.get(String oid)
          Gets the SchemaObject associated with a given OID.
 AttributeType ImmutableAttributeTypeRegistry.lookup(String oid)
          Looks up a SchemaObject by its unique Object Identifier or by name.
 AttributeType DefaultAttributeTypeRegistry.lookup(String oid)
          Looks up a SchemaObject by its unique Object Identifier or by name.
 AttributeType ImmutableAttributeTypeRegistry.unregister(AttributeType schemaObject)
          Removes the SchemaObject registered with this registry.
 AttributeType ImmutableAttributeTypeRegistry.unregister(String numericOid)
          Removes the SchemaObject registered with this registry, using its numeric OID.
 AttributeType DefaultAttributeTypeRegistry.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 AttributeType
 Iterator<AttributeType> ImmutableAttributeTypeRegistry.descendants(AttributeType ancestor)
          Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
 Iterator<AttributeType> DefaultAttributeTypeRegistry.descendants(AttributeType ancestor)
          Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
 Iterator<AttributeType> AttributeTypeRegistry.descendants(AttributeType ancestor)
          Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
 Iterator<AttributeType> ImmutableAttributeTypeRegistry.descendants(String ancestorId)
          Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
 Iterator<AttributeType> DefaultAttributeTypeRegistry.descendants(String ancestorId)
          Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
 Iterator<AttributeType> AttributeTypeRegistry.descendants(String ancestorId)
          Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
 Iterator<AttributeType> ImmutableAttributeTypeRegistry.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 AttributeType
 void ImmutableAttributeTypeRegistry.addMappingFor(AttributeType attributeType)
          Add a new Oid/Normalizer couple in the OidNormalizer map
 void DefaultAttributeTypeRegistry.addMappingFor(AttributeType attributeType)
          Add a new Oid/Normalizer couple in the OidNormalizer map
 void AttributeTypeRegistry.addMappingFor(AttributeType attributeType)
          Add a new Oid/Normalizer couple in the OidNormalizer map
 void Registries.delCrossReferences(AttributeType attributeType)
          Add the SchemaObjectReferences.
 Iterator<AttributeType> ImmutableAttributeTypeRegistry.descendants(AttributeType ancestor)
          Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
 Iterator<AttributeType> DefaultAttributeTypeRegistry.descendants(AttributeType ancestor)
          Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
 Iterator<AttributeType> AttributeTypeRegistry.descendants(AttributeType ancestor)
          Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
 boolean ImmutableAttributeTypeRegistry.hasDescendants(AttributeType ancestor)
          Quick lookup to see if an attribute has descendants.
 boolean DefaultAttributeTypeRegistry.hasDescendants(AttributeType ancestor)
          Quick lookup to see if an attribute has descendants.
 boolean AttributeTypeRegistry.hasDescendants(AttributeType ancestor)
          Quick lookup to see if an attribute has descendants.
 void ImmutableAttributeTypeRegistry.register(AttributeType attributeType)
          Registers a new SchemaObject with this registry.
 void ImmutableAttributeTypeRegistry.registerDescendants(AttributeType attributeType, AttributeType ancestor)
          Store the AttributeType into a map associating an AttributeType to its descendants.
 void DefaultAttributeTypeRegistry.registerDescendants(AttributeType attributeType, AttributeType ancestor)
          Store the AttributeType into a map associating an AttributeType to its descendants.
 void AttributeTypeRegistry.registerDescendants(AttributeType attributeType, AttributeType ancestor)
          Store the AttributeType into a map associating an AttributeType to its descendants.
 void ImmutableAttributeTypeRegistry.removeMappingFor(AttributeType attributeType)
          Remove a new Oid/Normalizer couple in the OidNormalizer map
 void DefaultAttributeTypeRegistry.removeMappingFor(AttributeType attributeType)
          Remove the AttributeType normalizer from the OidNormalizer map
 void AttributeTypeRegistry.removeMappingFor(AttributeType attributeType)
          Remove a new Oid/Normalizer couple in the OidNormalizer map
 AttributeType ImmutableAttributeTypeRegistry.unregister(AttributeType schemaObject)
          Removes the SchemaObject registered with this registry.
 void ImmutableAttributeTypeRegistry.unregisterDescendants(AttributeType attributeType, AttributeType ancestor)
          Remove the AttributeType from the map associating an AttributeType to its descendants.
 void DefaultAttributeTypeRegistry.unregisterDescendants(AttributeType attributeType, AttributeType ancestor)
          Remove the AttributeType from the map associating an AttributeType to its descendants.
 void AttributeTypeRegistry.unregisterDescendants(AttributeType attributeType, AttributeType ancestor)
          Remove the AttributeType from the map associating an AttributeType to its descendants.
 

Uses of AttributeType 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 AttributeType
static void AttributeTypeHelper.removeFromRegistries(AttributeType attributeType, List<Throwable> errors, Registries registries)
          Remove the AttributeType from the registries, updating the references to other SchemaObject.
 

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

Methods in org.apache.directory.api.ldap.model.schema.syntaxes that return AttributeType
 AttributeType AntlrSchemaParser.openLdapAttributeType()
           
 



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