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

Packages that use ModificationItemImpl
org.apache.directory.shared.ldap.ldif   
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.shared.ldap.util   
 

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

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

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

Methods in org.apache.directory.shared.ldap.message with parameters of type ModificationItemImpl
 void ModifyRequest.addModification(ModificationItemImpl mod)
          Adds a ModificationItem to the set of modifications composing this modify request.
 void ModifyRequestImpl.addModification(ModificationItemImpl mod)
          Adds a ModificationItem to the set of modifications composing this modify request.
 void ModifyRequest.removeModification(ModificationItemImpl mod)
          Removes a ModificationItem to the set of modifications composing this modify request.
 void ModifyRequestImpl.removeModification(ModificationItemImpl mod)
          Removes a ModificationItem to the set of modifications composing this modify request.
 

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

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

Methods in org.apache.directory.shared.ldap.schema with parameters of type ModificationItemImpl
static javax.naming.directory.Attributes SchemaUtils.getTargetEntry(ModificationItemImpl[] mods, javax.naming.directory.Attributes entry)
          Gets the target entry as it would look after a modification operation were performed on it.
 

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

Methods in org.apache.directory.shared.ldap.util with parameters of type ModificationItemImpl
static javax.naming.directory.Attribute AttributeUtils.getAttribute(ModificationItemImpl[] mods, AttributeType type)
          Utility method to extract an attribute from an array of modifications.
 



Copyright © 2004-2012. All Rights Reserved.