Uses of Class
com.sas.hls.recyclebin.RecycleBinItem

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

Uses of RecycleBinItem in com.sas.hls.recyclebin
 

Methods in com.sas.hls.recyclebin that return types with arguments of type RecycleBinItem
 Set<RecycleBinItem> RecycleBinService.getAvailableItems()
          Gets items in the recycle bin to which the current user has the privilege to delete.
 

Methods in com.sas.hls.recyclebin with parameters of type RecycleBinItem
 Set<String> RecycleBinService.deleteItem(RecycleBinItem item)
          Permanently deletes the specified item in the recycle bin.
 

Method parameters in com.sas.hls.recyclebin with type arguments of type RecycleBinItem
 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