Package | Description |
---|---|
com.orchestranetworks.addon.dama |
Provides features that allow end-users to perform CRUD actions on digital assets and allows users to get the Edit asset service component.
|
Modifier and Type | Method and Description |
---|---|
DigitalAsset |
DriveManager.create(DigitalAssetSpec digitalAssetSpec)
Deprecated.
Creates the digital asset.
|
DigitalAsset |
DriveManager.getDigitalAsset(DigitalAssetContext digitalAssetContext)
Deprecated.
Gets the digital asset information.
|
Modifier and Type | Method and Description |
---|---|
List<DigitalAsset> |
DriveManager.lookup(Context context)
Deprecated.
Returns all digital assets in the Drive of the media field.
|
List<DigitalAsset> |
DriveManager.search(SearchContext searchContext)
Deprecated.
Searches for digital assets that will match the
searchContext parameter. |