Class HistoricVariableInstanceDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.VariableValueDto
org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto
type, value, valueInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HistoricVariableInstanceDto
fromHistoricVariableInstance
(HistoricVariableInstance historicVariableInstance) getId()
getName()
getState()
Methods inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto
fileValueWithDecodedString, fromFormPart, fromMap, fromMap, fromRestApiTypeName, fromTypedValue, fromTypedValue, fromTypedValue, fromTypedValue, getType, getValue, getValueInfo, setType, setValue, setValueInfo, toMap, toRestApiTypeName, toTypedValue
-
Constructor Details
-
HistoricVariableInstanceDto
public HistoricVariableInstanceDto()
-
-
Method Details
-
getId
-
getName
-
getProcessDefinitionKey
-
getProcessDefinitionId
-
getProcessInstanceId
-
getExecutionId
-
getActivityInstanceId
-
getCaseDefinitionKey
-
getCaseDefinitionId
-
getCaseInstanceId
-
getCaseExecutionId
-
getTaskId
-
getErrorMessage
-
getTenantId
-
getState
-
getCreateTime
-
getRemovalTime
-
getRootProcessInstanceId
-
fromHistoricVariableInstance
public static HistoricVariableInstanceDto fromHistoricVariableInstance(HistoricVariableInstance historicVariableInstance)
-