Interface VisualIdentityDigitalAssetConfiguration
public interface VisualIdentityDigitalAssetConfiguration
Represents the configuration used to define a visual identity as a digital asset defined in a drive of the addon
DAMA.
- Since:
- 6.2.1
- See Also:
-
Drive
-
Method Summary
Modifier and TypeMethodDescriptionReturns the UUID of the selected digital asset.It represents the fallback digital asset to be used if the dynamic digital asset is not specified.getDrive()Returns the drive that contains the selected digital asset.Returns the dynamic digital asset.
-
Method Details
-
getDrive
String getDrive()Returns the drive that contains the selected digital asset.- Since:
- 6.2.1
-
getDefaultAsset
String getDefaultAsset()Returns the UUID of the selected digital asset.It represents the fallback digital asset to be used if the dynamic digital asset is not specified.The URL of the digital asset can be resolved at runtime using this UUID.
- Since:
- 6.2.1
-
getDynamicAsset
String getDynamicAsset()Returns the dynamic digital asset. It can be :- A media type field defined in the associated table in the data model.
- A dynamic URL that contains a field of the table. This URL will be resolved when displaying the records at the data set level.
- Since:
- 6.2.1
-