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 |
---|---|
DAMException |
OperationExecutionStatus.getDAMException()
Deprecated.
Returns the execution exception.
|
Modifier and Type | Method and Description |
---|---|
void |
DigitalAssetMediaContent.closeInputStream()
Deprecated.
Closes the input stream of the physical file.
|
DigitalAsset |
DriveManager.create(DigitalAssetSpec digitalAssetSpec)
Deprecated.
Creates the digital asset.
|
Version |
DriveManager.create(DigitalAssetVersionSpec digitalAssetVersionSpec)
Deprecated.
Creates the version of the digital asset.
|
OperationExecutionStatus |
DriveManager.delete(DigitalAssetContext digitalAssetContext)
Deprecated.
Deletes the digital asset.
|
OperationExecutionStatus |
DriveManager.delete(DigitalAssetVersionContext digitalAssetVersionContext)
Deprecated.
Deletes the digital asset version.
|
abstract boolean |
StorageManager.deleteResource(ResourceIdentifier resourceIdentifier)
Deprecated.
Deletes the file.
|
DigitalAsset |
DriveManager.getDigitalAsset(DigitalAssetContext digitalAssetContext)
Deprecated.
Gets the digital asset information.
|
DigitalAssetMediaContent |
DriveManager.getDigitalAssetMediaContent(DigitalAssetKey digitalAssetKey)
Deprecated.
Returns the digital asset's media content.
|
abstract DigitalAssetMediaContent |
StorageManager.getDigitalAssetMediaContent(DigitalAssetKey digitalAssetKey)
Deprecated.
Gets file content.
|
DigitalAssetMediaContent |
DriveManager.getDigitalAssetMediaContent(DigitalAssetVersionKey versionKey)
Deprecated.
Returns the media content of the version.
|
abstract DigitalAssetMediaContent |
StorageManager.getDigitalAssetMediaContent(DigitalAssetVersionKey versionKey)
Deprecated.
Gets content of version.
|
File |
DigitalAsset.getFile(File targetFolder)
Deprecated.
Gets the digital asset's file.
|
File |
Version.getFile(File targetFolder,
Context context)
Deprecated.
Gets the physical file of the digital asset.
|
Permission |
DriveFactory.getPermission(Context context)
Deprecated.
Gets the permission of the Drive that is associated to the media field.
|
List<DigitalAsset> |
DriveManager.lookup(Context context)
Deprecated.
Returns all digital assets in the Drive of the media field.
|
List<DigitalAsset> |
DriveManager.search(SearchContext searchContext)
Deprecated.
Searches for digital assets that will match the
searchContext parameter. |
OperationExecutionStatus |
DriveManager.update(DigitalAssetUpdateContext digitalAssetUpdateContext)
Deprecated.
Updates the digital asset.
|
abstract ResourceIdentifier |
StorageManager.uploadResource(File uploadedFile,
ResourceIdentifier resourceIdentifier)
Deprecated.
Uploads the file.
|
Constructor and Description |
---|
OperationExecutionStatus(DAMException damException)
Deprecated.
Instantiates the failed
OperationExecutionStatus . |
Constructor and Description |
---|
DigitalAsset(DigitalAssetContext digitalAssetContext)
Deprecated.
Instantiates the new
DigitalAsset . |
Modifier and Type | Method and Description |
---|---|
static com.orchestranetworks.ui.UIHttpManagerComponent |
EditAssetServiceComponent.getEditDigitalAssetService(EditAssetServiceSpec editAssetServiceSpec,
com.orchestranetworks.ui.UIResourceLocator locator)
Create an instance of
UIHttpManagerComponent
in order to call the EBX® user interface to display the 'Edit digital asset' service. |