public interface WorkspaceItem
| Modifier and Type | Method and Description |
|---|---|
List<AccountingEntry> |
getAccounting()
Gets the accounting.
|
Calendar |
getCreationTime()
This item creation time.
|
String |
getDescription()
This item description.
|
String |
getId()
This item id.
|
Calendar |
getLastModificationTime()
This item last modification time.
|
String |
getLastModifiedBy()
Gets the last modified by.
|
String |
getName()
This item name.
|
String |
getOwner()
This item owner.
|
String |
getParentId()
Gets the parent id.
|
String |
getPath()
Gets the path.
|
PropertyMap |
getPropertyMap()
Gets the map property.
|
WorkspaceItemType |
getType()
Return this item type.
|
boolean |
isFolder()
Check if the item is a folder.
|
boolean |
isHidden()
Return a flag indicating whether the element is hidden.
|
boolean |
isRoot()
Says if this item is a root element.
|
boolean |
isShared()
Return a flag indicating whether the element is shared.
|
boolean |
isTrashed()
Check if the item is in the trash.
|
String getId() throws InternalErrorException
InternalErrorException - if an internal error occurs.String getName() throws InternalErrorException
InternalErrorException - if an internal error occurs.String getDescription() throws InternalErrorException
InternalErrorException - if an internal error occurs.Calendar getCreationTime() throws InternalErrorException
InternalErrorException - if an internal error occurs.Calendar getLastModificationTime() throws InternalErrorException
InternalErrorException - if an internal error occurs.String getLastModifiedBy() throws InternalErrorException
InternalErrorException - the internal error exceptionString getOwner() throws InternalErrorException
InternalErrorException - if an internal error occurs.PropertyMap getPropertyMap()
List<AccountingEntry> getAccounting()
String getPath()
String getParentId()
WorkspaceItemType getType()
boolean isRoot()
throws InternalErrorException
true if this element is a root, false
otherwise.InternalErrorException - if an internal error occurs.boolean isHidden()
throws InternalErrorException
true if the element is hidden, false if
the element is visible.InternalErrorException - the internal error exceptionboolean isShared()
throws InternalErrorException
true if the element is shared, false
otherwise.InternalErrorException - the internal error exceptionboolean isTrashed()
throws InternalErrorException
InternalErrorException - the internal error exceptionboolean isFolder()
throws InternalErrorException
InternalErrorException - the internal error exceptionCopyright © 2018. All Rights Reserved.