org.camunda.bpm.engine.rest.dto.history
Class HistoricVariableUpdateDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
      extended by org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto

public class HistoricVariableUpdateDto
extends HistoricDetailDto

Author:
Roman Smirnov

Field Summary
protected  String errorMessage
           
protected  int revision
           
protected  Object value
           
protected  Map<String,Object> valueInfo
           
protected  String variableInstanceId
           
protected  String variableName
           
protected  String variableType
           
 
Fields inherited from class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
activityInstanceId, caseDefinitionId, caseDefinitionKey, caseExecutionId, caseInstanceId, executionId, id, processDefinitionId, processDefinitionKey, processInstanceId, taskId, tenantId, time
 
Constructor Summary
HistoricVariableUpdateDto()
           
 
Method Summary
static HistoricVariableUpdateDto fromHistoricVariableUpdate(HistoricVariableUpdate historicVariableUpdate)
           
 String getErrorMessage()
           
 int getRevision()
           
 Object getValue()
           
 Map<String,Object> getValueInfo()
           
 String getVariableInstanceId()
           
 String getVariableName()
           
 String getVariableType()
           
 
Methods inherited from class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
fromHistoricDetail, getActivityInstanceId, getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getExecutionId, getId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getTaskId, getTenantId, getTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

variableName

protected String variableName

variableInstanceId

protected String variableInstanceId

variableType

protected String variableType

value

protected Object value

valueInfo

protected Map<String,Object> valueInfo

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

getRevision

public int getRevision()

getErrorMessage

public String getErrorMessage()

getValueInfo

public Map<String,Object> getValueInfo()

fromHistoricVariableUpdate

public static HistoricVariableUpdateDto fromHistoricVariableUpdate(HistoricVariableUpdate historicVariableUpdate)


Copyright © 2016 camunda services GmbH. All rights reserved.