| Package | Description |
|---|---|
| com.orchestranetworks.addon.dama.ext |
Provides the extension API.
|
| com.orchestranetworks.addon.dama.ext.backuprestore |
Provides the interfaces and classes to perform backup and restore operations on the {addon.label.full} dataset.
|
| 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.drivemanager |
Provides the interface to perform actions on digital assets contained in a drive.
|
| com.orchestranetworks.addon.dama.ext.exception |
Supplies a class to define the result of an operation's execution and allows you to define an exception for the add-on.
|
| com.orchestranetworks.addon.dama.ext.factory |
Provides factories to register and retrieve implementations.
|
| com.orchestranetworks.addon.dama.ext.resource |
Provides classes to register resource.
|
| com.orchestranetworks.addon.dama.externalmanagement |
Provides the API for a Drive that accesses an externally managed storage location.
|
| com.orchestranetworks.addon.dama.externalmanagement.bean |
Provides Entity Beans for working with external management assets.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
StorageManager.delete(ResourceIdentifier target)
Deletes the resource.
|
abstract ResourceIdentifierFactory |
StorageManager.getIdentifierFactory()
Returns the resource identifier factory.
|
abstract MediaContent |
StorageManager.getMediaContent(DigitalAsset asset)
Returns the media content of a digital asset.
|
abstract MediaContent |
StorageManager.getMediaContent(DigitalAssetVersion version)
Returns the media content of a version.
|
abstract ResourceIdentifier |
StorageManager.upload(Resource resource,
ResourceIdentifier target)
Uploads a resource to a target source.
|
| Modifier and Type | Method and Description |
|---|---|
File |
BackupService.backup(BackupSpec backupSpec)
Backs up the digital asset with the backup specifications.
|
RestoreDetail |
RestoreService.getRestoreDetails(RestoreSpec restoreSpec)
Returns the RestoreDetail of the restore specification.
|
| Constructor and Description |
|---|
DigitalAssetKey(String assetKey)
Instantiates the new
DigitalAssetKey. |
| Modifier and Type | Method and Description |
|---|---|
List<DigitalAssetKey> |
DigitalAssetComponentServices.getDigitalAssetKeys()
Returns the keys of digital assets attached to the media field.
|
DigitalAsset |
DigitalAssetComponentServices.upload(Resource resource)
Uploads a new digital asset.
|
| Modifier and Type | Method and Description |
|---|---|
DigitalAsset |
DriveManager.create(com.orchestranetworks.addon.dama.ext.bean.GeneralDigitalAssetSpec assetSpec)
Creates the new
DigitalAsset following the DigitalAssetSpec. |
DigitalAssetVersion |
DriveManager.create(com.orchestranetworks.addon.dama.ext.bean.GeneralDigitalAssetVersionSpec versionSpec)
Creates the new
DigitalAssetVersion following DigitalAssetSpec. |
DigitalAsset |
DriveManager.getDigitalAsset(DigitalAssetKey key)
Deprecated.
use
DriveManager.getDigitalAssetOrNull(DigitalAssetKey) instead. |
DigitalAsset |
DriveManager.getDigitalAssetOrNull(DigitalAssetKey key)
Returns the digital asset by digital asset key or return null if the asset does not exist.
|
List<DigitalAsset> |
DriveManager.getDigitalAssets()
Returns the active digital assets in the drive.
|
MediaContent |
DriveManager.getMediaContent(DigitalAsset asset)
Gets the media content of a digital asset.
|
MediaContent |
DriveManager.getMediaContent(DigitalAssetVersion version)
Gets the media content of a version.
|
List<DigitalAsset> |
DriveManager.search(SearchFilter searchFilter)
Searches for a digital asset using a search filter.
|
| Modifier and Type | Method and Description |
|---|---|
DAMException |
OperationExecutionStatus.getException()
Returns the execution exception.
|
| Constructor and Description |
|---|
OperationExecutionStatus(DAMException damException)
Instantiates the failed
OperationExecutionStatus. |
| Modifier and Type | Method and Description |
|---|---|
DigitalAssetComponentServices |
DriveFactory.getDigitalAssetComponentServices(DigitalAssetComponentContext componentContext)
Returns the digital asset component services by
DigitalAssetComponentContext. |
DriveManager |
DriveFactory.getDriveManager(DriveContext driveContext)
Returns the drive manager by
DriveContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaContent.closeInputStream()
Close the input stream.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalDigitalAsset |
ExternalManager.getAsset(ExternalSingularRequest request)
Returns the digital asset by external request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalDigitalAssetVersionBean.addExternalDigitalAsset(ExternalDigitalAsset externalDigitalAsset)
Adds a new digital asset version.
|
void |
ExternalDigitalAssetVersionBean.setCurrentExternalDigitalAssetVersion(ExternalDigitalAsset externalDigitalAsset)
Specifies the current digital asset version.
|
| Constructor and Description |
|---|
ExternalDigitalAssetVersionBean(ExternalDigitalAsset externalDigitalAsset)
Instantiates a new
ExternalDigitalAssetVersionBean. |