Uses of Interface
org.gcube.common.storagehubwrapper.shared.tohl.WorkspaceFolder
-
-
Uses of WorkspaceFolder in org.gcube.common.storagehubwrapper.server.tohl
Methods in org.gcube.common.storagehubwrapper.server.tohl that return WorkspaceFolder Modifier and Type Method Description WorkspaceFolderWorkspace. createFolder(String name, String description, String destinationFolderId)Create a new folder with specified name.WorkspaceFolderWorkspace. createFolder(String name, String description, String destinationFolderId, Map<String,String> properties)Create a new folder with properties.WorkspaceFolderWorkspace. getRoot()Returns the workspace root. -
Uses of WorkspaceFolder in org.gcube.common.storagehubwrapper.shared.tohl
Subinterfaces of WorkspaceFolder in org.gcube.common.storagehubwrapper.shared.tohl Modifier and Type Interface Description interfaceWorkspaceSharedFolderThe Interface WorkspaceSharedFolder.interfaceWorkspaceVREFolderThe Interface WorkspaceVREFolder. -
Uses of WorkspaceFolder in org.gcube.common.storagehubwrapper.shared.tohl.impl
Classes in org.gcube.common.storagehubwrapper.shared.tohl.impl that implement WorkspaceFolder Modifier and Type Class Description classWorkspaceFolderInstantiates a new workspace folder.classWorkspaceSharedFolderInstantiates a new workspace folder impl.classWorkspaceVREFolderThe Class WorkspaceVREFolder. -
Uses of WorkspaceFolder in org.gcube.common.storagehubwrapper.shared.tohl.trash
Subinterfaces of WorkspaceFolder in org.gcube.common.storagehubwrapper.shared.tohl.trash Modifier and Type Interface Description interfaceWorkspaceTrashFolderThe Interface WorkspaceTrashFolder.
-