Uses of Class
org.opencastproject.assetmanager.impl.VersionImpl
Packages that use VersionImpl
Package
Description
This package and all of its sub-packages contain the default implementation of the asset manager API
as defined in
org.opencastproject.assetmanager.api.Persistent storage of the default asset manager implementation.
-
Uses of VersionImpl in org.opencastproject.assetmanager.impl
Fields in org.opencastproject.assetmanager.impl declared as VersionImplMethods in org.opencastproject.assetmanager.impl that return VersionImplModifier and TypeMethodDescriptionstatic VersionImplTry to cast a Version into a VersionImpl.static VersionImplVersionImpl.mk(long nr) Constructor function.static VersionImplstatic VersionImplVersionImpl.next(long latest) Create the next version after thelatest. -
Uses of VersionImpl in org.opencastproject.assetmanager.impl.persistence
Methods in org.opencastproject.assetmanager.impl.persistence that return VersionImplModifier and TypeMethodDescriptionDatabase.claimVersion(String mpId) Claim a new version for media packagempId.AssetDtos.Full.getVersion()SnapshotDto.getVersion()static VersionImplConversions.toVersion(long a) Methods in org.opencastproject.assetmanager.impl.persistence with parameters of type VersionImplModifier and TypeMethodDescriptionDatabase.getAsset(VersionImpl version, String mpId, String mpeId) Get an asset.Database.getSnapshot(VersionImpl version, String mpId) static SnapshotDtoSnapshotDto.mk(MediaPackage mediaPackage, VersionImpl version, String organization, Date archivalDate, Availability availability, String storageId, String owner) Database.saveSnapshot(String orgId, PartialMediaPackage pmp, Date archivalDate, VersionImpl version, Availability availability, String storageId, String owner) Save a snapshot and all of its assets.voidDatabase.setAssetStorageLocation(VersionImpl version, String mpId, String mpeId, String storageId) intDatabase.setAvailability(VersionImpl version, String mpId, Availability availability) voidDatabase.setStorageLocation(VersionImpl version, String mpId, String storageId) Constructors in org.opencastproject.assetmanager.impl.persistence with parameters of type VersionImplModifierConstructorDescriptionFull(AssetDto assetDto, Availability availability, String storageId, String organizationId, String owner, String mediaPackageId, VersionImpl version)