Package com.day.cq.dam.api.jobs
Class AssetDownloadService.AssetDownloadParams
java.lang.Object
com.day.cq.dam.api.jobs.AssetDownloadService.AssetDownloadParams
- Enclosing interface:
AssetDownloadService
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.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
Modifier and TypeMethodDescriptiongetDate()getPath()Deprecated.Deprecated.booleanbooleanbooleanbooleanvoidsetConfigResource(Resource configResource) Deprecated.voidDeprecated.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.voidDeprecated.voidsetPermissions(List<String> permissions) Deprecated.voidsetS7ExportSettings(String s7ExportSettings) Deprecated.voidDeprecated.voidsetZipOutputStream(ZipOutputStream zipOutputStream) Deprecated.
-
Constructor Details
-
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. -
getConfigResource
-
setDownloadSet
Deprecated. -
getDownloadSet
-
setDownloadAssets
Deprecated. -
isDownloadAssets
public boolean isDownloadAssets() -
setDownloadRenditions
Deprecated. -
isDownloadRenditions
public boolean isDownloadRenditions() -
setDownloadSubassets
Deprecated. -
isDownloadSubassets
public boolean isDownloadSubassets() -
setS7ExportSettings
Deprecated. -
getS7ExportSettings
-
setDate
Deprecated. -
getDate
-
setZipOutputStream
Deprecated. -
getZipOutputStream
Deprecated. -
getOutputStream
-
setDownloadName
Deprecated. -
getDownloadName
-
setEmailRecipients
Deprecated. -
getEmailRecipients
-
setFlatStructure
Deprecated. -
isFlatStructure
public boolean isFlatStructure() -
setPermissions
Deprecated. -
getPermissions
-
setSource
Deprecated. -
getSource
-
setPath
Deprecated. -
getPath
Deprecated.
-