public interface WorkspaceTrashFolder
| Modifier and Type | Method and Description |
|---|---|
List<String> |
emptyTrash()
Empty Trash
|
String |
getId()
Get trash id
|
String |
getPath()
Get trash path
|
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
|
String getId() throws InternalErrorException
InternalErrorExceptionString getPath() throws InternalErrorException
InternalErrorExceptionList<String> emptyTrash() throws InternalErrorException
InternalErrorExceptionList<String> restoreAll() throws InternalErrorException
InternalErrorExceptionList<WorkspaceTrashItem> listTrashItems() throws InternalErrorException, ItemNotFoundException
InternalErrorExceptionItemNotFoundExceptionWorkspaceTrashItem getTrashItemById(String id) throws InternalErrorException, javax.jcr.RepositoryException
id - InternalErrorExceptionjavax.jcr.RepositoryExceptionCopyright © 2016. All Rights Reserved.