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, removalTime, rootProcessInstanceId, taskId, tenantId, time, userOperationId| Constructor and Description |
|---|
HistoricVariableUpdateDto() |
| Modifier and Type | Method and Description |
|---|---|
static HistoricVariableUpdateDto |
fromHistoricVariableUpdate(HistoricVariableUpdate historicVariableUpdate) |
protected static void |
fromHistoricVariableUpdate(HistoricVariableUpdateDto dto,
HistoricVariableUpdate historicVariableUpdate) |
String |
getErrorMessage() |
int |
getRevision() |
Object |
getValue() |
Map<String,Object> |
getValueInfo() |
String |
getVariableInstanceId() |
String |
getVariableName() |
String |
getVariableType() |
fromHistoricDetail, fromHistoricDetail, getActivityInstanceId, getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getExecutionId, getId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRemovalTime, getRootProcessInstanceId, getTaskId, getTenantId, getTime, getUserOperationIdprotected 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)
protected static void fromHistoricVariableUpdate(HistoricVariableUpdateDto dto, HistoricVariableUpdate historicVariableUpdate)
Copyright © 2013–2019 camunda services GmbH. All rights reserved.