public static interface ArchiveManager.ProcessCallBack
| Modifier and Type | Method and Description |
|---|---|
boolean |
procArchivedItem(Archivable itemObj,
java.lang.String archivedFormStr)
Processes the archived-item object.
|
boolean procArchivedItem(Archivable itemObj, java.lang.String archivedFormStr)
itemObj - the item to be processed.archivedFormStr - the archived-form data string for the item.