@Deprecated public interface AssetExportService
Modifier and Type | Method and Description |
---|---|
void |
deletePackage(String packageName,
String packageGroup)
Deprecated.
|
void |
deletePackages(List<String> packageNames,
String packageGroup)
Deprecated.
|
void |
deletePackages(String importInfoNodePath)
Deprecated.
|
Downloadable |
exportAll(String packageName)
Deprecated.
|
Downloadable |
exportAsset(List<String> assetIDs,
String packageName)
Deprecated.
|
Downloadable |
exportAsset(List<String> assetIDs,
String packageName,
boolean findRelatedAssets)
Deprecated.
|
List |
getExportAllInfo()
Deprecated.
|
List |
getExportInfo(List<String> assetIDs)
Deprecated.
|
Map<String,Object> |
getImportInfo2(Downloadable file)
Deprecated.
|
List<String> |
importAsset2(Map<String,Object> packageInfo)
Deprecated.
|
List<String> |
importAsset3(String importInfoNodePath)
Deprecated.
|
@Deprecated List getExportInfo(List<String> assetIDs) throws ICCException
assetIDs
- list of ID of assets to be exportedICCException
@Deprecated Downloadable exportAsset(List<String> assetIDs, String packageName) throws ICCException
assetIDs
- assetIDs list of ID of assets to be exportedpackageName
- name of the package to be createdICCException
@Deprecated Downloadable exportAsset(List<String> assetIDs, String packageName, boolean findRelatedAssets) throws ICCException
assetIDs
- assetIDs list of ID of assets to be exportedfindRelatedAssets
- - when true the assets related to assetIDs are also retrieved and exported. This API is useful if you
already have the complete list of assets (including the related assets).packageName
- name of the package to be createdICCException
@Deprecated Map<String,Object> getImportInfo2(Downloadable file) throws ICCException
file
- Downloadable object having zip file contentKey | Value |
---|---|
CRXPackageNames | (List<String>) Names of CRX packages being imported. CM package will contain multiple CRX packages. |
PackageFileName | (String) Name of the package file. |
NewAssets | (List<Object>) List of assets being imported first time on the system. |
OldAssets | (List<Object>) List of assets being imported which already exist on the system. |
ICCException
@Deprecated List<String> importAsset2(Map<String,Object> packageInfo) throws ICCException
packageInfo
- map containing following key value pairs:
Key | Value |
---|---|
CRXPackageNames | (List<String>) Names of CRX packages being imported. CM package will contain multiple CRX packages. |
PackageFileName | (String) Name of the package file. |
NewAssets | (List<Object>) List of assets being imported first time on the system. |
OldAssets | (List<Object>) List of assets being imported which already exist on the system. |
ICCException
@Deprecated void deletePackage(String packageName, String packageGroup)
packageName
- name of the package to be deleted.packageGroup
- name of the package group from which package is to be deleted.ICCException
@Deprecated void deletePackages(List<String> packageNames, String packageGroup)
packageNames
- names of the packages to be deleted.packageGroup
- name of the package group from which package is to be deleted.ICCException
@Deprecated void deletePackages(String importInfoNodePath)
importInfoNodePath
- @Deprecated List getExportAllInfo() throws ICCException
ICCException
@Deprecated Downloadable exportAll(String packageName) throws ICCException
packageName
- ICCException
@Deprecated List<String> importAsset3(String importInfoNodePath) throws ICCException
Key | Value |
---|---|
CRXPackageNames | (List<String>) Names of CRX packages being imported. CM package will contain multiple CRX packages. |
PackageFileName | (String) Name of the package file. |
NewAssets | (List<Object>) List of assets being imported first time on the system. |
OldAssets | (List<Object>) List of assets being imported which already exist on the system. |
importInfoNodePath
- path of the node in repository which contains the asset import infoICCException
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.