Uses of Interface
org.gcube.common.storagehubwrapper.shared.tohl.WorkspaceSharedFolder
-
-
Uses of WorkspaceSharedFolder in org.gcube.common.storagehubwrapper.server
Methods in org.gcube.common.storagehubwrapper.server that return WorkspaceSharedFolder Modifier and Type Method Description WorkspaceSharedFolderStorageHubClientService. shareFolder(String folderId, Set<String> users, ACLType type)Share folder.WorkspaceSharedFolderWorkspaceStorageHubClientService. shareFolder(String folderId, Set<String> users, ACLType type)WorkspaceSharedFolderStorageHubClientService. unshareFolder(String folderId, Set<String> users)Unshare folder.WorkspaceSharedFolderWorkspaceStorageHubClientService. unshareFolder(String folderId, Set<String> users) -
Uses of WorkspaceSharedFolder in org.gcube.common.storagehubwrapper.server.tohl
Methods in org.gcube.common.storagehubwrapper.server.tohl that return WorkspaceSharedFolder Modifier and Type Method Description WorkspaceSharedFolderWorkspace. shareFolder(String folderId, Set<String> users, ACLType type)WorkspaceSharedFolderWorkspace. unshareFolder(String folderId, Set<String> users) -
Uses of WorkspaceSharedFolder in org.gcube.common.storagehubwrapper.shared.tohl
Subinterfaces of WorkspaceSharedFolder in org.gcube.common.storagehubwrapper.shared.tohl Modifier and Type Interface Description interfaceWorkspaceVREFolderThe Interface WorkspaceVREFolder. -
Uses of WorkspaceSharedFolder in org.gcube.common.storagehubwrapper.shared.tohl.impl
Classes in org.gcube.common.storagehubwrapper.shared.tohl.impl that implement WorkspaceSharedFolder Modifier and Type Class Description classWorkspaceSharedFolderInstantiates a new workspace folder impl.classWorkspaceVREFolderThe Class WorkspaceVREFolder.
-