Class HistoricDecisionOutputInstanceDto
java.lang.Object
org.operaton.bpm.engine.rest.dto.VariableValueDto
org.operaton.bpm.engine.rest.dto.history.HistoricDecisionOutputInstanceDto
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Dateprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected Stringprotected Integerprotected StringFields inherited from class org.operaton.bpm.engine.rest.dto.VariableValueDto
type, value, valueInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromHistoricDecisionOutputInstance(HistoricDecisionOutputInstance historicDecisionOutputInstance) getId()Methods inherited from class org.operaton.bpm.engine.rest.dto.VariableValueDto
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)
-