Interface WorkspaceSharedFolder
-
- All Superinterfaces:
WorkspaceFolder,WorkspaceItem
- All Known Subinterfaces:
WorkspaceVREFolder
- All Known Implementing Classes:
WorkspaceSharedFolder,WorkspaceVREFolder
public interface WorkspaceSharedFolder extends WorkspaceFolder
The Interface WorkspaceSharedFolder.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Oct 3, 2018
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisVreFolder()Checks if is vre folder.-
Methods inherited from interface org.gcube.common.storagehubwrapper.shared.tohl.WorkspaceFolder
isPublicFolder
-
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
-
-