Uses of Interface
org.opencastproject.assetmanager.api.Version
Packages that use Version
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 Version in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api that return VersionMethods in org.opencastproject.assetmanager.api that return types with arguments of type VersionModifier and TypeMethodDescriptionDeserialize a version from a string.Methods in org.opencastproject.assetmanager.api with parameters of type VersionModifier and TypeMethodDescriptionGet the asset that is uniquely identified by the triple {version, media package ID, media package element ID}.AssetManager.getSnapshotByMpIdOrgIdAndVersion(String mpId, String orgId, Version version) Gets a snapshot that confirms to the given parametersAssetManager.getSnapshotsByIdAndVersion(String mpId, Version version) Returns a list ofSnapshotfiltered by mediapackage ID and versionbooleanCheck if this version is older thanv.booleanCheck if this version is younger thanv.static AssetIdstatic Value.VersionValueCreate a new value of typeVersion.voidAssetManager.moveSnapshotsByIdAndVersion(String mpId, Version version, String targetStore) Moves a specific version of a given mediapackage ID to a new storevoidAssetManager.moveSnapshotToStore(Version version, String mpId, String storeId) Move snapshot from current store to new store Note: This may require downloading and re-uploadingConstructors in org.opencastproject.assetmanager.api with parameters of type Version -
Uses of Version in org.opencastproject.assetmanager.api.storage
Methods in org.opencastproject.assetmanager.api.storage that return VersionMethods in org.opencastproject.assetmanager.api.storage that return types with arguments of type VersionMethods in org.opencastproject.assetmanager.api.storage with parameters of type VersionModifier and TypeMethodDescriptionstatic DeletionSelectorstatic StoragePathStoragePath.mk(String organizationId, String mediaPackageId, Version version, String mediaPackageElementId) Constructors in org.opencastproject.assetmanager.api.storage with parameters of type VersionModifierConstructorDescriptionStoragePath(String organizationId, String mediaPackageId, Version version, String mediaPackageElementId) Constructor parameters in org.opencastproject.assetmanager.api.storage with type arguments of type VersionModifierConstructorDescriptionDeletionSelector(String organizationId, String mediaPackageId, Optional<Version> version) -
Uses of Version in org.opencastproject.assetmanager.impl
Classes in org.opencastproject.assetmanager.impl that implement VersionModifier and TypeClassDescriptionfinal classThe version of an archived media package or element.Methods in org.opencastproject.assetmanager.impl that return VersionMethods in org.opencastproject.assetmanager.impl that return types with arguments of type VersionModifier and TypeMethodDescriptionMisc.Methods in org.opencastproject.assetmanager.impl with parameters of type VersionModifier and TypeMethodDescriptionintstatic VersionImplTry to cast a Version into a VersionImpl.AssetManagerImpl.getSnapshotByMpIdOrgIdAndVersion(String mpId, String orgId, Version version) AssetManagerImpl.getSnapshotsByIdAndVersion(String mpId, Version version) AssetManagerImpl.getSnapshotStorageLocation(Version version, String mpId) protected StringAssetManagerJobProducer.internalMoveByIdAndVersion(Version version, String mpId, String targetStorage) Triggers the move operation inside theAssetManagerbooleanbooleanstatic VersionImplAssetManagerJobProducer.moveByIdAndVersion(Version version, String mpId, String targetStorage) Spawns a job to move a single snapshot from its current storage to a new target storage locationvoidAssetManagerImpl.moveSnapshotsByIdAndVersion(String mpId, Version version, String targetStore) voidAssetManagerImpl.moveSnapshotToStore(Version version, String mpId, String storeId) voidAssetManagerImpl.setAvailability(Version version, String mpId, Availability availability) Used for testingConstructors in org.opencastproject.assetmanager.impl with parameters of type VersionModifierConstructorDescriptionSnapshotImpl(Long id, Version version, String organizationId, Date archivalDate, Availability availability, String storageId, String owner, MediaPackage mediaPackage) SnapshotImpl(Version version, String organizationId, Date archivalDate, Availability availability, String storageId, String owner, MediaPackage mediaPackage)