org.camunda.bpm.engine.rest.dto.history
Class HistoricDecisionOutputInstanceDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.VariableValueDto
org.camunda.bpm.engine.rest.dto.history.HistoricDecisionOutputInstanceDto
public class HistoricDecisionOutputInstanceDto
- extends VariableValueDto
| Methods inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto |
fileValueWithDecodedString, fromFormPart, fromRestApiTypeName, fromTypedValue, fromTypedValue, fromTypedValue, fromTypedValue, fromVariableMap, getType, getValue, getValueInfo, setType, setValue, setValueInfo, toMap, toRestApiTypeName, toTypedValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
decisionInstanceId
protected String decisionInstanceId
clauseId
protected String clauseId
clauseName
protected String clauseName
ruleId
protected String ruleId
ruleOrder
protected Integer ruleOrder
variableName
protected String variableName
errorMessage
protected String errorMessage
HistoricDecisionOutputInstanceDto
public HistoricDecisionOutputInstanceDto()
getId
public String getId()
getDecisionInstanceId
public String getDecisionInstanceId()
getClauseId
public String getClauseId()
getClauseName
public String getClauseName()
getRuleId
public String getRuleId()
getRuleOrder
public Integer getRuleOrder()
getVariableName
public String getVariableName()
getErrorMessage
public String getErrorMessage()
fromHistoricDecisionOutputInstance
public static HistoricDecisionOutputInstanceDto fromHistoricDecisionOutputInstance(HistoricDecisionOutputInstance historicDecisionOutputInstance)
Copyright © 2016 camunda services GmbH. All rights reserved.