Uses of Interface
org.opencastproject.assetmanager.api.storage.AssetStore
-
Packages that use AssetStore Package Description org.opencastproject.assetmanager.api This package and all of its sub-packages contain the API definition of the asset manager.org.opencastproject.assetmanager.api.storage -
-
Uses of AssetStore in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api that return AssetStore Modifier and Type Method Description AssetStoreAssetManager. getLocalAssetStore()Get the local asset store.Methods in org.opencastproject.assetmanager.api that return types with arguments of type AssetStore Modifier and Type Method Description com.entwinemedia.fn.data.Opt<AssetStore>AssetManager. getAssetStore(String storeId)Get an asset store by id (local or remote).List<AssetStore>AssetManager. getRemoteAssetStores()Get the remote asset stores as a list. -
Uses of AssetStore in org.opencastproject.assetmanager.api.storage
Subinterfaces of AssetStore in org.opencastproject.assetmanager.api.storage Modifier and Type Interface Description interfaceRemoteAssetStore
-