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 java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description AssetDownloadParams()Deprecated.AssetDownloadParams(Resource configResource, java.util.Set<Resource> downloadSet, boolean downloadAssets, boolean downloadRenditions, boolean downloadSubassets, java.lang.String s7ExportSettings, java.util.Date date, java.io.OutputStream outputStream, java.lang.String downloadName, java.lang.String emailRecipients, boolean flatStructure, java.util.List<java.lang.String> permissions, java.lang.String source)AssetDownloadParams(Resource configResource, java.util.Set<Resource> downloadSet, boolean downloadAssets, boolean downloadRenditions, boolean downloadSubassets, java.lang.String s7ExportSettings, java.util.Date date, java.lang.String downloadName, java.lang.String emailRecipients, boolean flatStructure, java.util.List<java.lang.String> permissions, java.io.OutputStream outputStream)AssetDownloadParams(Resource configResource, java.util.Set<Resource> downloadSet, boolean downloadAssets, boolean downloadRenditions, boolean downloadSubassets, java.lang.String s7ExportSettings, java.util.Date date, java.util.zip.ZipOutputStream zipOutputStream, java.lang.String downloadName, java.lang.String emailRecipients, boolean flatStructure, java.util.List<java.lang.String> permissions)Deprecated.AssetDownloadParams(Resource configResource, java.util.Set<Resource> downloadSet, boolean downloadAssets, boolean downloadRenditions, boolean downloadSubassets, java.lang.String s7ExportSettings, java.util.Date date, java.util.zip.ZipOutputStream zipOutputStream, java.lang.String downloadName, java.lang.String emailRecipients, boolean flatStructure, java.util.List<java.lang.String> permissions, java.lang.String source)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ResourcegetConfigResource()java.util.DategetDate()java.lang.StringgetDownloadName()java.util.Set<Resource>getDownloadSet()java.lang.StringgetEmailRecipients()java.io.OutputStreamgetOutputStream()java.lang.StringgetPath()Deprecated.java.util.List<java.lang.String>getPermissions()java.lang.StringgetS7ExportSettings()java.lang.StringgetSource()java.util.zip.ZipOutputStreamgetZipOutputStream()Deprecated.booleanisDownloadAssets()booleanisDownloadRenditions()booleanisDownloadSubassets()booleanisFlatStructure()voidsetConfigResource(Resource configResource)Deprecated.voidsetDate(java.util.Date date)Deprecated.voidsetDownloadAssets(boolean downloadAssets)Deprecated.voidsetDownloadName(java.lang.String downloadName)Deprecated.voidsetDownloadRenditions(boolean downloadRenditions)Deprecated.voidsetDownloadSet(java.util.Set<Resource> downloadSet)Deprecated.voidsetDownloadSubassets(boolean downloadSubassets)Deprecated.voidsetEmailRecipients(java.lang.String emailRecipients)Deprecated.voidsetFlatStructure(boolean flatStructure)Deprecated.voidsetPath(java.lang.String path)Deprecated.voidsetPermissions(java.util.List<java.lang.String> permissions)Deprecated.voidsetS7ExportSettings(java.lang.String s7ExportSettings)Deprecated.voidsetSource(java.lang.String source)Deprecated.voidsetZipOutputStream(java.util.zip.ZipOutputStream zipOutputStream)Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
AssetDownloadParams
@Deprecated public AssetDownloadParams()
Deprecated. 
- 
AssetDownloadParams
@Deprecated public AssetDownloadParams(Resource configResource, java.util.Set<Resource> downloadSet, boolean downloadAssets, boolean downloadRenditions, boolean downloadSubassets, java.lang.String s7ExportSettings, java.util.Date date, java.util.zip.ZipOutputStream zipOutputStream, java.lang.String downloadName, java.lang.String emailRecipients, boolean flatStructure, java.util.List<java.lang.String> permissions)
Deprecated. 
- 
AssetDownloadParams
public AssetDownloadParams(Resource configResource, java.util.Set<Resource> downloadSet, boolean downloadAssets, boolean downloadRenditions, boolean downloadSubassets, java.lang.String s7ExportSettings, java.util.Date date, java.lang.String downloadName, java.lang.String emailRecipients, boolean flatStructure, java.util.List<java.lang.String> permissions, java.io.OutputStream outputStream)
 
- 
AssetDownloadParams
@Deprecated public AssetDownloadParams(Resource configResource, java.util.Set<Resource> downloadSet, boolean downloadAssets, boolean downloadRenditions, boolean downloadSubassets, java.lang.String s7ExportSettings, java.util.Date date, java.util.zip.ZipOutputStream zipOutputStream, java.lang.String downloadName, java.lang.String emailRecipients, boolean flatStructure, java.util.List<java.lang.String> permissions, java.lang.String source)
Deprecated. 
- 
AssetDownloadParams
public AssetDownloadParams(Resource configResource, java.util.Set<Resource> downloadSet, boolean downloadAssets, boolean downloadRenditions, boolean downloadSubassets, java.lang.String s7ExportSettings, java.util.Date date, java.io.OutputStream outputStream, java.lang.String downloadName, java.lang.String emailRecipients, boolean flatStructure, java.util.List<java.lang.String> permissions, java.lang.String source)
 
 - 
 
- 
Method Detail
- 
setConfigResource
@Deprecated public void setConfigResource(Resource configResource)
Deprecated. 
- 
getConfigResource
public Resource getConfigResource()
 
- 
setDownloadSet
@Deprecated public void setDownloadSet(java.util.Set<Resource> downloadSet)
Deprecated. 
- 
getDownloadSet
public java.util.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(java.lang.String s7ExportSettings)
Deprecated. 
- 
getS7ExportSettings
public java.lang.String getS7ExportSettings()
 
- 
setDate
@Deprecated public void setDate(java.util.Date date)
Deprecated. 
- 
getDate
public java.util.Date getDate()
 
- 
setZipOutputStream
@Deprecated public void setZipOutputStream(java.util.zip.ZipOutputStream zipOutputStream)
Deprecated. 
- 
getZipOutputStream
@Deprecated public java.util.zip.ZipOutputStream getZipOutputStream()
Deprecated. 
- 
getOutputStream
public java.io.OutputStream getOutputStream()
 
- 
setDownloadName
@Deprecated public void setDownloadName(java.lang.String downloadName)
Deprecated. 
- 
getDownloadName
public java.lang.String getDownloadName()
 
- 
setEmailRecipients
@Deprecated public void setEmailRecipients(java.lang.String emailRecipients)
Deprecated. 
- 
getEmailRecipients
public java.lang.String getEmailRecipients()
 
- 
setFlatStructure
@Deprecated public void setFlatStructure(boolean flatStructure)
Deprecated. 
- 
isFlatStructure
public boolean isFlatStructure()
 
- 
setPermissions
@Deprecated public void setPermissions(java.util.List<java.lang.String> permissions)
Deprecated. 
- 
getPermissions
public java.util.List<java.lang.String> getPermissions()
 
- 
setSource
@Deprecated public void setSource(java.lang.String source)
Deprecated. 
- 
getSource
public java.lang.String getSource()
 
- 
setPath
@Deprecated public void setPath(java.lang.String path)
Deprecated. 
- 
getPath
@Deprecated public java.lang.String getPath()
Deprecated. 
 - 
 
 -