Class HistoricVariableInstanceDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.VariableValueDto
-
- org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
-
public class HistoricVariableInstanceDto extends VariableValueDto
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto
type, value, valueInfo
-
-
Constructor Summary
Constructors Constructor Description HistoricVariableInstanceDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoricVariableInstanceDtofromHistoricVariableInstance(org.camunda.bpm.engine.history.HistoricVariableInstance historicVariableInstance)StringgetActivityInstanceId()StringgetCaseDefinitionId()StringgetCaseDefinitionKey()StringgetCaseExecutionId()StringgetCaseInstanceId()DategetCreateTime()StringgetErrorMessage()StringgetExecutionId()StringgetId()StringgetName()StringgetProcessDefinitionId()StringgetProcessDefinitionKey()StringgetProcessInstanceId()DategetRemovalTime()StringgetRootProcessInstanceId()StringgetState()StringgetTaskId()StringgetTenantId()-
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
-
-
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
-
getProcessDefinitionId
public String getProcessDefinitionId()
-
getProcessInstanceId
public String getProcessInstanceId()
-
getExecutionId
public String getExecutionId()
-
getActivityInstanceId
public String getActivityInstanceId()
-
getCaseDefinitionKey
public String getCaseDefinitionKey()
-
getCaseDefinitionId
public String getCaseDefinitionId()
-
getCaseInstanceId
public String getCaseInstanceId()
-
getCaseExecutionId
public String getCaseExecutionId()
-
getTaskId
public String getTaskId()
-
getErrorMessage
public String getErrorMessage()
-
getTenantId
public String getTenantId()
-
getState
public String getState()
-
getCreateTime
public Date getCreateTime()
-
getRemovalTime
public Date getRemovalTime()
-
getRootProcessInstanceId
public String getRootProcessInstanceId()
-
fromHistoricVariableInstance
public static HistoricVariableInstanceDto fromHistoricVariableInstance(org.camunda.bpm.engine.history.HistoricVariableInstance historicVariableInstance)
-
-