| Package | Description |
|---|---|
| com.orchestranetworks.addon.dama.ext |
Provides the extension API.
|
| com.orchestranetworks.addon.dama.ext.drivemanager |
Provides the interface to perform actions on digital assets contained in a drive.
|
| com.orchestranetworks.addon.dama.externalmanagement |
Provides the API for a Drive that accesses an externally managed storage location.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MediaContent |
StorageManager.getMediaContent(DigitalAsset asset)
Returns the media content of a digital asset.
|
abstract MediaContent |
StorageManager.getMediaContent(DigitalAssetVersion version)
Returns the media content of a version.
|
| Modifier and Type | Method and Description |
|---|---|
MediaContent |
DriveManager.getMediaContent(DigitalAsset asset)
Gets the media content of a digital asset.
|
MediaContent |
DriveManager.getMediaContent(DigitalAssetVersion version)
Gets the media content of a version.
|
| Modifier and Type | Method and Description |
|---|---|
MediaContent |
ExternalManager.getMediaContentOfAsset(ExternalSingularRequest request)
Gets the media content of a digital asset.
|
MediaContent |
ExternalManager.getMediaContentOfAssetVersion(ExternalSingularRequest request)
Gets the media content of a digital asset version.
|