Uses of Interface
org.opencastproject.assetmanager.api.Version
-
Packages that use Version Package Description org.opencastproject.assetmanager.api This package and all of its sub-packages contain the API definition of the asset manager.org.opencastproject.assetmanager.api.fn org.opencastproject.assetmanager.api.query Implementations are required to be immutable.org.opencastproject.assetmanager.api.storage -
-
Uses of Version in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api that return Version Modifier and Type Method Description VersionAssetId. getVersion()VersionSnapshot. getVersion()Get the version.Methods in org.opencastproject.assetmanager.api that return types with arguments of type Version Modifier and Type Method Description Value.TypedValue<Version>Value.VersionType. mk(Version a)com.entwinemedia.fn.data.Opt<Version>AssetManager. toVersion(String version)Deserialize a version from a string.Methods in org.opencastproject.assetmanager.api with parameters of type Version Modifier and Type Method Description com.entwinemedia.fn.data.Opt<Asset>AssetManager. getAsset(Version version, String mpId, String mpeId)Get the asset that is uniquely identified by the triple {version, media package ID, media package element ID}.RichAResultAssetManager. getSnapshotsByIdAndVersion(String mpId, Version version)Returns a stream ofRichAResultfiltered by mediapackage ID and versionbooleanVersion. isOlder(Version v)Check if this version is older thanv.booleanVersion. isYounger(Version v)Check if this version is younger thanv.static AssetIdAssetId. mk(Version version, String mpId, String mpeId)static Value.VersionValueValue. mk(Version value)Create a new value of typeVersion.Value.TypedValue<Version>Value.VersionType. mk(Version a)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 Constructor Description AssetId(Version version, String mpId, String mpeId)VersionValue(Version value) -
Uses of Version in org.opencastproject.assetmanager.api.fn
Fields in org.opencastproject.assetmanager.api.fn with type parameters of type Version Modifier and Type Field Description static com.entwinemedia.fn.Fn<Snapshot,Version>Snapshots. getVersionGet the version of a snapshot. -
Uses of Version in org.opencastproject.assetmanager.api.query
Methods in org.opencastproject.assetmanager.api.query that return types with arguments of type Version Modifier and Type Method Description com.entwinemedia.fn.Stream<Version>RichAResult. getVersions()Get all selected versions.protected PropertyField<Version>PropertySchema. versionProp(String name)Create a property field for Versions. -
Uses of Version in org.opencastproject.assetmanager.api.storage
Methods in org.opencastproject.assetmanager.api.storage that return Version Modifier and Type Method Description VersionStoragePath. getVersion()Methods in org.opencastproject.assetmanager.api.storage that return types with arguments of type Version Modifier and Type Method Description com.entwinemedia.fn.data.Opt<Version>DeletionSelector. getVersion()Methods in org.opencastproject.assetmanager.api.storage with parameters of type Version Modifier and Type Method Description static DeletionSelectorDeletionSelector. delete(String organizationId, String mediaPackageId, Version version)static StoragePathStoragePath. mk(String organizationId, String mediaPackageId, Version version, String mediaPackageElementId)Constructors in org.opencastproject.assetmanager.api.storage with parameters of type Version Constructor Description StoragePath(String organizationId, String mediaPackageId, Version version, String mediaPackageElementId)Constructor parameters in org.opencastproject.assetmanager.api.storage with type arguments of type Version Constructor Description DeletionSelector(String organizationId, String mediaPackageId, com.entwinemedia.fn.data.Opt<Version> version)
-