Uses of Interface
org.apache.directory.shared.ldap.entry.EntryAttribute

Packages that use EntryAttribute
org.apache.directory.shared.ldap.entry   
org.apache.directory.shared.ldap.entry.client   
 

Uses of EntryAttribute in org.apache.directory.shared.ldap.entry
 

Fields in org.apache.directory.shared.ldap.entry with type parameters of type EntryAttribute
protected  java.util.Map<K,EntryAttribute> AbstractEntry.attributes
          A map containing all the attributes for this entry
 

Methods in org.apache.directory.shared.ldap.entry that return EntryAttribute
 EntryAttribute EntryAttribute.clone()
           
 EntryAttribute Entry.get(java.lang.String alias)
           Returns the attribute with the specified alias.
 EntryAttribute Modification.getAttribute()
           
 EntryAttribute Entry.put(java.lang.String upId, byte[]... values)
           Put an attribute (represented by its ID and some binary values) into an entry.
 EntryAttribute Entry.put(java.lang.String upId, java.lang.String... values)
           Put an attribute (represented by its ID and some String values) into an entry.
 EntryAttribute Entry.put(java.lang.String upId, Value<?>... values)
           Put an attribute (represented by its ID and some values) into an entry.
 

Methods in org.apache.directory.shared.ldap.entry that return types with arguments of type EntryAttribute
 java.util.Iterator<EntryAttribute> AbstractEntry.iterator()
          Returns an enumeration containing the zero or more attributes in the collection.
 java.util.Iterator<EntryAttribute> Entry.iterator()
          Returns an enumeration containing the zero or more attributes in the collection.
 java.util.List<EntryAttribute> Entry.put(EntryAttribute... attributes)
           Places attributes in the attribute collection.
 java.util.List<EntryAttribute> Entry.remove(EntryAttribute... attributes)
          Removes the specified attributes.
 java.util.List<EntryAttribute> Entry.removeAttributes(java.lang.String... attributes)
           Removes the attribute with the specified alias.
 java.util.List<EntryAttribute> Entry.set(java.lang.String... upIds)
           Put some new ClientAttribute using the User Provided ID.
 

Methods in org.apache.directory.shared.ldap.entry with parameters of type EntryAttribute
 void Entry.add(EntryAttribute... attributes)
          Add some Attributes to the current Entry.
 boolean Entry.contains(EntryAttribute... attributes)
           Checks if an entry contains a list of attributes.
 java.util.List<EntryAttribute> Entry.put(EntryAttribute... attributes)
           Places attributes in the attribute collection.
 java.util.List<EntryAttribute> Entry.remove(EntryAttribute... attributes)
          Removes the specified attributes.
 void Modification.setAttribute(EntryAttribute attribute)
          Set the attribute's modification
 

Uses of EntryAttribute in org.apache.directory.shared.ldap.entry.client
 

Subinterfaces of EntryAttribute in org.apache.directory.shared.ldap.entry.client
 interface ClientAttribute
          The server specific interface extending the EntryAttribute interface.
 

Classes in org.apache.directory.shared.ldap.entry.client that implement EntryAttribute
 class DefaultClientAttribute
          A client side entry attribute.
 

Methods in org.apache.directory.shared.ldap.entry.client that return EntryAttribute
 EntryAttribute DefaultClientAttribute.clone()
           
 EntryAttribute DefaultClientEntry.get(java.lang.String alias)
           Returns the attribute with the specified alias.
 EntryAttribute DefaultClientEntry.put(java.lang.String upId, byte[]... values)
           Put an attribute (represented by its ID and some binary values) into an entry.
 EntryAttribute DefaultClientEntry.put(java.lang.String upId, java.lang.String... values)
           Put an attribute (represented by its ID and some String values) into an entry.
 EntryAttribute DefaultClientEntry.put(java.lang.String upId, Value<?>... values)
           Put an attribute (represented by its ID and some values) into an entry.
 

Methods in org.apache.directory.shared.ldap.entry.client that return types with arguments of type EntryAttribute
 java.util.Iterator<EntryAttribute> DefaultClientEntry.iterator()
           
 java.util.List<EntryAttribute> DefaultClientEntry.put(EntryAttribute... attributes)
           Places attributes in the attribute collection.
 java.util.List<EntryAttribute> DefaultClientEntry.remove(EntryAttribute... attributes)
           
 java.util.List<EntryAttribute> DefaultClientEntry.removeAttributes(java.lang.String... attributes)
           Removes the attribute with the specified alias.
 java.util.List<EntryAttribute> DefaultClientEntry.set(java.lang.String... upIds)
           Put some new ClientAttribute using the User Provided ID.
 

Methods in org.apache.directory.shared.ldap.entry.client with parameters of type EntryAttribute
 void DefaultClientEntry.add(EntryAttribute... attributes)
          Add some Attributes to the current Entry.
 boolean DefaultClientEntry.contains(EntryAttribute... attributes)
           Checks if an entry contains a list of attributes.
 java.util.List<EntryAttribute> DefaultClientEntry.put(EntryAttribute... attributes)
           Places attributes in the attribute collection.
 java.util.List<EntryAttribute> DefaultClientEntry.remove(EntryAttribute... attributes)
           
 

Constructors in org.apache.directory.shared.ldap.entry.client with parameters of type EntryAttribute
DefaultClientEntry(LdapDN dn, EntryAttribute... attributes)
           Creates a new instance of DefaultClientEntry, with a DN and a list of EntryAttributes.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.