Class HistoricVariableUpdateDto

    • Field Detail

      • variableName

        protected String variableName
      • variableInstanceId

        protected String variableInstanceId
      • variableType

        protected String variableType
      • value

        protected Object value
      • initial

        protected Boolean initial
      • revision

        protected int revision
      • errorMessage

        protected String errorMessage
    • Constructor Detail

      • HistoricVariableUpdateDto

        public HistoricVariableUpdateDto()
    • Method Detail

      • 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()
      • 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)