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.
|
com.orchestranetworks.addon.dama.servicecomponent |
Provide classes to call {addon.label} services.
|
Modifier and Type | Method and Description |
---|---|
DigitalAssetKey |
DigitalAssetVersionSpec.getDigitalAssetKey()
Deprecated.
Gets the digital asset key.
|
DigitalAssetKey |
DigitalAssetContext.getDigitalAssetKey()
Deprecated.
Returns the digital asset key.
|
Modifier and Type | Method and Description |
---|---|
DigitalAssetMediaContent |
DriveManager.getDigitalAssetMediaContent(DigitalAssetKey digitalAssetKey)
Deprecated.
Returns the digital asset's media content.
|
abstract DigitalAssetMediaContent |
StorageManager.getDigitalAssetMediaContent(DigitalAssetKey digitalAssetKey)
Deprecated.
Gets file content.
|
Constructor and Description |
---|
DigitalAssetContext(DigitalAssetKey digitalAssetKey,
Context context)
Deprecated.
Instantiates the new
DigitalAssetContext . |
Modifier and Type | Method and Description |
---|---|
DigitalAssetKey |
EditAssetServiceSpec.getDigitalAssetKey()
Gets the digital asset key.
|
Constructor and Description |
---|
EditAssetServiceSpec(DigitalAssetKey digitalAssetKey,
com.onwbp.adaptation.Adaptation userDataset,
com.orchestranetworks.schema.Path fieldPath,
boolean isReadOnly)
Instantiates a new
EditAssetServiceSpec . |