Uses of Class
org.opencastproject.assetmanager.aws.persistence.AwsAssetDatabaseException
Packages that use AwsAssetDatabaseException
-
Uses of AwsAssetDatabaseException in org.opencastproject.assetmanager.aws.persistence
Methods in org.opencastproject.assetmanager.aws.persistence that throw AwsAssetDatabaseExceptionModifier and TypeMethodDescriptionvoidAwsAssetDatabase.deleteMapping(StoragePath path) voidAwsAssetDatabaseImpl.deleteMapping(StoragePath path) AwsAssetDatabase.findAllByMediaPackage(String mpId) AwsAssetDatabaseImpl.findAllByMediaPackage(String mpId) AwsAssetDatabase.findMapping(StoragePath path) AwsAssetDatabaseImpl.findMapping(StoragePath path) AwsAssetDatabase.findMappingsByKey(String objectKey) AwsAssetDatabaseImpl.findMappingsByKey(String objectKey) AwsAssetDatabase.findMappingsByMediaPackageAndVersion(StoragePath path) AwsAssetDatabaseImpl.findMappingsByMediaPackageAndVersion(StoragePath path) AwsAssetDatabase.storeMapping(StoragePath path, String objectKey, String objectVersion) AwsAssetDatabaseImpl.storeMapping(StoragePath path, String objectKey, String objectVersion)