Package | Description |
---|---|
com.sas.hls.recyclebin |
Service for retrieving and deleting items from the recycle bin.
|
Modifier and Type | Method and Description |
---|---|
RecycleBinToken |
RecycleBinItemsInfo.getRecycleBinToken()
Get the token for the submitted recycle bin items query
|
Modifier and Type | Method and Description |
---|---|
void |
RecycleBinService.clearRecycleBinItemsInfo(RecycleBinToken token)
Releases the token and any cached information about the query associated with the token.
|
Set<RecycleBinItem> |
RecycleBinService.getRecycleBinItems(RecycleBinToken token,
int fromRow,
int toRow)
Gets RecycleBinItem objects using a token from RecycleBinItemsInfo which is obtained by calling
getRecycleBinItemsInfoByQuery.
|
Constructor and Description |
---|
RecycleBinItemsInfo(RecycleBinToken recycleBinToken,
int rowCount)
Constructor
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA