Class VariableValueDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.VariableValueDto
Direct Known Subclasses:
HistoricDecisionInputInstanceDto, HistoricDecisionOutputInstanceDto, HistoricVariableInstanceDto, MigrationVariableValidationReportDto, TriggerVariableValueDto, VariableInstanceDto

public class VariableValueDto extends Object
Author:
Daniel Meyer, Thorben Lindhauer
  • Field Details

  • Constructor Details

    • VariableValueDto

      public VariableValueDto()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • getValueInfo

      public Map<String,Object> getValueInfo()
    • setValueInfo

      public void setValueInfo(Map<String,Object> valueInfo)
    • 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

      public static String toRestApiTypeName(String name)
    • fromRestApiTypeName

      public static String fromRestApiTypeName(String name)
    • fromFormPart

      public static VariableValueDto fromFormPart(String type, MultipartFormData.FormPart binaryDataFormPart)