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 |
---|---|
protected org.camunda.bpm.engine.variable.value.FileValue |
fileValueWithDecodedString(org.camunda.bpm.engine.variable.value.FileValue fileValue,
String value) |
static VariableValueDto |
fromFormPart(String type,
MultipartFormData.FormPart binaryDataFormPart) |
static String |
fromRestApiTypeName(String name) |
static VariableValueDto |
fromTypedValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue) |
static VariableValueDto |
fromTypedValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue,
boolean preferSerializedValue) |
static void |
fromTypedValue(VariableValueDto dto,
org.camunda.bpm.engine.variable.value.TypedValue typedValue) |
static void |
fromTypedValue(VariableValueDto dto,
org.camunda.bpm.engine.variable.value.TypedValue typedValue,
boolean preferSerializedValue) |
static Map<String,VariableValueDto> |
fromVariableMap(org.camunda.bpm.engine.variable.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 org.camunda.bpm.engine.variable.VariableMap |
toMap(Map<String,VariableValueDto> variables,
ProcessEngine processEngine,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static String |
toRestApiTypeName(String name) |
org.camunda.bpm.engine.variable.value.TypedValue |
toTypedValue(ProcessEngine processEngine,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
public String getType()
public void setType(String type)
public Object getValue()
public void setValue(Object value)
public org.camunda.bpm.engine.variable.value.TypedValue toTypedValue(ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected org.camunda.bpm.engine.variable.value.FileValue fileValueWithDecodedString(org.camunda.bpm.engine.variable.value.FileValue fileValue, String value)
public static org.camunda.bpm.engine.variable.VariableMap toMap(Map<String,VariableValueDto> variables, ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static VariableValueDto fromTypedValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue)
public static VariableValueDto fromTypedValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue, boolean preferSerializedValue)
public static void fromTypedValue(VariableValueDto dto, org.camunda.bpm.engine.variable.value.TypedValue typedValue)
public static void fromTypedValue(VariableValueDto dto, org.camunda.bpm.engine.variable.value.TypedValue typedValue, boolean preferSerializedValue)
public static Map<String,VariableValueDto> fromVariableMap(org.camunda.bpm.engine.variable.VariableMap variables)
public static VariableValueDto fromFormPart(String type, MultipartFormData.FormPart binaryDataFormPart)
Copyright © 2017. All rights reserved.