| Package | Description |
|---|---|
| com.orchestranetworks.addon.dama.ext.bean |
Provides Entity Beans for working with digital assets.
|
| com.orchestranetworks.addon.dama.ext.factory |
Provides factories to register and retrieve implementations.
|
| Modifier and Type | Field and Description |
|---|---|
static DriveType |
DriveType.EXTERNAL_MANAGEMENT |
static DriveType |
DriveType.FILE_SYSTEM
The Constant FileSystem.
|
| Modifier and Type | Method and Description |
|---|---|
StorageManager |
DriveFactory.getStorageManager(DriveType driveType)
Returns the
StorageManager by drive type. |
void |
DriveFactory.registerStorageManager(DriveType driveType,
StorageManager storageManager)
Registers a
StorageManager by drive type. |