public class VariableValueDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
type |
protected Object |
value |
protected Map<String,Object> |
valueInfo |
Constructor and Description |
---|
VariableValueDto() |
Modifier and Type | Method and Description |
---|---|
static String |
fromRestApiTypeName(String name) |
static VariableValueDto |
fromTypedValue(TypedValue typedValue) |
static void |
fromTypedValue(VariableValueDto dto,
TypedValue typedValue) |
static Map<String,VariableValueDto> |
fromVariableMap(VariableMap variables) |
String |
getType() |
Object |
getValue() |
Map<String,Object> |
getValueInfo() |
void |
setType(String type) |
void |
setValue(Object value) |
void |
setValueInfo(Map<String,Object> valueInfo) |
static VariableMap |
toMap(Map<String,VariableValueDto> variables,
ProcessEngine processEngine,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
static String |
toRestApiTypeName(String name) |
TypedValue |
toTypedValue(ProcessEngine processEngine,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
public String getType()
public void setType(String type)
public Object getValue()
public void setValue(Object value)
public TypedValue toTypedValue(ProcessEngine processEngine, org.codehaus.jackson.map.ObjectMapper objectMapper)
public static VariableMap toMap(Map<String,VariableValueDto> variables, ProcessEngine processEngine, org.codehaus.jackson.map.ObjectMapper objectMapper)
public static VariableValueDto fromTypedValue(TypedValue typedValue)
public static void fromTypedValue(VariableValueDto dto, TypedValue typedValue)
public static Map<String,VariableValueDto> fromVariableMap(VariableMap variables)
Copyright © 2018. All rights reserved.