Uses of Class
org.opencastproject.assetmanager.api.storage.StoragePath
Packages that use StoragePath
Package
Description
-
Uses of StoragePath in org.opencastproject.assetmanager.api.storage
Methods in org.opencastproject.assetmanager.api.storage that return StoragePathModifier and TypeMethodDescriptionstatic StoragePathStoragePath.mk(String organizationId, String mediaPackageId, Version version, String mediaPackageElementId) Methods in org.opencastproject.assetmanager.api.storage with parameters of type StoragePathModifier and TypeMethodDescriptionbooleanAssetStore.contains(StoragePath path) Check if a resource exists.booleanAssetStore.copy(StoragePath from, StoragePath to) Copy a resource to a new location.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 StoragePath in org.opencastproject.assetmanager.aws
Methods in org.opencastproject.assetmanager.aws with parameters of type StoragePathModifier and TypeMethodDescriptionprotected StringAwsAbstractArchive.buildFilename(StoragePath path, String ext) Builds the aws object name.AwsAbstractArchive.buildObjectName(File origin, StoragePath storagePath) booleanAwsAbstractArchive.contains(StoragePath path) booleanAwsAbstractArchive.copy(StoragePath from, StoragePath to) AwsAbstractArchive.get(StoragePath path) voidAwsAbstractArchive.put(StoragePath storagePath, Source source) -
Uses of StoragePath in org.opencastproject.assetmanager.aws.persistence
Methods in org.opencastproject.assetmanager.aws.persistence with parameters of type StoragePathModifier and TypeMethodDescriptionvoidAwsAssetDatabase.deleteMapping(StoragePath path) voidAwsAssetDatabaseImpl.deleteMapping(StoragePath path) static Consumer<javax.persistence.EntityManager> AwsAssetMappingDto.deleteMapppingQuery(StoragePath path) Marks mapping as deleted.AwsAssetDatabase.findMapping(StoragePath path) AwsAssetDatabaseImpl.findMapping(StoragePath path) static Function<javax.persistence.EntityManager, Optional<AwsAssetMappingDto>> AwsAssetMappingDto.findMappingQuery(StoragePath path) Find a mapping by its storage path.AwsAssetDatabase.findMappingsByMediaPackageAndVersion(StoragePath path) AwsAssetDatabaseImpl.findMappingsByMediaPackageAndVersion(StoragePath path) static Function<javax.persistence.EntityManager, List<AwsAssetMappingDto>> AwsAssetMappingDto.findMappingsByMediaPackageAndVersionQuery(StoragePath path) Find all assets that belong to a media package and version (optional).AwsAssetDatabase.storeMapping(StoragePath path, String objectKey, String objectVersion) AwsAssetDatabaseImpl.storeMapping(StoragePath path, String objectKey, String objectVersion) static Function<javax.persistence.EntityManager, AwsAssetMappingDto> AwsAssetMappingDto.storeMappingQuery(StoragePath path, String objectKey, String objectVersion) -
Uses of StoragePath in org.opencastproject.assetmanager.aws.s3
Methods in org.opencastproject.assetmanager.aws.s3 with parameters of type StoragePathModifier and TypeMethodDescriptionAwsS3AssetStore.getAssetObjectKey(StoragePath storagePath) Return the object key of the asset in S3AwsS3AssetStore.getAssetRestoreStatusString(StoragePath storagePath) AwsS3AssetStore.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 possible -
Uses of StoragePath in org.opencastproject.assetmanager.storage.impl.fs
Methods in org.opencastproject.assetmanager.storage.impl.fs with parameters of type StoragePathModifier and TypeMethodDescriptionbooleanAbstractFileSystemAssetStore.contains(StoragePath path) booleanAbstractFileSystemAssetStore.copy(StoragePath from, StoragePath to) AbstractFileSystemAssetStore.get(StoragePath path) voidAbstractFileSystemAssetStore.put(StoragePath storagePath, Source source)