Uses of Class
com.blackberry.workspaces.sdk.api.json.SubmitDocumentsVdrJson
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api | |
com.blackberry.workspaces.sdk.api.resource |
-
Uses of SubmitDocumentsVdrJson in com.blackberry.workspaces.sdk.api
Methods in com.blackberry.workspaces.sdk.api with parameters of type SubmitDocumentsVdrJson Modifier and Type Method Description UploadResult
UploadManager. uploadDocumentToRoom(SubmitDocumentsVdrJson uploadInfo, int roomId, String destinationFileName, String filename, String classification, boolean updateMetaDataOnly)
Uploads a new file to the specific workspace. -
Uses of SubmitDocumentsVdrJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource with parameters of type SubmitDocumentsVdrJson Modifier and Type Method Description ItemListJson<SubmitDocumentResultJson>
Rooms. submitDocumentsV30(String roomId, SubmitDocumentsVdrJson submitDocumentsVdrJson)
Submits files to a workspace.ItemListJson<SubmitDocumentResultJson>
Workspaces. submitDocumentsV30(String roomId, SubmitDocumentsVdrJson submitDocumentsVdrJson)
Submits files to a workspace.