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