Package | Description |
---|---|
com.blackberry.workspaces.api.sdk | |
com.blackberry.workspaces.api.sdk.enums | |
com.blackberry.workspaces.api.sdk.json |
Modifier and Type | Method and Description |
---|---|
void |
DownloadManager.downloadFileById(String docId,
String name,
int roomId,
String destinationPath,
String destinationDocName,
Date lastUpdateTimeUTC,
boolean createFolderPath,
boolean calcHash,
DownloadTypes dt)
Download the best possible format of the document with the given ID
|
byte[] |
DownloadManager.downloadFileToBuffer(String docId,
DownloadTypes dt)
Download the requested version of the document with the given Id to a memory stream.
|
Modifier and Type | Method and Description |
---|---|
static DownloadTypes |
DownloadTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DownloadTypes[] |
DownloadTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DownloadTypes |
ValidateDownloadUserTransientDocumentAnnotationsInDocJson.getDownloadType()
download type
|
DownloadTypes |
ValidateDownloadTransientDocumentsJson.getDownloadType()
Download type.
|
DownloadTypes |
ValidateDownloadTransientDocumentsAnnotationsJson.getDownloadType()
download type
|
DownloadTypes |
ValidateDownloadIManageDocumentsJson.getDownloadType()
Download type.
|
DownloadTypes |
ValidateDownloadDocumentVersionInVdrsJson.getDownloadType()
Download permission type.
|
DownloadTypes |
ValidateDownloadDocumentsSelectionVdrJson.getDownloadType()
Download type.
|
DownloadTypes |
DownloadSingleTransientDocumentJson.getDownloadType()
Download type.
|
DownloadTypes |
DownloadSingleTransientDocumentForWebJson.getDownloadType()
Download type.
|
DownloadTypes |
DownloadSingleIManageDocumentJson.getDownloadType()
Download type.
|
DownloadTypes |
DownloadSingleDocumentSelectionJson.getDownloadType()
Download type.
|
DownloadTypes |
DownloadDocumentsSelectionVdrJson.getDownloadType()
Download type.
|
DownloadTypes |
DownloadDocumentsSelectionSdsJson.getDownloadType()
Download type.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidateDownloadUserTransientDocumentAnnotationsInDocJson.setDownloadType(DownloadTypes downloadType)
download type
|
void |
ValidateDownloadTransientDocumentsJson.setDownloadType(DownloadTypes downloadType)
Download type.
|
void |
ValidateDownloadTransientDocumentsAnnotationsJson.setDownloadType(DownloadTypes downloadType)
download type
|
void |
ValidateDownloadIManageDocumentsJson.setDownloadType(DownloadTypes downloadType)
Download type.
|
void |
ValidateDownloadDocumentVersionInVdrsJson.setDownloadType(DownloadTypes downloadType)
Download permission type.
|
void |
ValidateDownloadDocumentsSelectionVdrJson.setDownloadType(DownloadTypes downloadType)
Download type.
|
void |
DownloadSingleTransientDocumentJson.setDownloadType(DownloadTypes downloadType)
Download type.
|
void |
DownloadSingleTransientDocumentForWebJson.setDownloadType(DownloadTypes downloadType)
Download type.
|
void |
DownloadSingleIManageDocumentJson.setDownloadType(DownloadTypes downloadType)
Download type.
|
void |
DownloadSingleDocumentSelectionJson.setDownloadType(DownloadTypes downloadType)
Download type.
|
void |
DownloadDocumentsSelectionVdrJson.setDownloadType(DownloadTypes downloadType)
Download type.
|
void |
DownloadDocumentsSelectionSdsJson.setDownloadType(DownloadTypes downloadType)
Download type.
|
Copyright © 2019. All rights reserved.