Package | Description |
---|---|
com.edorasware.commons.core.any |
Classes for generic work object management.
|
com.edorasware.commons.core.entity |
Classes to model business entities.
|
com.edorasware.commons.core.modification.entity |
Classes related to entity modifications.
|
com.edorasware.commons.core.service.entity |
Classes related to entity services.
|
Modifier and Type | Method and Description |
---|---|
WorkObjectId |
AnyWorkObjectService.startWorkObject(WorkObjectDefinitionId workObjectDefinitionId,
VariableMap variables)
Starts a new work object based on the work object definition with the given id.
|
WorkObjectId |
AnyWorkObjectService.startWorkObject(WorkObjectDefinitionId workObjectDefinitionId,
VariableMap variables,
WorkObjectId parentId)
Starts a new work object based on the work object definition with the given id.
|
Modifier and Type | Method and Description |
---|---|
VariableMap |
VariableMap.Builder.build()
Builds a new VariableMap.
|
static VariableMap |
VariableMap.of()
Creates an empty VariableMap.
|
static VariableMap |
VariableMap.of(Map<String,Object> variables)
Creates a VariableMap based on the specified map of variables.
|
static VariableMap |
VariableMap.of(String name,
Object value)
Creates a new VariableMap with a single entry based on the given name and value.
|
static VariableMap |
VariableMap.of(String name1,
Object value1,
String name2,
Object value2)
Creates a new VariableMap with two entries based on the given sequence of name/value.
|
static VariableMap |
VariableMap.of(String name1,
Object value1,
String name2,
Object value2,
String name3,
Object value3)
Creates a new VariableMap with three entries based on the given sequence of name/value.
|
static <V> VariableMap |
VariableMap.of(VariableName<V,?> name,
V value)
Creates a new VariableMap with a single entry based on the given name and value.
|
static <V1,V2> VariableMap |
VariableMap.of(VariableName<V1,?> name1,
V1 value1,
VariableName<V2,?> name2,
V2 value2)
Creates a new VariableMap with two entries based on the given sequence of name/value.
|
static <V1,V2,V3> VariableMap |
VariableMap.of(VariableName<V1,?> name1,
V1 value1,
VariableName<V2,?> name2,
V2 value2,
VariableName<V3,?> name3,
V3 value3)
Creates a new VariableMap with three entries based on the given sequence of name/value.
|
Modifier and Type | Method and Description |
---|---|
static VariableMap.Builder |
VariableMap.builder(VariableMap template)
Creates a builder for a new VariableMap instance and applies the given template.
|
SELF |
DomainObject.DomainObjectBuilder.putVariables(VariableMap variables)
Adds the name/value pairs as variables to the current variables.
|
Modifier and Type | Method and Description |
---|---|
SELF |
DomainObjectModification.DomainObjectModificationBuilder.putVariables(VariableMap variables) |
Modifier and Type | Method and Description |
---|---|
void |
BaseDomainObjectService.putVariables(GlobalId globalId,
VariableMap variables,
String description) |
void |
DomainObjectService.putVariables(GlobalId globalId,
VariableMap variables,
String description)
Associates the given variables with the specified entity.
|
void |
BaseDomainObjectService.putVariables(T entityId,
VariableMap variables,
String description) |
void |
DomainObjectService.putVariables(T id,
VariableMap variables,
String description)
Associates the given variables with the specified entity.
|
SELF |
DomainObjectUpdate.Builder.putVariables(VariableMap variables)
Sets new variable values.
|
T |
BaseDomainObjectService.startEntity(D definitionId,
VariableMap variables) |
T |
DomainObjectService.startEntity(D definitionId,
VariableMap variables)
Starts a new entity based on the definition with the given id.
|
T |
BaseWorkObjectService.startEntity(D definitionId,
VariableMap variables,
WorkObjectId parentId) |
T |
WorkObjectService.startEntity(D definitionId,
VariableMap variables,
WorkObjectId parentId)
Starts a new entity based on the definition with the given id.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.