| Package | Description |
|---|---|
| com.orchestranetworks.addon.dama.ext.bean |
Provides Entity Beans for working with digital assets.
|
| com.orchestranetworks.addon.dama.ext.enumeration |
Provides enumerations for permissions on assets, asset state, and sorting assets.
|
| Modifier and Type | Method and Description |
|---|---|
DigitalAssetState |
DigitalAsset.getState()
Returns the digital asset's state.
|
DigitalAssetState |
RemoteDigitalAssetSpec.getState()
Returns the digital asset's state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DigitalAsset.setState(DigitalAssetState state)
Specifies the digital asset's state.
|
void |
RemoteDigitalAssetSpec.setState(DigitalAssetState state)
Specifies the digital asset's state.
|
| Modifier and Type | Method and Description |
|---|---|
static DigitalAssetState |
DigitalAssetState.parse(String state)
Parses the state.
|
static DigitalAssetState |
DigitalAssetState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigitalAssetState[] |
DigitalAssetState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|