public interface WorkspaceTrashItem
| Modifier and Type | Method and Description |
|---|---|
void |
deletePermanently()
Delete Permanently an item in the trash folder
|
String |
getDeletedBy()
Get the name of the user who deleted the item
|
String |
getDeletedFrom()
Get original path
|
Calendar |
getDeletedTime()
Get the date when the item was deleted
|
String |
getMimeType() |
String |
getName() |
String |
getOriginalParentId()
Get original parent Id to restore the item
|
boolean |
isFolder()
Return true if the trash item was a folder
|
void |
restore()
Restore an item in the trash folder
|
void deletePermanently()
throws InternalErrorException
InternalErrorExceptionvoid restore()
throws InternalErrorException
InternalErrorExceptionString getOriginalParentId()
String getDeletedFrom()
String getDeletedBy()
Calendar getDeletedTime()
boolean isFolder()
String getMimeType() throws InternalErrorException
InternalErrorExceptionString getName() throws InternalErrorException
InternalErrorExceptionCopyright © 2014. All Rights Reserved.