Interface ExternalDownloadService


public interface ExternalDownloadService
  • Method Details

    • getDocumentDownloadItem

      DownloadItem getDocumentDownloadItem(String documentId)
      Gets a download item of a given document
      Parameters:
      documentId - document id
      Returns:
      DownloadItem
    • downloadZippedFolder

      byte[] downloadZippedFolder(String folderId) throws IOException
      Download a zipped folder
      Parameters:
      folderId - folder id
      Returns:
      byte array of the zipped folder
      Throws:
      IOException