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 java.lang.String |
PN_DAM_MIMETYPE |
static java.lang.String |
SCENE7_THUMBNAIL_MIME_TYPE |
static java.lang.String |
SCENE7_THUMBNAIL_RENDITION_NAME |
static java.lang.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 java.lang.String SCR_PROP_NAME_S7_ASSET_TYPE
static final java.lang.String SCENE7_THUMBNAIL_RENDITION_NAME
static final java.lang.String SCENE7_THUMBNAIL_MIME_TYPE
static final java.lang.String PN_DAM_MIMETYPE
Asset importAsset(Scene7Asset asset, S7Config s7Config) throws java.lang.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 metadatajava.lang.Exception - if any error occurs during asset importAsset importSubAsset(Asset asset, Scene7Asset subasset, S7Config s7Config) throws java.lang.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 DAMjava.lang.Exception - if any error occurs during sub-asset importvoid createAssetImportFolder(Scene7Asset asset, S7Config s7Config) throws java.lang.Exception
asset - the assets7Config - the Scene7 configurationjava.lang.Exception - if any error occurs during the folder creation"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"