com.isti.util
Interface ArchiveManager.ProcessCallBack
- Enclosing class:
- ArchiveManager
public static interface ArchiveManager.ProcessCallBack
Interface ProcessCallBack defines the call-back object passed into
the 'processArchivedItems()' method.
procArchivedItem
boolean procArchivedItem(Archivable itemObj,
java.lang.String archivedFormStr)
- Processes the archived-item object.
- Parameters:
itemObj
- the item to be processed.archivedFormStr
- the archived-form data string for the item.
- Returns:
- true if processing is to continue, false if processing
should be terminated.