Uses of Class
org.apache.directory.shared.ldap.message.ModificationItemImpl

Packages that use ModificationItemImpl
org.apache.directory.shared.ldap.codec.modify   
org.apache.directory.shared.ldap.ldif   
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.util   
 

Uses of ModificationItemImpl in org.apache.directory.shared.ldap.codec.modify
 

Methods in org.apache.directory.shared.ldap.codec.modify that return types with arguments of type ModificationItemImpl
 java.util.List<ModificationItemImpl> ModifyRequest.getModifications()
          Get the entry's attributes
 

Uses of ModificationItemImpl in org.apache.directory.shared.ldap.ldif
 

Fields in org.apache.directory.shared.ldap.ldif declared as ModificationItemImpl
static ModificationItemImpl[] LdifEntry.EMPTY_MODS
          Used in toArray()
 

Methods in org.apache.directory.shared.ldap.ldif that return ModificationItemImpl
 ModificationItemImpl[] LdifEntry.getModificationItemsArray()
          Gets the modification items as an array.
 

Methods in org.apache.directory.shared.ldap.ldif that return types with arguments of type ModificationItemImpl
 java.util.List<ModificationItemImpl> LdifEntry.getModificationItems()
           
 

Methods in org.apache.directory.shared.ldap.ldif with parameters of type ModificationItemImpl
 void LdifEntry.addModificationItem(ModificationItemImpl modification)
          Add a modification item (used by modify operations)
 

Method parameters in org.apache.directory.shared.ldap.ldif with type arguments of type ModificationItemImpl
static LdifEntry LdifUtils.reverseModify(LdapDN dn, java.util.List<ModificationItemImpl> forwardModifications, javax.naming.directory.Attributes modifiedEntry)
          Compute the reversed LDIF for a modify request.
 

Uses of ModificationItemImpl in org.apache.directory.shared.ldap.message
 

Constructors in org.apache.directory.shared.ldap.message with parameters of type ModificationItemImpl
ModificationItemImpl(ModificationItemImpl modification)
          Create a modificationItemImpl from another one.
 

Uses of ModificationItemImpl in org.apache.directory.shared.ldap.util
 

Method parameters in org.apache.directory.shared.ldap.util with type arguments of type ModificationItemImpl
static javax.naming.directory.ModificationItem AttributeUtils.getModificationItem(java.util.List<ModificationItemImpl> mods, AttributeType type)
          Utility method to extract a modification item from an array of modifications.
 



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