Interface GCubeItem
-
- All Superinterfaces:
WorkspaceItem
- All Known Implementing Classes:
GcubeItem
public interface GCubeItem extends WorkspaceItem
The Interface GCubeItem.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jun 15, 2018
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCreator()StringgetItemType()StringgetProperties()PropertyMapgetProperty()String[]getScopes()booleanisShared()Return a flag indicating whether the element is shared.-
Methods inherited from interface org.gcube.common.storagehubwrapper.shared.tohl.WorkspaceItem
getAccounting, getCreationTime, getDescription, getId, getLastModificationTime, getLastModifiedBy, getName, getOwner, getParentId, getPath, getPropertyMap, getTitle, getType, isFolder, isHidden, isRoot, isTrashed
-
-
-
-
Method Detail
-
getScopes
String[] getScopes()
- Returns:
- the scopes
-
getCreator
String getCreator()
- Returns:
- the creator
-
getItemType
String getItemType()
- Returns:
- the itemType
-
getProperties
String getProperties()
- Returns:
- the properties
-
isShared
boolean isShared()
Description copied from interface:WorkspaceItemReturn a flag indicating whether the element is shared.- Specified by:
isSharedin interfaceWorkspaceItem- Returns:
- the shared
-
getProperty
PropertyMap getProperty()
- Returns:
- the property
-
-