Uses of Class
org.opencastproject.assetmanager.api.storage.StoragePath
-
Packages that use StoragePath Package Description org.opencastproject.assetmanager.api.storage -
-
Uses of StoragePath in org.opencastproject.assetmanager.api.storage
Methods in org.opencastproject.assetmanager.api.storage that return StoragePath Modifier and Type Method Description static StoragePathStoragePath. mk(String organizationId, String mediaPackageId, Version version, String mediaPackageElementId)Methods in org.opencastproject.assetmanager.api.storage with parameters of type StoragePath Modifier and Type Method Description booleanAssetStore. contains(StoragePath path)Check if a resource exists.booleanAssetStore. copy(StoragePath from, StoragePath to)Copy a resource to a new location.com.entwinemedia.fn.data.Opt<InputStream>AssetStore. get(StoragePath path)Get an input stream to a resource.voidAssetStore. put(StoragePath path, Source source)Add the content ofsoureunder the given path.
-