Class HistoricVariableUpdateDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
- Direct Known Subclasses:
OptimizeHistoricVariableUpdateDto
- Author:
- Roman Smirnov
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Boolean
protected int
protected Object
protected String
protected String
protected String
Fields inherited from class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
activityInstanceId, caseDefinitionId, caseDefinitionKey, caseExecutionId, caseInstanceId, executionId, id, processDefinitionId, processDefinitionKey, processInstanceId, removalTime, rootProcessInstanceId, taskId, tenantId, time, userOperationId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HistoricVariableUpdateDto
fromHistoricVariableUpdate
(HistoricVariableUpdate historicVariableUpdate) protected static void
fromHistoricVariableUpdate
(HistoricVariableUpdateDto dto, HistoricVariableUpdate historicVariableUpdate) int
getValue()
Methods inherited from class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
fromHistoricDetail, fromHistoricDetail, getActivityInstanceId, getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getExecutionId, getId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRemovalTime, getRootProcessInstanceId, getTaskId, getTenantId, getTime, getUserOperationId
-
Field Details
-
variableName
-
variableInstanceId
-
variableType
-
value
-
valueInfo
-
initial
-
revision
protected int revision -
errorMessage
-
-
Constructor Details
-
HistoricVariableUpdateDto
public HistoricVariableUpdateDto()
-
-
Method Details
-
getVariableName
-
getVariableInstanceId
-
getVariableType
-
getValue
-
getInitial
-
getRevision
public int getRevision() -
getErrorMessage
-
getValueInfo
-
fromHistoricVariableUpdate
public static HistoricVariableUpdateDto fromHistoricVariableUpdate(HistoricVariableUpdate historicVariableUpdate) -
fromHistoricVariableUpdate
protected static void fromHistoricVariableUpdate(HistoricVariableUpdateDto dto, HistoricVariableUpdate historicVariableUpdate)
-