public interface TrashedItem extends WorkspaceItem
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAccounting, getCreationTime, getDescription, getId, getLastModificationTime, getLastModifiedBy, getOwner, getParentId, getPath, getPropertyMap, getTitle, 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()
getName in interface WorkspaceItemWorkspaceItemType getType()
getType in interface WorkspaceItemCopyright © 2021. All Rights Reserved.