Package com.day.cq.dam.api.jobs
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 Summary
Constructors Constructor Description AssetDownloadParams()Deprecated.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)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(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(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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ResourcegetConfigResource()DategetDate()StringgetDownloadName()Set<Resource>getDownloadSet()StringgetEmailRecipients()OutputStreamgetOutputStream()StringgetPath()Deprecated.List<String>getPermissions()StringgetS7ExportSettings()StringgetSource()ZipOutputStreamgetZipOutputStream()Deprecated.booleanisDownloadAssets()booleanisDownloadRenditions()booleanisDownloadSubassets()booleanisFlatStructure()voidsetConfigResource(Resource configResource)Deprecated.voidsetDate(Date date)Deprecated.voidsetDownloadAssets(boolean downloadAssets)Deprecated.voidsetDownloadName(String downloadName)Deprecated.voidsetDownloadRenditions(boolean downloadRenditions)Deprecated.voidsetDownloadSet(Set<Resource> downloadSet)Deprecated.voidsetDownloadSubassets(boolean downloadSubassets)Deprecated.voidsetEmailRecipients(String emailRecipients)Deprecated.voidsetFlatStructure(boolean flatStructure)Deprecated.voidsetPath(String path)Deprecated.voidsetPermissions(List<String> permissions)Deprecated.voidsetS7ExportSettings(String s7ExportSettings)Deprecated.voidsetSource(String source)Deprecated.voidsetZipOutputStream(ZipOutputStream zipOutputStream)Deprecated.
-
-
-
Constructor Detail
-
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 Detail
-
setConfigResource
@Deprecated public void setConfigResource(Resource configResource)
Deprecated.
-
getConfigResource
public Resource getConfigResource()
-
setDownloadSet
@Deprecated public void setDownloadSet(Set<Resource> downloadSet)
Deprecated.
-
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.
-
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.
-
-