Uses of Class
com.orchestranetworks.addon.dama.ext.bean.DriveType
-
Packages that use DriveType 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. -
-
Uses of DriveType in com.orchestranetworks.addon.dama.ext.bean
Fields in com.orchestranetworks.addon.dama.ext.bean declared as DriveType Modifier and Type Field Description static DriveTypeDriveType. AWS_S3static DriveTypeDriveType. AZURE_BLOBstatic DriveTypeDriveType. CUSTOMstatic DriveTypeDriveType. EXTERNAL_MANAGEMENTstatic DriveTypeDriveType. FILE_SYSTEMThe Constant FileSystem.static DriveTypeDriveType. GG_DRIVEstatic DriveTypeDriveType. SHARE_POINT -
Uses of DriveType in com.orchestranetworks.addon.dama.ext.factory
Methods in com.orchestranetworks.addon.dama.ext.factory with parameters of type DriveType Modifier and Type Method Description StorageManagerDriveFactory. getStorageManager(DriveType driveType)Returns theStorageManagerby drive type.voidDriveFactory. registerStorageManager(DriveType driveType, StorageManager storageManager)Registers aStorageManagerby drive type.
-