Class HistoricDecisionOutputInstanceDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.VariableValueDto
org.camunda.bpm.engine.rest.dto.history.HistoricDecisionOutputInstanceDto
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected Date
protected String
protected String
protected String
protected Date
protected String
protected String
protected Integer
protected String
Fields inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto
type, value, valueInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromHistoricDecisionOutputInstance
(HistoricDecisionOutputInstance historicDecisionOutputInstance) 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
-
ruleId
-
ruleOrder
-
variableName
-
errorMessage
-
createTime
-
removalTime
-
rootProcessInstanceId
-
-
Constructor Details
-
HistoricDecisionOutputInstanceDto
public HistoricDecisionOutputInstanceDto()
-
-
Method Details
-
getId
-
getDecisionInstanceId
-
getClauseId
-
getClauseName
-
getRuleId
-
getRuleOrder
-
getVariableName
-
getErrorMessage
-
getCreateTime
-
getRemovalTime
-
getRootProcessInstanceId
-
fromHistoricDecisionOutputInstance
public static HistoricDecisionOutputInstanceDto fromHistoricDecisionOutputInstance(HistoricDecisionOutputInstance historicDecisionOutputInstance)
-