Uses of Class
com.sas.hls.recyclebin.exception.RecycleBinItemDeleteException

Packages that use RecycleBinItemDeleteException
com.sas.hls.recyclebin Service for retrieving and deleting items from the recycle bin. 
 

Uses of RecycleBinItemDeleteException in com.sas.hls.recyclebin
 

Methods in com.sas.hls.recyclebin that throw RecycleBinItemDeleteException
 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) 2013, SAS Institute Inc., Cary, NC, USA