Uses of Class
com.blackberry.workspaces.api.sdk.enums.DownloadTypes
-
Packages that use DownloadTypes Package Description com.blackberry.workspaces.api.sdk com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json -
-
Uses of DownloadTypes in com.blackberry.workspaces.api.sdk
Methods in com.blackberry.workspaces.api.sdk with parameters of type DownloadTypes Modifier and Type Method 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 IDbyte[]
DownloadManager. downloadFileToBuffer(String docId, DownloadTypes dt)
Download the requested version of the document with the given Id to a memory stream. -
Uses of DownloadTypes in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return DownloadTypes Modifier and Type Method 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. -
Uses of DownloadTypes in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return DownloadTypes Modifier and Type Method Description DownloadTypes
DownloadDocumentsSelectionSdsJson. getDownloadType()
Download type.DownloadTypes
DownloadDocumentsSelectionVdrJson. getDownloadType()
Download type.DownloadTypes
DownloadSingleDocumentSelectionJson. getDownloadType()
Download type.DownloadTypes
DownloadSingleIManageDocumentJson. getDownloadType()
Download type.DownloadTypes
DownloadSingleTransientDocumentForWebJson. getDownloadType()
Download type.DownloadTypes
DownloadSingleTransientDocumentJson. getDownloadType()
Download type.DownloadTypes
ValidateDownloadDocumentsSelectionVdrJson. getDownloadType()
Download type.DownloadTypes
ValidateDownloadDocumentVersionInVdrsJson. getDownloadType()
Download permission type.DownloadTypes
ValidateDownloadIManageDocumentsJson. getDownloadType()
Download type.DownloadTypes
ValidateDownloadTransientDocumentsAnnotationsJson. getDownloadType()
download typeDownloadTypes
ValidateDownloadTransientDocumentsJson. getDownloadType()
Download type.DownloadTypes
ValidateDownloadUserTransientDocumentAnnotationsInDocJson. getDownloadType()
download typeMethods in com.blackberry.workspaces.api.sdk.json with parameters of type DownloadTypes Modifier and Type Method Description void
DownloadDocumentsSelectionSdsJson. setDownloadType(DownloadTypes downloadType)
Download type.void
DownloadDocumentsSelectionVdrJson. setDownloadType(DownloadTypes downloadType)
Download type.void
DownloadSingleDocumentSelectionJson. setDownloadType(DownloadTypes downloadType)
Download type.void
DownloadSingleIManageDocumentJson. setDownloadType(DownloadTypes downloadType)
Download type.void
DownloadSingleTransientDocumentForWebJson. setDownloadType(DownloadTypes downloadType)
Download type.void
DownloadSingleTransientDocumentJson. setDownloadType(DownloadTypes downloadType)
Download type.void
ValidateDownloadDocumentsSelectionVdrJson. setDownloadType(DownloadTypes downloadType)
Download type.void
ValidateDownloadDocumentVersionInVdrsJson. setDownloadType(DownloadTypes downloadType)
Download permission type.void
ValidateDownloadIManageDocumentsJson. setDownloadType(DownloadTypes downloadType)
Download type.void
ValidateDownloadTransientDocumentsAnnotationsJson. setDownloadType(DownloadTypes downloadType)
download typevoid
ValidateDownloadTransientDocumentsJson. setDownloadType(DownloadTypes downloadType)
Download type.void
ValidateDownloadUserTransientDocumentAnnotationsInDocJson. setDownloadType(DownloadTypes downloadType)
download type
-