Uses of Interface
org.apache.directory.api.ldap.model.entry.Modification

Packages that use Modification
org.apache.directory.api.ldap.model.entry   
org.apache.directory.api.ldap.model.ldif   
org.apache.directory.api.ldap.model.message   
org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
 

Uses of Modification in org.apache.directory.api.ldap.model.entry
 

Classes in org.apache.directory.api.ldap.model.entry that implement Modification
 class DefaultModification
          An internal implementation for a ModificationItem.
 

Methods in org.apache.directory.api.ldap.model.entry that return Modification
 Modification Modification.clone()
          The clone operation
 

Methods in org.apache.directory.api.ldap.model.entry with parameters of type Modification
static void AttributeUtils.applyModification(Entry entry, Modification modification)
          A method to apply a modification to an existing entry.
 

Constructors in org.apache.directory.api.ldap.model.entry with parameters of type Modification
DefaultModification(SchemaManager schemaManager, Modification modification)
          Creates a new instance of DefaultModification.
 

Uses of Modification in org.apache.directory.api.ldap.model.ldif
 

Fields in org.apache.directory.api.ldap.model.ldif declared as Modification
static Modification[] LdifEntry.EMPTY_MODS
          Used in toArray()
 

Methods in org.apache.directory.api.ldap.model.ldif that return Modification
 Modification[] LdifEntry.getModificationArray()
          Gets the modification items as an array.
 

Methods in org.apache.directory.api.ldap.model.ldif that return types with arguments of type Modification
 List<Modification> LdifEntry.getModifications()
           
 

Methods in org.apache.directory.api.ldap.model.ldif with parameters of type Modification
 void LdifEntry.addModification(Modification modification)
          Add a modification item (used by modify operations)
 

Method parameters in org.apache.directory.api.ldap.model.ldif with type arguments of type Modification
static LdifEntry LdifRevertor.reverseModify(Dn dn, List<Modification> forwardModifications, Entry modifiedEntry)
          Compute the reversed LDIF for a modify request.
 

Uses of Modification in org.apache.directory.api.ldap.model.message
 

Methods in org.apache.directory.api.ldap.model.message that return types with arguments of type Modification
 Collection<Modification> ModifyRequestImpl.getModifications()
          Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify.
 Collection<Modification> ModifyRequest.getModifications()
          Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify.
 

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

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

Method parameters in org.apache.directory.api.ldap.model.schema with type arguments of type Modification
static Entry SchemaUtils.getTargetEntry(List<? extends Modification> mods, Entry entry)
          Gets the target entry as it would look after a modification operation were performed on it.
 



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