| Modifier and Type | Method and Description |
|---|---|
void |
Workspace.addBookmark(String itemId,
String destinationFolderId)
Deprecated.
|
URL |
Workspace.attachToConversation(UUID ConversationId,
String WorkspaceItemId)
Attach a workspaceItem to a conversation
|
void |
Workspace.changeDescription(String itemId,
String newDescription)
Change an item description.
|
WorkspaceItem |
Workspace.cloneItem(String itemId,
String cloneName)
Clone an item in the same folder.
|
WorkspaceItem |
Workspace.copy(String itemId,
String destinationFolderId)
Copy an item from a folder to another folder.
|
WorkspaceItem |
Workspace.copy(String itemId,
String newName,
String destinationFolderId)
Copy an item from a folder to another folder.
|
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
|
WorkspaceSharedFolder |
Workspace.createSharedFolder(String name,
String description,
String groupId,
String destinationFolderId,
String displayName,
boolean isVREFolder)
Create a shared folder associated with a groupId
|
WorkspaceVREFolder |
Workspace.createVREFolder(String scope,
String description,
String displayName,
ACLType privilege)
Create a VRE folder
|
WorkspaceFolder |
Workspace.decomposeAquaMapsItem(String itemId,
String folderName,
String destinationWorkspaceId)
Deprecated.
|
boolean |
Workspace.deleteAllConversationAttachments(UUID ConversationId)
Delete all conversation attachments by conversation ID
|
boolean |
Workspace.exists(String name,
String folderId)
Check if an item with the specified name exists in the specified folder.
|
WorkspaceItem |
Workspace.find(String name,
String folderId)
Get an item with the specified name in the specified folder.
|
WorkspaceItem |
Workspace.getItem(String itemId)
Return the item with the specified id.
|
WorkspaceItem |
Workspace.getItemByPath(String path)
Return the item with the specified path.
|
WorkspaceFolder |
Workspace.getMySpecialFolders()
Get MySpecialFolders
|
WorkspaceSmartFolder |
Workspace.getSmartFolder(String folderId)
Get Smart Folder
|
WorkspaceTrashFolder |
Workspace.getTrash()
Get Trash Folder
|
WorkspaceSharedFolder |
Workspace.getVREFolderByScope(String scope)
Get VRE Folder By Scope
|
WorkspaceItem |
Workspace.moveItem(String itemId,
String destinationFolderId)
Move a workspaceItem to a specified destination.
|
void |
Workspace.remove(String itemName,
String folderId)
Remove an item from a folder.
|
void |
Workspace.removeChild(String childId,
String folderId)
Remove an item from a folder.
|
void |
Workspace.removeItem(String itemId)
Remove an item.
|
Map<String,String> |
Workspace.removeItems(String... id)
Remove a list of items identified by ids
|
void |
Workspace.renameItem(String itemId,
String newName)
Rename an 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 |
WorkspaceItem |
Workspace.unshare(String itemId)
Unshare a shared item
|
void |
WorkspaceItem.updateItem(InputStream fileData)
Update item
|
void |
Workspace.updateItem(String itemId,
InputStream fileData)
Update an item
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceMessage |
WorkspaceMessageManager.getReceivedMessage(String requestId) |
WorkspaceMessage |
WorkspaceMessageManager.getSentMessage(String id) |
WorkspaceItem |
WorkspaceMessage.saveAttachment(String attachmentId,
String destinationFolderId) |
void |
WorkspaceMessage.saveAttachments(String destinationFolderId) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceTrashItem> |
WorkspaceTrashFolder.listTrashItems()
Deprecated.
use
WorkspaceFolder.getChildren() instead |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserManager.associateUserToGroup(String scope,
String userToAssociate)
Associate a user with a scope group
|
boolean |
UserManager.associateUserToGroup(String scope,
String userToAssociate,
String portalLogin)
Deprecated.
|
boolean |
UserManager.removeAdministrator(String scope,
String username) |
boolean |
UserManager.removeAdministrator(String scope,
String username,
String portalLogin)
Deprecated.
|
boolean |
UserManager.removeUserFromGroup(String scope,
String userToRemove)
Remove a user from a scope group
|
boolean |
UserManager.removeUserFromGroup(String scope,
String userToRemove,
String portalLogin)
Deprecated.
|
boolean |
UserManager.setAdministrator(String scope,
String username) |
boolean |
UserManager.setAdministrator(String scope,
String username,
String portalLogin)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WorkspaceUtil.overwrite(WorkspaceItem item,
FileInputStream fileInputStream) |
Copyright © 2020. All Rights Reserved.