@Deprecated public interface ExportDefinitionService
Modifier and Type | Method and Description |
---|---|
Downloadable |
exportAssetDefinition(Integer assetType,
Asset asset)
Deprecated.
|
Downloadable |
exportAssetDefinition(Integer assetType,
Asset asset,
Boolean encodeToBase64)
Deprecated.
|
Downloadable |
exportAssetDefinition(Integer assetType,
Asset asset,
Boolean encodeToBase64,
boolean includeContent)
Deprecated.
|
Downloadable |
exportAssetDefinition(Integer assetType,
String assetId)
Deprecated.
|
Downloadable |
exportAssetDefinition(Integer assetType,
String assetId,
Boolean encodeToBase64)
Deprecated.
|
Downloadable |
exportAssetDependencies(Integer assetType,
String assetId)
Deprecated.
|
Asset |
importAssetDefinition(Integer assetType,
byte[] assetBlob,
Boolean isBase64Data)
Deprecated.
|
@Deprecated Downloadable exportAssetDefinition(Integer assetType, String assetId) throws ICCException
assetType
- Type of assetassetId
- ID of asset to be exported as xmlICCException
@Deprecated Downloadable exportAssetDefinition(Integer assetType, String assetId, Boolean encodeToBase64) throws ICCException
assetType
- Type of assetassetId
- ID of asset to be exported as xmlencodeToBase64
- true if xml data to be encoded as base64ICCException
@Deprecated Downloadable exportAssetDefinition(Integer assetType, Asset asset) throws ICCException
assetType
- Type of assetasset
- The asset object to be exported as xmlICCException
@Deprecated Downloadable exportAssetDefinition(Integer assetType, Asset asset, Boolean encodeToBase64) throws ICCException
assetType
- Type of assetasset
- The asset object to be exported as XMLencodeToBase64
- when true returns base64 encoded compact XML bytes else returns well formatted XML bytesICCException
@Deprecated Downloadable exportAssetDefinition(Integer assetType, Asset asset, Boolean encodeToBase64, boolean includeContent) throws ICCException
assetType
- Type of assetasset
- The asset object to be exported as XMLencodeToBase64
- when true returns base64 encoded compact XML bytes else returns well formatted XML bytesincludeContent
- Whether to include content bytes for text modulesICCException
@Deprecated Downloadable exportAssetDependencies(Integer assetType, String assetId) throws ICCException
assetType
- Type of assetassetId
- ID of asset for which dependent asset to be foundICCException
@Deprecated Asset importAssetDefinition(Integer assetType, byte[] assetBlob, Boolean isBase64Data) throws ICCException
assetType
- Type of expected assetassetBlob
- bytes of xml representation of assetisBase64Data
- true when assetBlob has base64 encoded dataICCException
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.