Uses of Class
org.forgerock.opendj.ldap.Entries.DiffOptions
Packages that use Entries.DiffOptions
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of Entries.DiffOptions in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return Entries.DiffOptionsModifier and TypeMethodDescriptionEntries.DiffOptions.alwaysReplaceAttributes()Entries.DiffOptions.attributes(String... attributeDescriptions) Specifies the list of attributes to be compared.Entries.DiffOptions.attributes(AttributeFilter attributeFilter) Specifies an attribute filter which will be used to determine which attributes will be compared.static Entries.DiffOptionsEntries.diffOptions()Returns a new set of options which may be used to control how entries are compared and changes generated usingEntries.diffEntries(Entry, Entry, DiffOptions).Entries.DiffOptions.replaceSingleValuedAttributes()Requests that the generated changes should use theREPLACEmodification type when the new attribute contains at most one attribute value.Entries.DiffOptions.useExactMatching()Requests that attribute values should be compared byte for byte, rather than using their matching rules.Methods in org.forgerock.opendj.ldap with parameters of type Entries.DiffOptionsModifier and TypeMethodDescriptionstatic ModifyRequestEntries.diffEntries(Entry fromEntry, Entry toEntry, Entries.DiffOptions options) Creates a new modify request containing a list of modifications which can be used to transformfromEntryinto entrytoEntry.