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 |
---|---|
static DriveManager |
DriveFactory.getDriveManager(DriveType driveType)
Deprecated.
Returns the drive manager to perform upload/delete/edit/get of the digital asset in the media field.
|
Modifier and Type | Method and Description |
---|---|
static Collection<DriveManager> |
DriveFactory.getAllDriveManagers()
Deprecated.
Gets all supported drive managers.
|
Modifier and Type | Method and Description |
---|---|
static void |
DriveFactory.registerDriveManager(DriveType driveType,
DriveManager driveManager)
Deprecated.
Registers drive manager.
|