public interface AssetActionManager
Modifier and Type | Method and Description |
---|---|
AssetInfo |
getAssetInfo(java.lang.String assetPath)
getAssetInfo returns AssetInfo POJO for provided assetPath
|
void |
moveAsset(java.lang.String sourcePath,
java.lang.String destinationPath,
java.lang.String title,
java.lang.String[] references)
It will move asset from source path to destination path.
|
void |
publishAssets(java.lang.String[] assetsToBePublished)
It will publish provided assets
|
void moveAsset(java.lang.String sourcePath, java.lang.String destinationPath, java.lang.String title, java.lang.String[] references) throws FormsFoundationException
sourcePath
- path of asset to be moveddestinationPath
- destination pathtitle
- title to be update after movereferences
- references list to be updated after moveFormsFoundationException
AssetInfo getAssetInfo(java.lang.String assetPath) throws FormsFoundationException
assetPath
- FormsFoundationException
void publishAssets(java.lang.String[] assetsToBePublished) throws FormsFoundationException
assetsToBePublished
- list of assets to be publishedFormsFoundationException
Copyright © 2010 - 2020 Adobe. All Rights Reserved