Package | Description |
---|---|
com.blackberry.workspaces.api.sdk.resource |
Modifier and Type | Method and Description |
---|---|
GuidJson |
TransientWorkspaces.generateGuidV30()
Creates file GUID for new or updated files.
|
GuidJson |
IManageWorkspaces.generateGuidV30()
Creates file GUID for new or updated files.
|
GuidJson |
Files.generateGuidV30()
Generates a new GUID for a new file that is about to be uploaded.
|
GuidJson |
Documents.generateGuidV30()
Generates a new GUID for a new file that is about to be uploaded.
|
GuidJson |
TransientWorkspaces.generateGuidV30(GenerateTransientDocumentGuidJson generateTransientDocumentGuidJson)
Creates file GUID for new file in a workspace context.
|
GuidJson |
IManageWorkspaces.generateGuidV30(GenerateTransientDocumentGuidJson generateTransientDocumentGuidJson)
Creates file GUID for new file in a workspace context.
|
GuidJson |
Workspaces.generateGuidV30(String roomId)
Creates a GUID for a new file.
|
GuidJson |
Rooms.generateGuidV30(String roomId)
Creates a GUID for a new file.
|
GuidJson |
Workspaces.getDocumentGUIDV30(String roomId,
GetGuidByFolderAndNameJson getGuidByFolderAndNameJson)
Gets a document GUID.
|
GuidJson |
Rooms.getDocumentGUIDV30(String roomId,
GetGuidByFolderAndNameJson getGuidByFolderAndNameJson)
Gets a document GUID.
|
GuidJson |
Workspaces.uploadBlobV30(String roomId,
File data,
DeviceType deviceType,
String documentName,
String fileName,
Long start)
Uploads a file to a workspace and generates a new GUID for it.
|
GuidJson |
Rooms.uploadBlobV30(String roomId,
File data,
DeviceType deviceType,
String documentName,
String fileName,
Long start)
Uploads a file to a workspace and generates a new GUID for it.
|
Modifier and Type | Method and Description |
---|---|
DocumentLinksJson |
Workspaces.getDocumentLinksV30(GuidJson guidJson)
Gets links for a file in a workspace.
|
DocumentLinksJson |
Rooms.getDocumentLinksV30(GuidJson guidJson)
Gets links for a file in a workspace.
|
BulkOperationResultJson |
Files.upgradePdfRequestToOnDemandV30(GuidJson guidJson)
Upgrade PDF request to on demand.
|
BulkOperationResultJson |
Documents.upgradePdfRequestToOnDemandV30(GuidJson guidJson)
Upgrade PDF request to on demand.
|
Copyright © 2019. All rights reserved.