Uses of Class
com.orchestranetworks.addon.dama.ext.bean.DigitalAssetVersion
-
Packages that use DigitalAssetVersion Package Description com.orchestranetworks.addon.dama.ext Provides the extension API.com.orchestranetworks.addon.dama.ext.bean Provides Entity Beans for working with digital assets.com.orchestranetworks.addon.dama.ext.drivemanager Provides the interface to perform actions on digital assets contained in a drive. -
-
Uses of DigitalAssetVersion in com.orchestranetworks.addon.dama.ext
Methods in com.orchestranetworks.addon.dama.ext with parameters of type DigitalAssetVersion Modifier and Type Method Description abstract MediaContentStorageManager. getMediaContent(DigitalAssetVersion version)Returns the media content of a version. -
Uses of DigitalAssetVersion in com.orchestranetworks.addon.dama.ext.bean
Methods in com.orchestranetworks.addon.dama.ext.bean that return DigitalAssetVersion Modifier and Type Method Description DigitalAssetVersionDigitalAsset. getCurrentVersion()Returns the digital asset's current version.Methods in com.orchestranetworks.addon.dama.ext.bean that return types with arguments of type DigitalAssetVersion Modifier and Type Method Description java.util.List<DigitalAssetVersion>DigitalAsset. getVersions()Returns the digital asset's versions.Methods in com.orchestranetworks.addon.dama.ext.bean with parameters of type DigitalAssetVersion Modifier and Type Method Description voidDigitalAsset. setCurrentVersion(DigitalAssetVersion version)Specifies the digital asset's current version. -
Uses of DigitalAssetVersion in com.orchestranetworks.addon.dama.ext.drivemanager
Methods in com.orchestranetworks.addon.dama.ext.drivemanager that return DigitalAssetVersion Modifier and Type Method Description DigitalAssetVersionDriveManager. create(GeneralDigitalAssetVersionSpec versionSpec)Creates the newDigitalAssetVersionfollowingDigitalAssetVersionSpecor theRemoteDigitalAssetVersionSpec.Methods in com.orchestranetworks.addon.dama.ext.drivemanager with parameters of type DigitalAssetVersion Modifier and Type Method Description MediaContentDriveManager. getMediaContent(DigitalAssetVersion version)Gets the media content of a version.OperationExecutionStatusDriveManager. update(DigitalAssetVersion version)Updates a digital asset version.
-