Package | Description |
---|---|
com.sas.hls.recyclebin |
Service for retrieving and deleting items from the recycle bin.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
RecycleBinService.deleteAvailableItems()
Permanently deletes all items in the recycle bin that the current user has permission to delete.
|
Set<String> |
RecycleBinService.deleteItem(RecycleBinItem item)
Permanently deletes the specified item in the recycle bin.
|
Set<String> |
RecycleBinService.deleteItems(Set<RecycleBinItem> items)
Permanently deletes the specified items in the recycle bin.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA