public final class DownloadUtil extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static File |
createTmpZip(List<Content> contentToDownload) |
static void |
download(List<Content> contentToDownload)
Downloads the specified documents.
|
public static void download(List<Content> contentToDownload) throws DownloadFailedException, AuthenticationException
contentToDownload - content elements to downloadDownloadFailedException - when downloading the content failedAuthenticationException - re-logon requiredpublic static File createTmpZip(List<Content> contentToDownload) throws IOException, BinaryUnavailableException, AuthenticationException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.