Class HistoricDecisionInputInstanceDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.VariableValueDto
org.camunda.bpm.engine.rest.dto.history.HistoricDecisionInputInstanceDto
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected Date
protected String
protected String
protected String
protected Date
protected String
Fields inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto
type, value, valueInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromHistoricDecisionInputInstance
(HistoricDecisionInputInstance historicDecisionInputInstance) getId()
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
-
Field Details
-
id
-
decisionInstanceId
-
clauseId
-
clauseName
-
errorMessage
-
createTime
-
removalTime
-
rootProcessInstanceId
-
-
Constructor Details
-
HistoricDecisionInputInstanceDto
public HistoricDecisionInputInstanceDto()
-
-
Method Details
-
getId
-
getDecisionInstanceId
-
getClauseId
-
getClauseName
-
getErrorMessage
-
getCreateTime
-
getRemovalTime
-
getRootProcessInstanceId
-
fromHistoricDecisionInputInstance
public static HistoricDecisionInputInstanceDto fromHistoricDecisionInputInstance(HistoricDecisionInputInstance historicDecisionInputInstance)
-