public interface DriveFactory
| Modifier and Type | Method and Description |
|---|---|
DigitalAssetComponentServices |
getDigitalAssetComponentServices(DigitalAssetComponentContext componentContext)
Returns the digital asset component services by
DigitalAssetComponentContext. |
DriveManager |
getDriveManager(DriveContext driveContext)
Returns the drive manager by
DriveContext. |
StorageManager |
getStorageManager(DriveType driveType)
Returns the
StorageManager by drive type. |
void |
registerStorageManager(DriveType driveType,
StorageManager storageManager)
Registers a
StorageManager by drive type. |
void registerStorageManager(DriveType driveType, StorageManager storageManager)
StorageManager by drive type.driveType - the drive typestorageManager - the storage managerDriveManager getDriveManager(DriveContext driveContext) throws DAMException
DriveContext.DAMExceptionDigitalAssetComponentServices getDigitalAssetComponentServices(DigitalAssetComponentContext componentContext) throws DAMException
DigitalAssetComponentContext.DAMExceptionStorageManager getStorageManager(DriveType driveType)
StorageManager by drive type.