Interface IDeletionInfo


public interface IDeletionInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    listFailedDeletionIDs(int startIndex, int endIndex)
    Get a paged list of all items that have failed to be destroyed
    listScheduledDeletionIDs(int startIndex, int endIndex)
    Get a paged list of all items scheduled for deletion
  • Method Details

    • listScheduledDeletionIDs

      IThingIDList listScheduledDeletionIDs(int startIndex, int endIndex) throws MetaException
      Get a paged list of all items scheduled for deletion
      Parameters:
      startIndex - first item
      endIndex - last item, -1 for all
      Throws:
      MetaException
    • listFailedDeletionIDs

      IThingIDList listFailedDeletionIDs(int startIndex, int endIndex) throws MetaException
      Get a paged list of all items that have failed to be destroyed
      Parameters:
      startIndex - first item
      endIndex - last item, -1 for all
      Throws:
      MetaException