@Deprecated public interface AssetService
Asset
specific operations.Modifier and Type | Method and Description |
---|---|
Asset |
copy(String srcAssetId,
String destAssetName,
String destAssetTitle)
Deprecated.
|
Asset |
copy(String srcAssetId,
String destFolderId,
String destAssetName,
String destAssetTitle)
Deprecated.
|
Map<String,CopiedAssetInfo> |
copyMultipleAssets(Map<String,CopiedAssetInfo> copiedAssetInfoMap,
String destinationFolderPath)
Deprecated.
|
Asset |
deactivateAsset(String assetId)
Deprecated.
|
void |
deleteAsset(String assetId)
Deprecated.
|
void |
deleteAssets(String[] assetIds)
Deprecated.
|
Asset |
getFirstLevelAsset(String assetId)
Deprecated.
|
<T> T |
getFirstLevelExternalAsset(String assetId,
Class<T> externalType)
Deprecated.
|
Map<String,Date> |
getLastModifyTimeForAssets(List<String> assetIds)
Deprecated.
|
void |
moveAsset(String srcObjectId,
String destPath)
Deprecated.
|
Asset |
revertToLastPublished(String assetId)
Deprecated.
|
@Deprecated Asset getFirstLevelAsset(String assetId) throws ICCException
Asset
identified by the given assetId
.assetId
- ID of the Asset
to be fetched.Asset
identified by the given assetId
.ICCException
@Deprecated <T> T getFirstLevelExternalAsset(String assetId, Class<T> externalType) throws ICCException
Asset
identified by the given assetId
.assetId
- ID of the Asset
to be fetched.externalType
- External type name to be used in repository options.Asset
identified by the given assetId
.ICCException
@Deprecated Map<String,Date> getLastModifyTimeForAssets(List<String> assetIds)
assetIds
- @Deprecated void deleteAsset(String assetId) throws ICCException
Asset
identified by the given assetId
.assetId
- ID of the Asset
.ICCException
@Deprecated void deleteAssets(String[] assetIds) throws ICCException
Asset
identified by the given array ofassetIds
.array
- of assetIds
ID of the Asset
.ICCException
@Deprecated Asset deactivateAsset(String assetId) throws ICCException
Asset
identified by the given assetId
.assetId
- ID of the Asset
.Asset
objectICCException
@Deprecated Asset revertToLastPublished(String assetId) throws ICCException
assetId
- ID of the Asset
.ICCException
@Deprecated Asset copy(String srcAssetId, String destAssetName, String destAssetTitle) throws ICCException
srcAssetId
- Id (path) of the asset to be copied.destAssetName
- Name to be assigned to created copy of source asset.destAssetTitle
- Title to be assigned to created copy of source asset.ICCException.
ICCException
@Deprecated Asset copy(String srcAssetId, String destFolderId, String destAssetName, String destAssetTitle) throws ICCException
srcAssetId
- Id (path) of the asset to be copied.destFolderId
- Complete Id (path) of folder where asset should be copied.destAssetName
- Name to be assigned to created copy of source asset.destAssetTitle
- Title to be assigned to created copy of source asset.ICCException.
ICCException
@Deprecated Map<String,CopiedAssetInfo> copyMultipleAssets(Map<String,CopiedAssetInfo> copiedAssetInfoMap, String destinationFolderPath) throws ICCException
copiedAssetInfoMap
- destinationFolderPath
- ICCException
@Deprecated void moveAsset(String srcObjectId, String destPath) throws ICCException
srcObjectId
- ID of the Asset
.destPath
- Complete path to where the object should be moved to.ICCException.
ICCException
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.