@ProviderType
public interface AssetRelation
AssetRelation
defines the Asset
relation.
To get a relation see Asset.listRelations(String)
.
To create a relation see Asset.addRelation(String, String, java.util.Map)
and
Asset.addRelation(String, String)
To update additional properties for a relation see getProperties()
Modifier and Type | Method and Description |
---|---|
Asset |
getAsset()
Returns the related
Asset |
java.lang.String |
getName()
Returns the name of the relation
|
ModifiableValueMap |
getProperties()
Returns additional properties for the Asset relation.
|
ValueMap |
getValueMap()
Returns the additional properties for the Asset relation as a ValueMap.
|
Asset getAsset()
Asset
ModifiableValueMap getProperties()
ModifiableValueMap
, that can be used to modify existing
relation properties.
If there are no properties or the user does not have write permissions,
then null is returnedModifiableValueMap
, returns null if no properties found.ValueMap getValueMap()
ValueMap
, will not be nulljava.lang.String getName()
Copyright © 2010 - 2023 Adobe. All Rights Reserved