public interface WorkspaceTrashFolder
| Modifier and Type | Method and Description |
|---|---|
List<String> |
emptyTrash()
Empty Trash
|
WorkspaceTrashItem |
getTrashItemById(String id)
Get Trash Item by Id
|
List<WorkspaceTrashItem> |
listTrashItems()
Get Children of Trash Folder
|
List<String> |
restoreAll()
Restore all item in Trash
|
List<String> emptyTrash() throws InternalErrorException
InternalErrorExceptionList<String> restoreAll() throws InternalErrorException
InternalErrorExceptionList<WorkspaceTrashItem> listTrashItems() throws InternalErrorException, ItemNotFoundException
InternalErrorExceptionItemNotFoundExceptionWorkspaceTrashItem getTrashItemById(String id) throws InternalErrorException
id - InternalErrorExceptionCopyright © 2014. All Rights Reserved.