Uses of Class
com.sas.lsaf.content.repository.recyclebin.RecycleBinItemSearchException
-
Packages that use RecycleBinItemSearchException Package Description com.sas.lsaf.content.repository.recyclebin 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 RecycleBinItemSearchException Modifier and Type Method Description java.util.List<java.lang.String>
RecycleBinService. deleteItemsByQuery(RecycleBinQuery query)
Permanently deletes all of the items that can be deleted in the recycle bin based on the specified query.RecycleBinSearchResults
RecycleBinService. search(RecycleBinQuery query)
Searches the recycle bin based on the specified query.
-