Package | Description |
---|---|
com.edorasware.api.value |
Work object value access.
|
com.edorasware.api.workobject |
Interfaces for work object access and manipulation.
|
Modifier and Type | Method and Description |
---|---|
ValueMap |
ValueMap.Builder.build()
Builds the new value map.
|
ValueMap |
ValueMap.filter(Predicate<Map.Entry<String,Object>> predicate)
Filers values in the instance based on the input predicate
|
static ValueMap |
ValueMap.of()
Creates an empty value map.
|
static ValueMap |
ValueMap.of(Map<String,Object> values)
Creates a value map from the given serialized values.
|
static ValueMap |
ValueMap.of(String name,
Object value)
Creates a new value map from the given name/value pair.
|
static ValueMap |
ValueMap.of(String name1,
Object value1,
String name2,
Object value2)
Creates a new value map from the given name/value pairs.
|
static ValueMap |
ValueMap.of(String name1,
Object value1,
String name2,
Object value2,
String name3,
Object value3)
Creates a new value map from the given name/value pairs.
|
static <V> ValueMap |
ValueMap.of(ValueAccessor<V> valueAccessor,
V value)
Creates a new value map from the given name/value pair.
|
static <V1,V2> ValueMap |
ValueMap.of(ValueAccessor<V1> accessor1,
V1 value1,
ValueAccessor<V2> accessor2,
V2 value2)
Creates a new value map from the given name/value pairs.
|
static <V1,V2,V3> ValueMap |
ValueMap.of(ValueAccessor<V1> accessor1,
V1 value1,
ValueAccessor<V2> accessor2,
V2 value2,
ValueAccessor<V3> accessor3,
V3 value3)
Creates a new value map from the given name/value pairs.
|
Modifier and Type | Method and Description |
---|---|
static ValueMap.Builder |
ValueMap.builder(ValueMap template)
Creates a builder for a new value map instance from the given template map.
|
Modifier and Type | Method and Description |
---|---|
ValueMap |
WorkObjectValueGetters.getValues()
Returns a value map containing all values set on the work object.
|
Modifier and Type | Method and Description |
---|---|
SELF |
WorkObjectValueSetters.values(ValueMap valueMap)
Sets the values provided in the given variable map.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.