org.camunda.bpm.engine.rest.dto.history
Class HistoricVariableUpdateDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
public class HistoricVariableUpdateDto
- extends HistoricDetailDto
- Author:
- Roman Smirnov
| 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 |
| 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 |
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
HistoricVariableUpdateDto
public HistoricVariableUpdateDto()
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.