| Package | Description |
|---|---|
| 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.enumeration |
Provides enumerations for permissions on assets, asset state, and sorting assets.
|
| 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 | Method and Description |
|---|---|
static Action |
Action.parse(String type)
Parses the action.
|
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|