I want to be able to "catch" the changes WITHOUT doing any change -
and just to make it more usable in my application I want to do this in
the iterator connector using a scripted connector. This will basically
make an ldapdiff iterator....
I can do this compare scripted by iterating over all attributes - but
I believe a better approach is to use the builtin comparison methods
of the "compute changes"...
Regards
Franz Wolfhagen
In lieu of using this as-is, if you open the script up
then you will see that there is this line of script (although
variables have been shortened to get it all on one
line):
deltaE = com.ibm.di.entry.DeltaEntry.getDeltaEntry(oldE, newE);
This call returns a delta entry with operation codes all the
way down to the Attribute value level. Hope this helps :)
-Eddie