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