Uses of Class
org.opencastproject.assetmanager.api.Value
Packages that use Value
Package
Description
This package and all of its sub-packages contain the API definition of the asset manager.
-
Uses of Value in org.opencastproject.assetmanager.api
Subclasses of Value in org.opencastproject.assetmanager.apiModifier and TypeClassDescriptionstatic final classA value of typeBoolean.static final classA value of typeDate.static final classA value of typeLong.static final classA value of typeString.static classHelper type to reduce boilerplate code.static final classA value of typeVersion.Methods in org.opencastproject.assetmanager.api that return ValueMethods in org.opencastproject.assetmanager.api with parameters of type ValueModifier and TypeMethodDescriptionstatic ObjectValues.getValueUntyped(Value v) static PropertyProperty.mk(PropertyId id, Value value) Constructors in org.opencastproject.assetmanager.api with parameters of type Value -
Uses of Value in org.opencastproject.assetmanager.api.fn
Methods in org.opencastproject.assetmanager.api.fn with parameters of type ValueModifier and TypeMethodDescriptionstatic PropertyProperties.mkProperty(String mpId, String namespace, String name, Value value) Create a property.static booleanProperties.setProperty(AssetManager am, String mpId, String namespace, String propertyName, Value value) Deprecated.
PropertySchemainstead of creating property IDs manually