| Modifier and Type | Method and Description |
|---|---|
WorkspaceSharedFolder |
WorkspaceStorageHubClientService.createSharedFolder(String name,
String description,
List<String> users,
String destinationFolderId) |
WorkspaceSharedFolder |
WorkspaceStorageHubClientService.share(List<String> users,
String itemId) |
WorkspaceSharedFolder |
WorkspaceStorageHubClientService.shareFolder(List<String> users,
String destinationFolderId) |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceSharedFolder |
Workspace.createSharedFolder(String name,
String description,
List<String> users,
String destinationFolderId)
Create a shared folder with a list of users.
|
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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkspaceVREFolder
The Interface WorkspaceVREFolder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkspaceSharedFolder
Instantiates a new workspace folder impl.
|
class |
WorkspaceVREFolder
The Class WorkspaceVREFolder.
|
Copyright © 2019. All Rights Reserved.