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 |
---|---|
DigitalAssetState |
DigitalAssetUpdateContext.getState()
Deprecated.
Returns the state.
|
static DigitalAssetState |
DigitalAssetState.parse(String state)
Deprecated.
Parses the specified state and returns the corresponding
DigitalAssetState instance. |
static DigitalAssetState |
DigitalAssetState.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DigitalAssetState[] |
DigitalAssetState.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DigitalAssetUpdateContext(DigitalAssetContext digitalAssetContext,
com.onwbp.base.text.UserMessage label,
com.onwbp.base.text.UserMessage description,
DigitalAssetState state)
Deprecated.
Specifies the updated information of the digital asset to be used in method
DriveManager.update(DigitalAssetUpdateContext) . |