Uses of Class
org.opencastproject.assetmanager.api.Value
-
Packages that use Value 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 -
-
Uses of Value in org.opencastproject.assetmanager.api
Subclasses of Value in org.opencastproject.assetmanager.api Modifier and Type Class Description static classValue.BooleanValueA value of typeBoolean.static classValue.DateValueA value of typeDate.static classValue.LongValueA value of typeLong.static classValue.StringValueA value of typeString.static classValue.TypedValue<A>Helper type to reduce boilerplate code.static classValue.VersionValueA value of typeVersion.Methods in org.opencastproject.assetmanager.api that return Value Modifier and Type Method Description ValueProperty. getValue()Methods in org.opencastproject.assetmanager.api with parameters of type Value Modifier and Type Method Description static ObjectValues. getValueUntyped(Value v)static PropertyProperty. mk(PropertyId id, Value value)Constructors in org.opencastproject.assetmanager.api with parameters of type Value Constructor Description Property(PropertyId id, Value value) -
Uses of Value in org.opencastproject.assetmanager.api.fn
Fields in org.opencastproject.assetmanager.api.fn with type parameters of type Value Modifier and Type Field Description static com.entwinemedia.fn.Fn<Property,Value>Properties. getValueProperty.getValue()as a function.Methods in org.opencastproject.assetmanager.api.fn with parameters of type Value Modifier and Type Method Description static 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.make use of aPropertySchemainstead of creating property IDs manually
-