Uses of Class
org.forgerock.opendj.ldap.Modification
Packages that use Modification
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests.
-
Uses of Modification in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type ModificationModifier and TypeMethodDescriptionstatic EntryEntries.modifyEntry(Entry entry, Modification change) Applies the provided modification to an entry.static EntryEntries.modifyEntry(Entry entry, Modification change, Collection<? super ByteString> conflictingValues) Applies the provided modification to an entry.Method parameters in org.forgerock.opendj.ldap with type arguments of type ModificationModifier and TypeMethodDescriptionstatic EntryEntries.modifyEntryPermissive(Entry entry, Collection<Modification> changes) Applies the provided modifications to an entry using "permissive" modify semantics.static EntryEntries.modifyEntryStrict(Entry entry, Collection<Modification> changes) Applies the provided modifications to an entry using "strict" modify semantics. -
Uses of Modification in org.forgerock.opendj.ldap.requests
Methods in org.forgerock.opendj.ldap.requests that return types with arguments of type ModificationModifier and TypeMethodDescriptionModifyRequest.getModifications()Returns aListcontaining the modifications included with this modify request.Methods in org.forgerock.opendj.ldap.requests with parameters of type ModificationModifier and TypeMethodDescriptionModifyRequest.addModification(Modification modification) Appends the provided modification to the list of modifications included with this modify request.