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 |
---|---|
Version |
DriveManager.create(DigitalAssetVersionSpec digitalAssetVersionSpec)
Deprecated.
Creates the version of the digital asset.
|
Modifier and Type | Method and Description |
---|---|
List<Version> |
DigitalAsset.getVersions()
Deprecated.
Gets the versions of the digital asset.
|
Modifier and Type | Method and Description |
---|---|
void |
DigitalAsset.setVersions(List<Version> versions)
Deprecated.
Specifies the digital asset versions.
|