public interface IDeletionInfo
Modifier and Type | Method and Description |
---|---|
IThingIDList |
listFailedDeletionIDs(int startIndex,
int endIndex)
Get a paged list of all items that have failed to be destroyed
|
IThingIDList |
listScheduledDeletionIDs(int startIndex,
int endIndex)
Get a paged list of all items scheduled for deletion
|
IThingIDList listScheduledDeletionIDs(int startIndex, int endIndex) throws MetaException
startIndex
- first itemendIndex
- last item, -1 for allMetaException
IThingIDList listFailedDeletionIDs(int startIndex, int endIndex) throws MetaException
startIndex
- first itemendIndex
- last item, -1 for allMetaException