Uses of Class
com.sas.lsaf.content.repository.recyclebin.RecycleBinItem
Packages that use RecycleBinItem
Package
Description
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 RecycleBinItemModifier and TypeMethodDescriptionRecycleBinSearchResults.getRecycleBinSearchResults()Gets the search results that are based on theRecycleBinQuerythat is specified inRecycleBinService.search(RecycleBinQuery).Methods in com.sas.lsaf.content.repository.recyclebin with parameters of type RecycleBinItemModifier and TypeMethodDescriptionRecycleBinService.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 RecycleBinItemModifier and TypeMethodDescriptionRecycleBinService.deleteItems(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 RecycleBinItemModifierConstructorDescriptionRecycleBinSearchResults(Set<RecycleBinItem> searchResults, boolean limitReached) It is not intended or recommended that the consumer of this API construct these objects.