Class AssetManager


  • public final class AssetManager
    extends java.lang.Object
    Provide functions to support managing digital asset
    Since:
    2.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      AssetManager​(com.orchestranetworks.instance.Repository damRepository)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DigitalAsset getDigitalAsset​(java.lang.String assetUUID)
      Lookup the digital asset in DAM repository by UUID
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AssetManager

        public AssetManager​(com.orchestranetworks.instance.Repository damRepository)
    • Method Detail

      • getDigitalAsset

        public DigitalAsset getDigitalAsset​(java.lang.String assetUUID)
                                     throws DAMException
        Lookup the digital asset in DAM repository by UUID
        Parameters:
        assetUUID - UUID of the asset
        Returns:
        The DigitalAsset matching the assetUUID
        Throws:
        DAMException - in case the repository is not setup or no asset is match with the assetUUID