Package org.opencastproject.assetmanager.api
package org.opencastproject.assetmanager.api
This package and all of its sub-packages contain the API definition of the asset manager.
Implementations of this API must neither accept nor yield null values. The use of null
to indicate optionality is strictly prohibited. Use the Opt
type instead.
-
ClassDescriptionAn asset is a
MediaPackageElementunder the control of theAssetManager.The AssetManager stores versioned snapshots of media packages.A common exception indicating various issues.The availability of an asset.A property of a media package.A full qualified property name.A versioned snapshot of aMediaPackageunder the control of theAssetManager.A property value.A value of typeBoolean.A value of typeDate.A value of typeLong.A value of typeString.Helper type to reduce boilerplate code.ValueType gives evidence that typeAis suitable for the creation of aValue.A value of typeVersion.The version of an archived media package or element.