Class AssetDownloadService.AssetDownloadParams

java.lang.Object
com.day.cq.dam.api.jobs.AssetDownloadService.AssetDownloadParams
Enclosing interface:
AssetDownloadService

public static class AssetDownloadService.AssetDownloadParams extends Object
  • Constructor Details

    • AssetDownloadParams

      @Deprecated public AssetDownloadParams()
      Deprecated.
    • AssetDownloadParams

      @Deprecated public AssetDownloadParams(Resource configResource, Set<Resource> downloadSet, boolean downloadAssets, boolean downloadRenditions, boolean downloadSubassets, String s7ExportSettings, Date date, ZipOutputStream zipOutputStream, String downloadName, String emailRecipients, boolean flatStructure, List<String> permissions)
      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

      @Deprecated public AssetDownloadParams(Resource configResource, Set<Resource> downloadSet, boolean downloadAssets, boolean downloadRenditions, boolean downloadSubassets, String s7ExportSettings, Date date, ZipOutputStream zipOutputStream, String downloadName, String emailRecipients, boolean flatStructure, List<String> permissions, String source)
      Deprecated.
    • 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 Details

    • setConfigResource

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

      public Resource getConfigResource()
    • setDownloadSet

      @Deprecated public void setDownloadSet(Set<Resource> downloadSet)
      Deprecated.
    • 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()
    • setDate

      @Deprecated public void setDate(Date date)
      Deprecated.
    • getDate

      public Date getDate()
    • setZipOutputStream

      @Deprecated public void setZipOutputStream(ZipOutputStream zipOutputStream)
      Deprecated.
    • getZipOutputStream

      @Deprecated public ZipOutputStream getZipOutputStream()
      Deprecated.
    • getOutputStream

      public OutputStream getOutputStream()
    • 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()
    • setPermissions

      @Deprecated public void setPermissions(List<String> permissions)
      Deprecated.
    • getPermissions

      public List<String> getPermissions()
    • setSource

      @Deprecated public void setSource(String source)
      Deprecated.
    • getSource

      public String getSource()
    • setPath

      @Deprecated public void setPath(String path)
      Deprecated.
    • getPath

      @Deprecated public String getPath()
      Deprecated.