Class HistoricVariableUpdateDto
java.lang.Object
org.operaton.bpm.engine.rest.dto.history.HistoricDetailDto
org.operaton.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
- Direct Known Subclasses:
OptimizeHistoricVariableUpdateDto
- Author:
- Roman Smirnov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected intprotected Objectprotected Stringprotected Stringprotected StringFields inherited from class org.operaton.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 -
Method Summary
Modifier and TypeMethodDescriptionstatic HistoricVariableUpdateDtofromHistoricVariableUpdate(HistoricVariableUpdate historicVariableUpdate) protected static voidfromHistoricVariableUpdate(HistoricVariableUpdateDto dto, HistoricVariableUpdate historicVariableUpdate) intgetValue()Methods inherited from class org.operaton.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)
-