| Package | Description |
|---|---|
| com.orchestranetworks.addon.dama.ext |
Provides the extension API.
|
| com.orchestranetworks.addon.dama.ext.bean |
Provides Entity Beans for working with digital assets.
|
| 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.resource |
Provides classes to register resource.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ResourceIdentifier |
StorageManager.upload(Resource resource,
ResourceIdentifier target)
Uploads a resource to a target source.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
DigitalAssetVersionSpec.getResource()
Returns the resource.
|
Resource |
DigitalAssetSpec.getResource()
Returns the resource.
|
| Constructor and Description |
|---|
DigitalAssetSpec(Resource resource)
Instantiates the new
DigitalAssetSpec. |
DigitalAssetVersionSpec(DigitalAssetKey assetKey,
Resource resource)
Specifies the new digital asset version's information.
|
| Modifier and Type | Method and Description |
|---|---|
DigitalAsset |
DigitalAssetComponentServices.upload(Resource resource)
Uploads a new digital asset.
|
| Modifier and Type | Method and Description |
|---|---|
OperationExecutionStatus |
DigitalAssetComponentServices.upload(List<? extends Resource> resources,
Action action)
Uploads new digital asset and attaches it to the media field.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileResource
Defines the File
Resource. |