public class HistoricVariableUpdateDto extends HistoricDetailDto
Modifier and Type | Field and Description |
---|---|
protected String |
errorMessage |
protected int |
revision |
protected Object |
value |
protected Map<String,Object> |
valueInfo |
protected String |
variableInstanceId |
protected String |
variableName |
protected String |
variableType |
activityInstanceId, caseDefinitionId, caseDefinitionKey, caseExecutionId, caseInstanceId, executionId, id, processDefinitionId, processDefinitionKey, processInstanceId, taskId, tenantId, time
Constructor and Description |
---|
HistoricVariableUpdateDto() |
Modifier and Type | Method and Description |
---|---|
static HistoricVariableUpdateDto |
fromHistoricVariableUpdate(HistoricVariableUpdate historicVariableUpdate) |
String |
getErrorMessage() |
int |
getRevision() |
Object |
getValue() |
Map<String,Object> |
getValueInfo() |
String |
getVariableInstanceId() |
String |
getVariableName() |
String |
getVariableType() |
fromHistoricDetail, getActivityInstanceId, getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getExecutionId, getId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getTaskId, getTenantId, getTime
protected String variableName
protected String variableInstanceId
protected String variableType
protected Object value
protected int revision
protected String errorMessage
public String getVariableName()
public String getVariableInstanceId()
public String getVariableType()
public Object getValue()
public int getRevision()
public String getErrorMessage()
public static HistoricVariableUpdateDto fromHistoricVariableUpdate(HistoricVariableUpdate historicVariableUpdate)
Copyright © 2018. All rights reserved.