| 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 | Field and Description |
|---|---|
static DriveType |
DriveType.FileSystem
Deprecated.
The File system.
|
| Modifier and Type | Method and Description |
|---|---|
static DriveType |
DriveType.parse(String type)
Deprecated.
Parses the specified type and returns the corresponding
DriveType instance. |
| 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.
|
static void |
DriveFactory.registerDriveManager(DriveType driveType,
DriveManager driveManager)
Deprecated.
Registers drive manager.
|