Package | Description |
---|---|
com.sas.lsaf.content.repository.recyclebin |
The service to retrieve and delete items from the recycle bin.
|
Modifier and Type | Method and Description |
---|---|
Set<RecycleBinItem> |
RecycleBinSearchResults.getRecycleBinSearchResults()
Gets the search results that are based on the
RecycleBinQuery that is provided to
RecycleBinService.search(RecycleBinQuery) . |
Modifier and Type | Method and Description |
---|---|
List<String> |
RecycleBinService.deleteItem(RecycleBinItem item)
Permanently deletes the specified item in the recycle bin.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
RecycleBinService.deleteItems(Set<RecycleBinItem> items)
Permanently deletes the specified items in the recycle bin.
|
Constructor and Description |
---|
RecycleBinSearchResults(Set<RecycleBinItem> searchResults,
boolean limitReached)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA