Interface WorkspaceFolder
-
- All Superinterfaces:
WorkspaceItem
- All Known Subinterfaces:
WorkspaceSharedFolder,WorkspaceTrashFolder,WorkspaceVREFolder
- All Known Implementing Classes:
WorkspaceFolder,WorkspaceSharedFolder,WorkspaceVREFolder
public interface WorkspaceFolder extends WorkspaceItem
The Interface WorkspaceFolder.- 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 booleanisPublicFolder()-
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, isShared, isTrashed
-
-