DynamicMediaRenditionProvider
instead@Deprecated
public interface S7damExportService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
S7_PRESET
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
downloadAndExtractFiles(java.util.List<java.lang.String> fileLocations,
java.util.Set<Asset> assets,
java.lang.String s7ExportSettings,
java.util.zip.ZipOutputStream zo,
Resource configResource,
java.lang.Boolean flatStructure)
Deprecated.
|
java.lang.String |
export(Resource configResource,
java.util.Set<Asset> assets,
java.lang.String s7ExportSettings,
java.lang.String exportJobName)
Deprecated.
|
java.util.List<java.lang.String> |
getExportUrls(java.lang.String jcrPath,
java.util.Set<Asset> assets,
java.lang.String s7ExportSettings,
Resource configResource)
Deprecated.
|
void |
removeJobStatusNode(Resource configResource,
java.lang.String nodeName)
Deprecated.
|
@Deprecated static final java.lang.String S7_PRESET
@Deprecated java.lang.String export(Resource configResource, java.util.Set<Asset> assets, java.lang.String s7ExportSettings, java.lang.String exportJobName)
configResource
- The cloud config resourceassets
- type: Set<Asset> (the export assets)s7ExportSettings
- type: String: It could be an imagePreset or a string of several modifiersexportJobName
- type: String@Deprecated boolean downloadAndExtractFiles(java.util.List<java.lang.String> fileLocations, java.util.Set<Asset> assets, java.lang.String s7ExportSettings, java.util.zip.ZipOutputStream zo, Resource configResource, java.lang.Boolean flatStructure)
fileLocations
- type: List<String> (the url to get the S7 asset(s) bytes)assets
- type: Set<Asset> (to save the S7 assets to their corresponding folders by the export file names)s7ExportSettings
- type: String: It could be an imagePreset or a string of several modifierszo
- type: ZipOutputStream (the export zip out stream)configResource
- config resource@Deprecated java.util.List<java.lang.String> getExportUrls(java.lang.String jcrPath, java.util.Set<Asset> assets, java.lang.String s7ExportSettings, Resource configResource)
jcrPath
- type: String
value (hosted): it is used to fetch the downloadUrl which is generated after a S7 export job
(onprem): it is an empty stringassets
- type: Set<Asset> (the export assets with the path info)s7ExportSettings
- type: String: It could be an imagePreset or a string of several modifiersconfigResource
- config resource@Deprecated void removeJobStatusNode(Resource configResource, java.lang.String nodeName)
configResource
- The cloud config resourcenodeName
- type: String: the name of the jcrNode that saved the S7 downloadUrl"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"