Uses of Class
org.opencastproject.assetmanager.api.AssetId
Packages that use AssetId
Package
Description
This package and all of its sub-packages contain the API definition of the asset manager.
This package and all of its sub-packages contain the default implementation of the asset manager API
as defined in
org.opencastproject.assetmanager.api.-
Uses of AssetId in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api that return AssetId -
Uses of AssetId in org.opencastproject.assetmanager.impl
Methods in org.opencastproject.assetmanager.impl that return AssetIdConstructors in org.opencastproject.assetmanager.impl with parameters of type AssetIdModifierConstructorDescriptionAssetImpl(AssetId id, InputStream in, Optional<MimeType> mimeType, long size, String storeId, Availability availability, Checksum checksum)