Uses of Class
org.opencastproject.assetmanager.api.Availability
-
Packages that use Availability 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.query Implementations are required to be immutable. -
-
Uses of Availability in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api that return Availability Modifier and Type Method Description AvailabilityAsset. getAvailability()Tell about the availability of the asset.AvailabilitySnapshot. getAvailability()Get the availability of the media package's assets.static AvailabilityAvailability. valueOf(String name)Returns the enum constant of this type with the specified name.static Availability[]Availability. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Availability in org.opencastproject.assetmanager.api.query
Methods in org.opencastproject.assetmanager.api.query with parameters of type Availability Modifier and Type Method Description PredicateAQueryBuilder. availability(Availability availability)
-