public interface WorkspaceItem
| Modifier and Type | Method and Description |
|---|---|
List<org.gcube.common.storagehub.model.items.nodes.accounting.AccountEntry> |
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.
|
String |
getTitle()
Gets the title.
|
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()
String getName()
String getTitle()
String getDescription()
Calendar getCreationTime()
Calendar getLastModificationTime()
String getLastModifiedBy()
String getOwner()
PropertyMap getPropertyMap()
List<org.gcube.common.storagehub.model.items.nodes.accounting.AccountEntry> getAccounting()
String getPath()
String getParentId()
WorkspaceItemType getType()
boolean isRoot()
true if this element is a root, false
otherwise.boolean isHidden()
true if the element is hidden, false if
the element is visible.boolean isShared()
true if the element is shared, false
otherwise.boolean isTrashed()
boolean isFolder()
Copyright © 2019. All Rights Reserved.