Class HistoricVariableUpdateDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
Direct Known Subclasses:
OptimizeHistoricVariableUpdateDto

public class HistoricVariableUpdateDto extends HistoricDetailDto
Author:
Roman Smirnov
  • Field Details

    • variableName

      protected String variableName
    • variableInstanceId

      protected String variableInstanceId
    • variableType

      protected String variableType
    • value

      protected Object value
    • valueInfo

      protected Map<String,Object> valueInfo
    • initial

      protected Boolean initial
    • revision

      protected int revision
    • errorMessage

      protected String errorMessage
  • Constructor Details

    • HistoricVariableUpdateDto

      public HistoricVariableUpdateDto()
  • Method Details

    • getVariableName

      public String getVariableName()
    • getVariableInstanceId

      public String getVariableInstanceId()
    • getVariableType

      public String getVariableType()
    • getValue

      public Object getValue()
    • getInitial

      public Boolean getInitial()
    • getRevision

      public int getRevision()
    • getErrorMessage

      public String getErrorMessage()
    • getValueInfo

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

      public static HistoricVariableUpdateDto fromHistoricVariableUpdate(org.camunda.bpm.engine.history.HistoricVariableUpdate historicVariableUpdate)
    • fromHistoricVariableUpdate

      protected static void fromHistoricVariableUpdate(HistoricVariableUpdateDto dto, org.camunda.bpm.engine.history.HistoricVariableUpdate historicVariableUpdate)