All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected FileValue |
fileValueWithDecodedString(FileValue fileValue,
String value) |
static VariableValueDto |
fromFormPart(String type,
MultipartFormData.FormPart binaryDataFormPart) |
static Map<String,VariableValueDto> |
fromMap(VariableMap variables) |
static Map<String,VariableValueDto> |
fromMap(VariableMap variables,
boolean preferSerializedValue) |
static String |
fromRestApiTypeName(String name) |
static VariableValueDto |
fromTypedValue(TypedValue typedValue) |
static VariableValueDto |
fromTypedValue(TypedValue typedValue,
boolean preferSerializedValue) |
static void |
fromTypedValue(VariableValueDto dto,
TypedValue typedValue) |
static void |
fromTypedValue(VariableValueDto dto,
TypedValue typedValue,
boolean preferSerializedValue) |
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,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static String |
toRestApiTypeName(String name) |
TypedValue |
toTypedValue(ProcessEngine processEngine,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |