Uses of Interface
org.opencastproject.assetmanager.api.Snapshot
Packages that use Snapshot
Package
Description
This package and all of its sub-packages contain the API definition of the asset manager.
Implementations are required to be immutable.
-
Uses of Snapshot in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api that return SnapshotModifier and TypeMethodDescriptionAssetManager.takeSnapshot(String owner, org.opencastproject.mediapackage.MediaPackage mp) Take a versioned snapshot of a media package.AssetManager.takeSnapshot(org.opencastproject.mediapackage.MediaPackage mediaPackage) Take a versioned snapshot of a media package using the owner of the last snapshot or the default owner if it does not exist. -
Uses of Snapshot in org.opencastproject.assetmanager.api.fn
Methods in org.opencastproject.assetmanager.api.fn that return types with arguments of type SnapshotModifier and TypeMethodDescriptionARecords.getSnapshot(LinkedHashSet<ARecord> records) Get the snapshot from a record.Methods in org.opencastproject.assetmanager.api.fn with parameters of type SnapshotModifier and TypeMethodDescriptionstatic <A> PropertyProperties.mkProperty(PropertyField<A> f, Snapshot e, A value) Create a property. -
Uses of Snapshot in org.opencastproject.assetmanager.api.query
Methods in org.opencastproject.assetmanager.api.query that return types with arguments of type SnapshotModifier and TypeMethodDescriptionARecord.getSnapshot()Get the snapshot or return none if it has not been specified to fetch it.RichAResult.getSnapshots()Get all selected snapshots.