Uses of Class
com.sas.lsaf.content.repository.recyclebin.RecycleBinItemNotFoundException
Packages that use RecycleBinItemNotFoundException
Package
Description
The service to retrieve and delete items from the recycle bin.
-
Uses of RecycleBinItemNotFoundException in com.sas.lsaf.content.repository.recyclebin
Methods in com.sas.lsaf.content.repository.recyclebin that throw RecycleBinItemNotFoundExceptionModifier and TypeMethodDescriptionRecycleBinService.deleteItem(RecycleBinItem item) Permanently deletes the specified item in the recycle bin.RecycleBinService.deleteItemById(String recycleBinItemId) Permanently deletes the item with the specified identifier in the recycle bin.