Uses of Class
com.ibm.di.entry.ModificationItem

Packages that use ModificationItem
com.ibm.di.server Provides classes for the Tivoli 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
 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
static Entry Compare.applyMods(Entry source, ArrayList<ModificationItem> mods)
          Applies a given ArrayList of modifications to an Entry object and returns it.