public interface IPurgeLogServiceReportCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCancellationAsked()
Return true if the cancellation of the current purge has been asked by the user.
|
void |
itemPurged(IOdiEntity pOdiEntity)
Record each first class object to be purged.
|
void |
purgeCompleted()
Mark the purge as complete.
|
void itemPurged(IOdiEntity pOdiEntity)
pOdiEntity - entity being purged.void purgeCompleted()
boolean isCancellationAsked()