Package com.sas.lsaf.content.repository.recyclebin
The service to retrieve and delete items from the recycle bin.
-
Interface Summary Interface Description RecycleBinService The service to retrieve and permanently delete items in the recycle bin. -
Class Summary Class Description RecycleBinItem The class that represents an item that is in the recycle bin.RecycleBinQuery The class that represents the information to filter recycle bin items.RecycleBinSearchResults The class that represents the results of a recycle bin search based on a search query. -
Exception Summary Exception Description RecycleBinItemDeleteException Thrown when there is an error deleting items that are in the recycle bin.RecycleBinItemNotFoundException Thrown when an item in the recycle bin cannot be read.RecycleBinItemSearchException Thrown when an error occurred when retrieving an item from the recycle bin.