Uses of Class
org.opencastproject.assetmanager.api.storage.AssetStoreException
Packages that use AssetStoreException
Package
Description
-
Uses of AssetStoreException in org.opencastproject.assetmanager.api.storage
Methods in org.opencastproject.assetmanager.api.storage that throw AssetStoreExceptionModifier and TypeMethodDescriptionbooleanAssetStore.contains(StoragePath path) Check if a resource exists.booleanAssetStore.copy(StoragePath from, StoragePath to) Copy a resource to a new location.booleanAssetStore.delete(DeletionSelector sel) Delete all selected resources.AssetStore.get(StoragePath path) Get an input stream to a resource.voidAssetStore.put(StoragePath path, Source source) Add the content ofsoureunder the given path. -
Uses of AssetStoreException in org.opencastproject.assetmanager.aws
Methods in org.opencastproject.assetmanager.aws that throw AssetStoreExceptionModifier and TypeMethodDescriptionbooleanAwsAbstractArchive.contains(StoragePath path) booleanAwsAbstractArchive.copy(StoragePath from, StoragePath to) booleanAwsAbstractArchive.delete(DeletionSelector sel) protected abstract voidAwsAbstractArchive.deleteObject(AwsAssetMapping map) AwsAbstractArchive.get(StoragePath path) protected abstract InputStreamAwsAbstractArchive.getObject(AwsAssetMapping map) voidAwsAbstractArchive.put(StoragePath storagePath, Source source) protected abstract AwsUploadOperationResultAwsAbstractArchive.uploadObject(File origin, String objectName, Optional<MimeType> mimeType) -
Uses of AssetStoreException in org.opencastproject.assetmanager.aws.s3
Methods in org.opencastproject.assetmanager.aws.s3 that throw AssetStoreExceptionModifier and TypeMethodDescriptionAwsS3AssetStore.getAssetObjectKey(StoragePath storagePath) Return the object key of the asset in S3AwsS3AssetStore.getAssetStorageClass(StoragePath storagePath) Return the storage class of the asset in S3voidAwsS3AssetStore.initiateRestoreAsset(StoragePath storagePath, Integer assetRestorePeriod) AwsS3AssetStore.modifyAssetStorageClass(StoragePath storagePath, String storageClassId) Change the storage class of the object if possibleprotected AwsUploadOperationResultAwsS3AssetStore.uploadObject(File origin, String objectName, Optional<MimeType> mimeType) Returns the aws s3 object id created by aws -
Uses of AssetStoreException in org.opencastproject.assetmanager.storage.impl.fs
Methods in org.opencastproject.assetmanager.storage.impl.fs that throw AssetStoreExceptionModifier and TypeMethodDescriptionbooleanAbstractFileSystemAssetStore.contains(StoragePath path) booleanAbstractFileSystemAssetStore.copy(StoragePath from, StoragePath to) booleanAbstractFileSystemAssetStore.delete(DeletionSelector sel) AbstractFileSystemAssetStore.get(StoragePath path) voidAbstractFileSystemAssetStore.put(StoragePath storagePath, Source source)