Package org.camunda.bpm.engine.rest.dto
Class VariableValueDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.VariableValueDto
- Direct Known Subclasses:
HistoricDecisionInputInstanceDto,HistoricDecisionOutputInstanceDto,HistoricVariableInstanceDto,MigrationVariableValidationReportDto,TriggerVariableValueDto,VariableInstanceDto
- Author:
- Daniel Meyer, Thorben Lindhauer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.camunda.bpm.engine.variable.value.FileValuefileValueWithDecodedString(org.camunda.bpm.engine.variable.value.FileValue fileValue, String value) static VariableValueDtofromFormPart(String type, MultipartFormData.FormPart binaryDataFormPart) static Map<String,VariableValueDto> fromMap(org.camunda.bpm.engine.variable.VariableMap variables) static Map<String,VariableValueDto> fromMap(org.camunda.bpm.engine.variable.VariableMap variables, boolean preferSerializedValue) static StringfromRestApiTypeName(String name) static voidfromTypedValue(VariableValueDto dto, org.camunda.bpm.engine.variable.value.TypedValue typedValue) static voidfromTypedValue(VariableValueDto dto, org.camunda.bpm.engine.variable.value.TypedValue typedValue, boolean preferSerializedValue) static VariableValueDtofromTypedValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue) static VariableValueDtofromTypedValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue, boolean preferSerializedValue) getType()getValue()voidvoidvoidsetValueInfo(Map<String, Object> valueInfo) static org.camunda.bpm.engine.variable.VariableMaptoMap(Map<String, VariableValueDto> variables, org.camunda.bpm.engine.ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static StringtoRestApiTypeName(String name) org.camunda.bpm.engine.variable.value.TypedValuetoTypedValue(org.camunda.bpm.engine.ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Field Details
-
type
-
value
-
valueInfo
-
-
Constructor Details
-
VariableValueDto
public VariableValueDto()
-
-
Method Details
-
getType
-
setType
-
getValue
-
setValue
-
getValueInfo
-
setValueInfo
-
toTypedValue
public org.camunda.bpm.engine.variable.value.TypedValue toTypedValue(org.camunda.bpm.engine.ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
fileValueWithDecodedString
protected org.camunda.bpm.engine.variable.value.FileValue fileValueWithDecodedString(org.camunda.bpm.engine.variable.value.FileValue fileValue, String value) -
toMap
public static org.camunda.bpm.engine.variable.VariableMap toMap(Map<String, VariableValueDto> variables, org.camunda.bpm.engine.ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
fromMap
public static Map<String,VariableValueDto> fromMap(org.camunda.bpm.engine.variable.VariableMap variables) -
fromMap
public static Map<String,VariableValueDto> fromMap(org.camunda.bpm.engine.variable.VariableMap variables, boolean preferSerializedValue) -
fromTypedValue
public static VariableValueDto fromTypedValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue) -
fromTypedValue
public static VariableValueDto fromTypedValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue, boolean preferSerializedValue) -
fromTypedValue
public static void fromTypedValue(VariableValueDto dto, org.camunda.bpm.engine.variable.value.TypedValue typedValue) -
fromTypedValue
public static void fromTypedValue(VariableValueDto dto, org.camunda.bpm.engine.variable.value.TypedValue typedValue, boolean preferSerializedValue) -
toRestApiTypeName
-
fromRestApiTypeName
-
fromFormPart
public static VariableValueDto fromFormPart(String type, MultipartFormData.FormPart binaryDataFormPart)
-