Uses of Class
org.opencastproject.assetmanager.api.Value.ValueType
-
Packages that use Value.ValueType 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 org.opencastproject.assetmanager.api.query Implementations are required to be immutable. -
-
Uses of Value.ValueType in org.opencastproject.assetmanager.api
Subclasses of Value.ValueType in org.opencastproject.assetmanager.api Modifier and Type Class Description static classValue.BooleanTypestatic classValue.DateTypestatic classValue.LongTypestatic classValue.StringTypestatic classValue.UntypedTypestatic classValue.VersionTypeMethods in org.opencastproject.assetmanager.api that return Value.ValueType Modifier and Type Method Description Value.ValueType<?>Value. getType()Methods in org.opencastproject.assetmanager.api with parameters of type Value.ValueType Modifier and Type Method Description <A> AValue. get(Value.ValueType<A> ev)Get the wrapped value in a type safe way.static <A> Value.TypedValue<A>Value. mk(Value.ValueType<A> mk, A a)Generic constructor. -
Uses of Value.ValueType in org.opencastproject.assetmanager.api.fn
Methods in org.opencastproject.assetmanager.api.fn with parameters of type Value.ValueType Modifier and Type Method Description static <A> com.entwinemedia.fn.Fn<Property,A>Properties. getValue(Value.ValueType<A> ev)Create a function to get a value from a property.static <A> com.entwinemedia.fn.StreamFold<Property,A>Properties. getValue(Value.ValueType<A> ev, String propertyName)Create a stream fold to find the first property whose name matches the given one and extract its value.static <A> com.entwinemedia.fn.StreamFold<Property,A>Properties. getValue(Value.ValueType<A> ev, PropertyName name)Create a stream fold to find the first property whose full qualified name matches the given one and extract its value.static <A> com.entwinemedia.fn.StreamFold<Property,com.entwinemedia.fn.data.Opt<A>>Properties. getValueOpt(Value.ValueType<A> ev, String propertyName)Create a stream fold to find the first property whose name matches the given one and extract its value, wrapped in anOpt.static <A> com.entwinemedia.fn.StreamFold<Property,com.entwinemedia.fn.data.Opt<A>>Properties. getValueOpt(Value.ValueType<A> ev, PropertyName name)Create a stream fold to find the first property whose full qualified name matches the given one and extract their values, wrapped in anOpt. -
Uses of Value.ValueType in org.opencastproject.assetmanager.api.query
Methods in org.opencastproject.assetmanager.api.query with parameters of type Value.ValueType Modifier and Type Method Description protected <A> PropertyField<A>PropertySchema. prop(Value.ValueType<A> ev, String name)Generic property field constructor.<A> PropertyField<A>AQueryBuilder. property(Value.ValueType<A> ev, String namespace, String name)Create a field to query properties.<A> PropertyField<A>AQueryBuilder. property(Value.ValueType<A> ev, PropertyName fqn)
-