Uses of Class
org.opencastproject.assetmanager.api.Property
Packages that use Property
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 Property in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api that return PropertyMethods in org.opencastproject.assetmanager.api that return types with arguments of type PropertyModifier and TypeMethodDescriptionAssetManager.selectProperties(String mediaPackageId, String namespace) Select all properties for a specific media package.Methods in org.opencastproject.assetmanager.api with parameters of type PropertyModifier and TypeMethodDescriptionbooleanAssetManager.setProperty(Property property) Set a property. -
Uses of Property in org.opencastproject.assetmanager.api.fn
Methods in org.opencastproject.assetmanager.api.fn that return PropertyModifier and TypeMethodDescriptionstatic PropertyProperties.mkProperty(String mpId, String namespace, String name, Value value) Create a property.static <A> PropertyProperties.mkProperty(PropertyField<A> f, Snapshot e, A value) Create a property.static <A> PropertyProperties.mkProperty(PropertyField<A> f, org.opencastproject.mediapackage.MediaPackage mp, A value) Create a property.Methods in org.opencastproject.assetmanager.api.fn that return types with arguments of type Property -
Uses of Property in org.opencastproject.assetmanager.api.query
Methods in org.opencastproject.assetmanager.api.query that return PropertyMethods in org.opencastproject.assetmanager.api.query that return types with arguments of type PropertyModifier and TypeMethodDescriptionARecord.getProperties()Get all properties associated with an episode.RichAResult.getProperties()