public interface Scene7ImportHandler
Scene7ImportHandler
defines a Scene7 import handler which is able to import Scene7 assets into CQ DAM.Modifier and Type | Field and Description |
---|---|
static String |
PN_DAM_MIMETYPE |
static String |
SCENE7_THUMBNAIL_MIME_TYPE |
static String |
SCENE7_THUMBNAIL_RENDITION_NAME |
static String |
SCR_PROP_NAME_S7_ASSET_TYPE |
Modifier and Type | Method and Description |
---|---|
void |
createAssetImportFolder(Scene7Asset asset,
S7Config s7Config)
Creates and saves the CQ DAM import folder for an asset.
|
Asset |
importAsset(Scene7Asset asset,
S7Config s7Config)
Sets the parameters needed for the asset import.
|
Asset |
importSubAsset(Asset asset,
Scene7Asset subasset,
S7Config s7Config)
Imports a Scene7 asset as a sub-asset for an existing CQ DAM asset.
|
static final String SCR_PROP_NAME_S7_ASSET_TYPE
static final String SCENE7_THUMBNAIL_RENDITION_NAME
static final String SCENE7_THUMBNAIL_MIME_TYPE
static final String PN_DAM_MIMETYPE
Asset importAsset(Scene7Asset asset, S7Config s7Config) throws Exception
asset
- the assets7Config
- the Scene7 configurationAsset
in DAM
The returned Asset
underlying session is not guaranteed to be opened. Callers of this method should not rely on
this session if making changes to the Assets's metadataException
- if any error occurs during asset importAsset importSubAsset(Asset asset, Scene7Asset subasset, S7Config s7Config) throws Exception
Asset
underlying session is not guaranteed to be opened. Callers of this method should not
rely on this session if making changes to the Assets's metadataasset
- the CQ DAM assetsubasset
- the Scene7 assets7Config
- the Scene7 configurationAsset
in DAMException
- if any error occurs during sub-asset importvoid createAssetImportFolder(Scene7Asset asset, S7Config s7Config) throws Exception
asset
- the assets7Config
- the Scene7 configurationException
- if any error occurs during the folder creation"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"