Uses of Class
com.sas.lsaf.content.repository.recyclebin.RecycleBinItemDeleteException
Packages that use RecycleBinItemDeleteException
Package
Description
The service to retrieve and delete items from the recycle bin.
-
Uses of RecycleBinItemDeleteException in com.sas.lsaf.content.repository.recyclebin
Methods in com.sas.lsaf.content.repository.recyclebin that throw RecycleBinItemDeleteExceptionModifier 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.