Package | Description |
---|---|
com.blackberry.workspaces.sdk.api | |
com.blackberry.workspaces.sdk.api.examples |
Modifier and Type | Method and Description |
---|---|
UploadResult |
UploadManager.uploadDocument(SubmitDocumentSdsJson uploadInfo,
String localPath,
String tempPath,
String filename,
String targetID)
Uploads a new file to Exchange.
|
UploadResult |
UploadManager.uploadDocumentToRoom(SubmitDocumentsVdrJson uploadInfo,
int roomId,
String destinationFileName,
String filename,
String classification,
boolean updateMetaDataOnly)
Uploads a new file to the specific workspace.
|
Modifier and Type | Method and Description |
---|---|
void |
UploadManager.getDocumentIDByName(int roomId,
String destinationFileName,
String folder,
UploadResult uploadResult)
Gets documentID by name
|
void |
IUploadManagerEvent.onUploadCompleted(Object sender,
IFileRequestData fileRequestData,
String uid,
String uri,
String previewUri,
UploadResult result) |
Modifier and Type | Method and Description |
---|---|
UploadResult |
UploadFilesExample.uploadDocument(String localPath,
String filename,
HashSet<String> userRecipients,
HashSet<String> ADGroupsRecipients,
HashSet<String> listRecipients)
UploadDocument
|
UploadResult |
UploadFilesExample.uploadDocumentToRoom(int roomId,
String destinationFileName,
String filename,
String folder,
List<String> groups,
List<String> domains)
UploadDocumentToRoom
|
Copyright © 2019. All rights reserved.