Package | Description |
---|---|
com.edorasware.commons.core.any |
Classes for generic work object management.
|
com.edorasware.commons.core.entity |
Classes to model business entities.
|
Modifier and Type | Method and Description |
---|---|
AnyWorkObjectDefinition.Builder |
AnyWorkObjectDefinition.Builder.putProperties(PropertyMap properties)
Adds the name/value pairs as properties to the current properties.
|
AnyWorkObjectDefinitionModification.Builder |
AnyWorkObjectDefinitionModification.Builder.putProperties(PropertyMap properties) |
Modifier and Type | Method and Description |
---|---|
PropertyMap |
PropertyMap.Builder.build()
Builds a new PropertyMap.
|
static PropertyMap |
PropertyMap.of()
Creates an empty PropertyMap.
|
static <V> PropertyMap |
PropertyMap.of(PropertyName<V> name,
V value)
Creates a new PropertyMap with a single entry based on the given name and value.
|
static <V1,V2> PropertyMap |
PropertyMap.of(PropertyName<V1> name1,
V1 value1,
PropertyName<V2> name2,
V2 value2)
Creates a new PropertyMap with two entries based on the given sequence of name/value.
|
static <V1,V2,V3> PropertyMap |
PropertyMap.of(PropertyName<V1> name1,
V1 value1,
PropertyName<V2> name2,
V2 value2,
PropertyName<V3> name3,
V3 value3)
Creates a new PropertyMap with three entries based on the given sequence of name/value.
|
Modifier and Type | Method and Description |
---|---|
static PropertyMap.Builder |
PropertyMap.builder(PropertyMap template)
Creates a builder for a new PropertyMap instance and applies the given template.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.