| Package | Description |
|---|---|
| org.gcube.common.storagehubwrapper.server | |
| org.gcube.common.storagehubwrapper.server.tohl |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceFolder |
WorkspaceStorageHubClientService.createFolder(String name,
String description,
String destinationFolderId)
Creates the folder.
|
WorkspaceFolder |
WorkspaceStorageHubClientService.createFolder(String name,
String description,
String destinationFolderId,
Map<String,String> properties)
Creates the folder.
|
WorkspaceItem |
WorkspaceStorageHubClientService.createGcubeItem(String name,
String description,
List<String> scopes,
String creator,
String itemType,
Map<String,String> properties,
String destinationFolderId)
Creates the gcube item.
|
WorkspaceSharedFolder |
WorkspaceStorageHubClientService.createSharedFolder(String name,
String description,
List<String> users,
String destinationFolderId)
Creates the shared folder.
|
WorkspaceVREFolder |
WorkspaceStorageHubClientService.createVREFolder(String scope,
String description,
String displayName,
ACLType privilege)
Creates the VRE folder.
|
WorkspaceSharedFolder |
WorkspaceStorageHubClientService.share(List<String> users,
String itemId)
Share.
|
WorkspaceSharedFolder |
WorkspaceStorageHubClientService.shareFolder(List<String> users,
String destinationFolderId)
Share folder.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceFolder |
Workspace.createFolder(String name,
String description,
String destinationFolderId)
Create a new folder with specified name.
|
WorkspaceFolder |
Workspace.createFolder(String name,
String description,
String destinationFolderId,
Map<String,String> properties)
Create a new folder with properties.
|
WorkspaceItem |
Workspace.createGcubeItem(String name,
String description,
List<String> scopes,
String creator,
String itemType,
Map<String,String> properties,
String destinationFolderId)
Create a GCubeItem.
|
WorkspaceSharedFolder |
Workspace.createSharedFolder(String name,
String description,
List<String> users,
String destinationFolderId)
Create a shared folder with a list of users.
|
WorkspaceVREFolder |
Workspace.createVREFolder(String scope,
String description,
String displayName,
ACLType privilege)
Create a VRE folder.
|
WorkspaceItem |
Workspace.moveItem(String itemId,
String destinationFolderId)
Move item.
|
WorkspaceSharedFolder |
Workspace.share(List<String> users,
String itemId)
Shared an exist
WorkspaceFolder with a list of users. |
WorkspaceSharedFolder |
Workspace.shareFolder(List<String> users,
String destinationFolderId)
Shared an exist
WorkspaceFolder with a list of users. |
Copyright © 2020. All Rights Reserved.