Uses of Class
com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
-
Packages that use RecycleBinItem Package Description com.sas.lsaf.content.repository.recyclebin The service to retrieve and delete items from the recycle bin. -
-
Uses of RecycleBinItem in com.sas.lsaf.content.repository.recyclebin
Methods in com.sas.lsaf.content.repository.recyclebin that return types with arguments of type RecycleBinItem Modifier and Type Method Description java.util.Set<RecycleBinItem>
RecycleBinSearchResults. getRecycleBinSearchResults()
Gets the search results that are based on theRecycleBinQuery
that is specified inRecycleBinService.search(RecycleBinQuery)
.Methods in com.sas.lsaf.content.repository.recyclebin with parameters of type RecycleBinItem Modifier and Type Method Description java.util.List<java.lang.String>
RecycleBinService. deleteItem(RecycleBinItem item)
Permanently deletes the specified item in the recycle bin.Method parameters in com.sas.lsaf.content.repository.recyclebin with type arguments of type RecycleBinItem Modifier and Type Method Description java.util.List<java.lang.String>
RecycleBinService. deleteItems(java.util.Set<RecycleBinItem> items)
Permanently deletes the specified items in the recycle bin.Constructor parameters in com.sas.lsaf.content.repository.recyclebin with type arguments of type RecycleBinItem Constructor Description RecycleBinSearchResults(java.util.Set<RecycleBinItem> searchResults, boolean limitReached)
It is not intended or recommended that the consumer of this API construct these objects.
-