Uses of Class
com.sas.lsaf.content.repository.recyclebin.RecycleBinItemDeleteException
-
Packages that use RecycleBinItemDeleteException Package Description com.sas.lsaf.content.repository.recyclebin 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 RecycleBinItemDeleteException 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.
-