Uses of Class
com.blackberry.workspaces.api.sdk.UploadResult
-
Packages that use UploadResult Package Description com.blackberry.workspaces.api.sdk -
-
Uses of UploadResult in com.blackberry.workspaces.api.sdk
Methods in com.blackberry.workspaces.api.sdk that return UploadResult Modifier and Type Method 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 filePath, String classification, boolean updateMetaDataOnly)
Uploads a new file to the specific workspace.Methods in com.blackberry.workspaces.api.sdk with parameters of type UploadResult Modifier and Type Method Description void
UploadManager. getDocumentIDByName(int roomId, String destinationFileName, String folder, UploadResult uploadResult)
Gets documentID by namevoid
IUploadManagerEvent. onUploadCompleted(Object sender, IFileRequestData fileRequestData, String uid, String uri, String previewUri, UploadResult result)
-