Class DownloadUtil

  • All Implemented Interfaces:
    java.io.Serializable

    public final class DownloadUtil
    extends java.lang.Object
    implements java.io.Serializable
    Utility class used to download content.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File createTmpZip​(java.util.List<Content> contentToDownload)  
      static void download​(java.util.List<Content> contentToDownload)
      Downloads the specified documents.
      static void downloadAsZip​(java.util.List<Content> contentToDownload)
      Downloads the specified documents.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait