Interface ExternalDownloadService
public interface ExternalDownloadService
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]downloadZippedFolder(String folderId) Download a zipped foldergetDocumentDownloadItem(String documentId) Gets a download item of a given document
-
Method Details
-
getDocumentDownloadItem
Gets a download item of a given document- Parameters:
documentId- document id- Returns:
DownloadItem
-
downloadZippedFolder
Download a zipped folder- Parameters:
folderId- folder id- Returns:
- byte array of the zipped folder
- Throws:
IOException
-