@ProviderType
public interface Scene7FileMetadataService
Scene7FileMetadataService
is responsible for the management of Scene7 specific information for CQ DAM assets.Modifier and Type | Method and Description |
---|---|
void |
removeAssetMetadataProperty(Asset asset,
java.lang.String propertyName)
Removes a metadata property from a CQ DAM asset.
|
void |
setAssetJcrContentProperty(Asset asset,
java.lang.String propertyName,
java.lang.Object propertyValue)
Sets properties on the
jcr:content node of a CQ DAM asset. |
void |
setAssetMetadataOnSync(Asset asset,
Scene7Asset scene7Asset,
S7Config s7Config,
java.lang.String status)
Sets multiple properties at the same time on a CQ DAM asset to store its relevant Scene7 properties.
|
void |
setAssetMetadataProperty(Asset asset,
java.lang.String propertyName,
java.lang.Object propertyValue)
Sets properties on the
metadata node of a CQ DAM asset. |
void |
setResourceMetadataOnSync(Resource resource,
java.lang.String scene7Handle,
S7Config s7Config,
java.lang.String status,
java.lang.Boolean deleteOnFail)
Sets properties on the
Resource JCR node to store its relevant
Scene7 properties. |
void setAssetMetadataProperty(Asset asset, java.lang.String propertyName, java.lang.Object propertyValue) throws java.lang.Exception
metadata
node of a CQ DAM asset. The session must be manually saved.asset
- the CQ DAM assetpropertyName
- the property's namepropertyValue
- the property's valuejava.lang.Exception
- if the property cannot be added / modifiedvoid setAssetMetadataOnSync(Asset asset, Scene7Asset scene7Asset, S7Config s7Config, java.lang.String status) throws java.lang.Exception
asset
- the CQ DAM asset on which to add metadata informationscene7Asset
- the Scene7Asset
from which to extract the metadata informations7Config
- the Scene7 configurationstatus
- the status of the sync operation (e.g. the status of an upload job)java.lang.Exception
- if the property cannot be added / modifiedvoid removeAssetMetadataProperty(Asset asset, java.lang.String propertyName) throws java.lang.Exception
asset
- the CQ DAM assetpropertyName
- the property's namejava.lang.Exception
- if the property cannot be removedvoid setAssetJcrContentProperty(Asset asset, java.lang.String propertyName, java.lang.Object propertyValue) throws java.lang.Exception
jcr:content
node of a CQ DAM asset. The
session must be manually saved.asset
- the CQ DAM assetpropertyName
- the property's namepropertyValue
- the property's valuejava.lang.Exception
- if the property cannot be added / modifiedvoid setResourceMetadataOnSync(Resource resource, java.lang.String scene7Handle, S7Config s7Config, java.lang.String status, java.lang.Boolean deleteOnFail) throws java.lang.Exception
Resource
JCR node to store its relevant
Scene7 properties. This method is compatible with Scene7 assets (e.g.
images, videos) and company settings (e.g. image presets, viewer
presets). The session must be manually saved.resource
- Resource object on which to add Scene7 metadatascene7Handle
- Scene7 asset handle or asset IDs7Config
- the Scene7 configurationstatus
- the status of the sync operation (e.g. the status of an upload
job)deleteOnFail
- whether to delete Scene7 remote assets/settings when the
properties save action fails,java.lang.Exception
Copyright © 2010 - 2023 Adobe. All Rights Reserved