Uses of Class
com.sas.lsaf.content.repository.recyclebin.RecycleBinItemNotFoundException
-
Packages that use RecycleBinItemNotFoundException Package Description com.sas.lsaf.content.repository.recyclebin 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 RecycleBinItemNotFoundException Modifier and Type Method Description java.util.List<java.lang.String>
RecycleBinService. deleteItem(RecycleBinItem item)
Permanently deletes the specified item in the recycle bin.java.util.List<java.lang.String>
RecycleBinService. deleteItemById(java.lang.String recycleBinItemId)
Permanently deletes the item with the specified identifier in the recycle bin.
-