public interface AssetAutoTagger
| Modifier and Type | Method and Description |
|---|---|
void |
tag(AssetEntry assetEntry)
Automatically applies tags to an asset entry by running every
AssetAutoTagProvider implementation that can handle the asset entry's
associated model and merging all the resulting tags. |
void |
untag(AssetEntry assetEntry)
Removes the tags that have been automatically applied to the asset entry.
|
void tag(AssetEntry assetEntry) throws PortalException
AssetAutoTagProvider implementation that can handle the asset entry's
associated model and merging all the resulting tags.
Only assets with an associated AssetRenderer are supported.
assetEntry - the asset entry to tagPortalException - if a portal exception occurredvoid untag(AssetEntry assetEntry) throws PortalException
This method provides a way to rollback tag(AssetEntry).
assetEntry - the asset entry to untagPortalException - if a portal exception occurred