Uses of Interface
org.apache.directory.api.ldap.model.entry.Modification
-
Packages that use Modification Package Description org.apache.directory.api.dsmlv2.request org.apache.directory.api.ldap.codec.api 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.org.apache.directory.ldap.client.api -
-
Uses of Modification in org.apache.directory.api.dsmlv2.request
Methods in org.apache.directory.api.dsmlv2.request that return types with arguments of type Modification Modifier and Type Method Description Collection<Modification>ModifyRequestDsml. 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.dsmlv2.request with parameters of type Modification Modifier and Type Method Description ModifyRequestModifyRequestDsml. addModification(Modification mod)Adds a ModificationItem to the set of modifications composing this modify request.ModifyRequestModifyRequestDsml. removeModification(Modification mod)Removes a ModificationItem to the set of modifications composing this modify request. -
Uses of Modification in org.apache.directory.api.ldap.codec.api
Methods in org.apache.directory.api.ldap.codec.api that return Modification Modifier and Type Method Description ModificationLdapMessageContainer. getCurrentModification()Methods in org.apache.directory.api.ldap.codec.api with parameters of type Modification Modifier and Type Method Description voidLdapMessageContainer. setCurrentModification(Modification currentModification) -
Uses of Modification in org.apache.directory.api.ldap.model.entry
Classes in org.apache.directory.api.ldap.model.entry that implement Modification Modifier and Type Class Description classDefaultModificationAn internal implementation for a ModificationItem.Methods in org.apache.directory.api.ldap.model.entry that return Modification Modifier and Type Method Description ModificationModification. clone()The clone operationMethods in org.apache.directory.api.ldap.model.entry with parameters of type Modification Modifier and Type Method Description static voidAttributeUtils. 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 Constructor Description 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 Modifier and Type Field Description static Modification[]LdifEntry. EMPTY_MODSUsed in toArray()Methods in org.apache.directory.api.ldap.model.ldif that return Modification Modifier and Type Method Description 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 Modifier and Type Method Description List<Modification>LdifEntry. getModifications()Methods in org.apache.directory.api.ldap.model.ldif with parameters of type Modification Modifier and Type Method Description voidLdifEntry. 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 Modifier and Type Method Description static LdifEntryLdifRevertor. 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 Modifier and Type Method Description Collection<Modification>ModifyRequest. getModifications()Gets an immutable Collection of modification items representing the atomic changes to perform on the candidate entry to modify.Collection<Modification>ModifyRequestImpl. 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 Modifier and Type Method Description ModifyRequestModifyRequest. addModification(Modification mod)Adds a ModificationItem to the set of modifications composing this modify request.ModifyRequestModifyRequestImpl. addModification(Modification mod)Adds a ModificationItem to the set of modifications composing this modify request.ModifyRequestModifyRequest. removeModification(Modification mod)Removes a ModificationItem to the set of modifications composing this modify request.ModifyRequestModifyRequestImpl. 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 Modifier and Type Method Description static EntrySchemaUtils. getTargetEntry(List<? extends Modification> mods, Entry entry)Gets the target entry as it would look after a modification operation were performed on it. -
Uses of Modification in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api with parameters of type Modification Modifier and Type Method Description voidLdapConnection. modify(String dn, Modification... modifications)Applies all the modifications to the entry specified by its distinguished name.voidLdapConnection. modify(Dn dn, Modification... modifications)Applies all the modifications to the entry specified by its distinguished name.voidLdapConnectionWrapper. modify(String dn, Modification... modifications)Applies all the modifications to the entry specified by its distinguished name.voidLdapConnectionWrapper. modify(Dn dn, Modification... modifications)Applies all the modifications to the entry specified by its distinguished name.voidLdapNetworkConnection. modify(String dn, Modification... modifications)Applies all the modifications to the entry specified by its distinguished name.voidLdapNetworkConnection. modify(Dn dn, Modification... modifications)Applies all the modifications to the entry specified by its distinguished name.
-