Uses of Class
org.opencastproject.assetmanager.impl.persistence.AssetDto
Packages that use AssetDto
Package
Description
Persistent storage of the default asset manager implementation.
-
Uses of AssetDto in org.opencastproject.assetmanager.impl.persistence
Methods in org.opencastproject.assetmanager.impl.persistence that return AssetDtoModifier and TypeMethodDescriptionstatic AssetDtoAssetDto.mk(String mediaPackageElementId, SnapshotDto snapshot, String checksum, Optional<org.opencastproject.util.MimeType> mimeType, String storeageId, long size) Create a new DTO.Methods in org.opencastproject.assetmanager.impl.persistence that return types with arguments of type AssetDtoModifier and TypeMethodDescriptionDatabase.findAssetByChecksumAndStoreAndOrg(String checksum, String storeId, String orgId) Database.getAsset(VersionImpl version, String mpId, String mpeId) Get an asset.Methods in org.opencastproject.assetmanager.impl.persistence with parameters of type AssetDto