public interface WorkspaceTrashItem extends WorkspaceFolder
| Modifier and Type | Method and Description |
|---|---|
void |
deletePermanently()
Delete Permanently an item in the trash folder.
|
String |
getDeletedBy()
Get the user who deleted the item.
|
String |
getDeletedFrom()
Get the path where the item was deleted.
|
Calendar |
getDeletedTime()
Get the date when the item was deleted.
|
String |
getMimeType()
Get mime type.
|
String |
getName()
Get the name of the trashed item.
|
String |
getOriginalParentId()
Get original parent Id to restore the item.
|
WorkspaceItemType |
getType()
Return this item type.
|
boolean |
isFolder()
Return true if the trash item was a folder.
|
void |
restore()
Restore an item in the trash folder.
|
getAccounting, getCreationTime, getDescription, getId, getLastModificationTime, getLastModifiedBy, getOwner, getParentId, getPath, getPropertyMap, isHidden, isRoot, isShared, isTrashedString getOriginalParentId()
String getDeletedFrom()
String getDeletedBy()
Calendar getDeletedTime()
boolean isFolder()
isFolder in interface WorkspaceItemString getMimeType() throws InternalErrorException
InternalErrorException - the internal error exceptionString getName() throws InternalErrorException
getName in interface WorkspaceItemInternalErrorException - the internal error exceptionWorkspaceItemType getType()
getType in interface WorkspaceItemvoid deletePermanently()
throws InternalErrorException
InternalErrorException - the internal error exceptionvoid restore()
throws InternalErrorException
InternalErrorException - the internal error exceptionCopyright © 2018. All Rights Reserved.