org.camunda.bpm.engine.rest.dto.history
Class HistoricDecisionInputInstanceDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.VariableValueDto
org.camunda.bpm.engine.rest.dto.history.HistoricDecisionInputInstanceDto
public class HistoricDecisionInputInstanceDto
- 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
errorMessage
protected String errorMessage
HistoricDecisionInputInstanceDto
public HistoricDecisionInputInstanceDto()
getId
public String getId()
getDecisionInstanceId
public String getDecisionInstanceId()
getClauseId
public String getClauseId()
getClauseName
public String getClauseName()
getErrorMessage
public String getErrorMessage()
fromHistoricDecisionInputInstance
public static HistoricDecisionInputInstanceDto fromHistoricDecisionInputInstance(HistoricDecisionInputInstance historicDecisionInputInstance)
Copyright © 2016 camunda services GmbH. All rights reserved.