Class AssetDownloadService.AssetDownloadParams

    • Constructor Detail

      • AssetDownloadParams

        @Deprecated
        public AssetDownloadParams()
        Deprecated.
      • AssetDownloadParams

        public AssetDownloadParams​(Resource configResource,
                                   Set<Resource> downloadSet,
                                   boolean downloadAssets,
                                   boolean downloadRenditions,
                                   boolean downloadSubassets,
                                   String s7ExportSettings,
                                   Date date,
                                   String downloadName,
                                   String emailRecipients,
                                   boolean flatStructure,
                                   List<String> permissions,
                                   OutputStream outputStream)
      • AssetDownloadParams

        public AssetDownloadParams​(Resource configResource,
                                   Set<Resource> downloadSet,
                                   boolean downloadAssets,
                                   boolean downloadRenditions,
                                   boolean downloadSubassets,
                                   String s7ExportSettings,
                                   Date date,
                                   OutputStream outputStream,
                                   String downloadName,
                                   String emailRecipients,
                                   boolean flatStructure,
                                   List<String> permissions,
                                   String source)
    • Method Detail

      • setConfigResource

        @Deprecated
        public void setConfigResource​(Resource configResource)
        Deprecated.
      • getConfigResource

        public Resource getConfigResource()
      • getDownloadSet

        public Set<Resource> getDownloadSet()
      • setDownloadAssets

        @Deprecated
        public void setDownloadAssets​(boolean downloadAssets)
        Deprecated.
      • isDownloadAssets

        public boolean isDownloadAssets()
      • setDownloadRenditions

        @Deprecated
        public void setDownloadRenditions​(boolean downloadRenditions)
        Deprecated.
      • isDownloadRenditions

        public boolean isDownloadRenditions()
      • setDownloadSubassets

        @Deprecated
        public void setDownloadSubassets​(boolean downloadSubassets)
        Deprecated.
      • isDownloadSubassets

        public boolean isDownloadSubassets()
      • setS7ExportSettings

        @Deprecated
        public void setS7ExportSettings​(String s7ExportSettings)
        Deprecated.
      • getS7ExportSettings

        public String getS7ExportSettings()
      • getDate

        public Date getDate()
      • setDownloadName

        @Deprecated
        public void setDownloadName​(String downloadName)
        Deprecated.
      • getDownloadName

        public String getDownloadName()
      • setEmailRecipients

        @Deprecated
        public void setEmailRecipients​(String emailRecipients)
        Deprecated.
      • getEmailRecipients

        public String getEmailRecipients()
      • setFlatStructure

        @Deprecated
        public void setFlatStructure​(boolean flatStructure)
        Deprecated.
      • isFlatStructure

        public boolean isFlatStructure()
      • getPermissions

        public List<String> getPermissions()
      • getSource

        public String getSource()