public class HistoricDecisionOutputInstanceDto extends VariableValueDto
| Modifier and Type | Field and Description |
|---|---|
protected String |
clauseId |
protected String |
clauseName |
protected String |
decisionInstanceId |
protected String |
errorMessage |
protected String |
id |
protected String |
ruleId |
protected Integer |
ruleOrder |
protected String |
variableName |
type, value, valueInfo| Constructor and Description |
|---|
HistoricDecisionOutputInstanceDto() |
| Modifier and Type | Method and Description |
|---|---|
static HistoricDecisionOutputInstanceDto |
fromHistoricDecisionOutputInstance(HistoricDecisionOutputInstance historicDecisionOutputInstance) |
String |
getClauseId() |
String |
getClauseName() |
String |
getDecisionInstanceId() |
String |
getErrorMessage() |
String |
getId() |
String |
getRuleId() |
Integer |
getRuleOrder() |
String |
getVariableName() |
fileValueWithDecodedString, fromFormPart, fromRestApiTypeName, fromTypedValue, fromTypedValue, fromTypedValue, fromTypedValue, fromVariableMap, getType, getValue, getValueInfo, setType, setValue, setValueInfo, toMap, toRestApiTypeName, toTypedValueprotected String id
protected String decisionInstanceId
protected String clauseId
protected String clauseName
protected String ruleId
protected Integer ruleOrder
protected String variableName
protected String errorMessage
public String getId()
public String getDecisionInstanceId()
public String getClauseId()
public String getClauseName()
public String getRuleId()
public Integer getRuleOrder()
public String getVariableName()
public String getErrorMessage()
public static HistoricDecisionOutputInstanceDto fromHistoricDecisionOutputInstance(HistoricDecisionOutputInstance historicDecisionOutputInstance)
Copyright © 2018 camunda services GmbH. All rights reserved.