Uses of Class
com.ibm.di.entry.ModificationItem
-
Packages that use ModificationItem Package Description com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine. -
-
Uses of ModificationItem in com.ibm.di.server
Methods in com.ibm.di.server that return types with arguments of type ModificationItem Modifier and Type Method Description java.util.ArrayList<ModificationItem>
Compare. compareEntries(Entry a, Entry b)
Compares two given Entry objects and returns an ArrayList with the differences (attributes that were in one of the entries and not the other).Method parameters in com.ibm.di.server with type arguments of type ModificationItem Modifier and Type Method Description static Entry
Compare. applyMods(Entry source, java.util.ArrayList<ModificationItem> mods)
Applies a given ArrayList of modifications to an Entry object and returns it.
-