| Package | Description |
|---|---|
| com.orchestranetworks.addon.dama.ext |
Provides the extension API.
|
| com.orchestranetworks.addon.dama.ext.componentcontroller |
Provides the interface to perform actions on media fields using Digital Asset Component services.
|
| com.orchestranetworks.addon.dama.ext.drivemanager |
Provides the interface to perform actions on digital assets contained in a drive.
|
| Modifier and Type | Method and Description |
|---|---|
DigitalAsset |
EditorFilterContext.getDigitalAsset()
Returns the digital asset.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MediaContent |
StorageManager.getMediaContent(DigitalAsset asset)
Returns the media content of a digital asset.
|
| Constructor and Description |
|---|
EditorFilterContext(DigitalAsset digitalAsset,
com.onwbp.adaptation.Adaptation record,
com.orchestranetworks.service.Session session) |
EditorFilterContext(DigitalAsset digitalAsset,
com.orchestranetworks.service.Session session) |
| Modifier and Type | Method and Description |
|---|---|
DigitalAsset |
DigitalAssetComponentServices.upload(Resource resource)
Uploads a new digital asset.
|
| Modifier and Type | Method and Description |
|---|---|
DigitalAsset |
DriveManager.create(com.orchestranetworks.addon.dama.ext.bean.GeneralDigitalAssetSpec assetSpec)
Creates the new
DigitalAsset following the DigitalAssetSpec. |
DigitalAsset |
DriveManager.getDigitalAsset(DigitalAssetKey key)
Deprecated.
use
DriveManager.getDigitalAssetOrNull(DigitalAssetKey) instead. |
DigitalAsset |
DriveManager.getDigitalAssetOrNull(DigitalAssetKey key)
Returns the digital asset by digital asset key or return null if the asset does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
List<DigitalAsset> |
DriveManager.getDigitalAssets()
Returns the active digital assets in the drive.
|
List<DigitalAsset> |
DriveManager.search(SearchFilter searchFilter)
Searches for a digital asset using a search filter.
|
| Modifier and Type | Method and Description |
|---|---|
MediaContent |
DriveManager.getMediaContent(DigitalAsset asset)
Gets the media content of a digital asset.
|
OperationExecutionStatus |
DriveManager.update(DigitalAsset asset)
Updates a digital asset.
|