Uses of Class
com.sas.lsaf.content.repository.recyclebin.RecycleBinItemSearchException
Packages that use RecycleBinItemSearchException
Package
Description
The service to retrieve and delete items from the recycle bin.
-
Uses of RecycleBinItemSearchException in com.sas.lsaf.content.repository.recyclebin
Methods in com.sas.lsaf.content.repository.recyclebin that throw RecycleBinItemSearchExceptionModifier and TypeMethodDescriptionRecycleBinService.deleteItemsByQuery(RecycleBinQuery query) Permanently deletes all of the items that can be deleted in the recycle bin based on the specified query.RecycleBinService.search(RecycleBinQuery query) Searches the recycle bin based on the specified query.