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
public class HistoricVariableUpdateDto extends HistoricDetailDto
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected StringerrorMessageprotected Booleaninitialprotected intrevisionprotected Objectvalueprotected Map<String,Object>valueInfoprotected StringvariableInstanceIdprotected StringvariableNameprotected StringvariableType-
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
Constructors Constructor Description HistoricVariableUpdateDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoricVariableUpdateDtofromHistoricVariableUpdate(org.camunda.bpm.engine.history.HistoricVariableUpdate historicVariableUpdate)protected static voidfromHistoricVariableUpdate(HistoricVariableUpdateDto dto, org.camunda.bpm.engine.history.HistoricVariableUpdate historicVariableUpdate)StringgetErrorMessage()BooleangetInitial()intgetRevision()ObjectgetValue()Map<String,Object>getValueInfo()StringgetVariableInstanceId()StringgetVariableName()StringgetVariableType()-
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
-
-
-
-
Method Detail
-
getVariableName
public String getVariableName()
-
getVariableInstanceId
public String getVariableInstanceId()
-
getVariableType
public String getVariableType()
-
getValue
public Object getValue()
-
getInitial
public Boolean getInitial()
-
getRevision
public int getRevision()
-
getErrorMessage
public String getErrorMessage()
-
fromHistoricVariableUpdate
public static HistoricVariableUpdateDto fromHistoricVariableUpdate(org.camunda.bpm.engine.history.HistoricVariableUpdate historicVariableUpdate)
-
fromHistoricVariableUpdate
protected static void fromHistoricVariableUpdate(HistoricVariableUpdateDto dto, org.camunda.bpm.engine.history.HistoricVariableUpdate historicVariableUpdate)
-
-