org.camunda.bpm.engine.rest.dto.history
Class HistoricVariableInstanceDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.VariableValueDto
org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
public class HistoricVariableInstanceDto
- 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 |
HistoricVariableInstanceDto
public HistoricVariableInstanceDto()
getId
public String getId()
getName
public String getName()
getProcessDefinitionKey
public String getProcessDefinitionKey()
getProcessDefinitionId
public String getProcessDefinitionId()
getProcessInstanceId
public String getProcessInstanceId()
getExecutionId
public String getExecutionId()
getActivityInstanceId
public String getActivityInstanceId()
getCaseDefinitionKey
public String getCaseDefinitionKey()
getCaseDefinitionId
public String getCaseDefinitionId()
getCaseInstanceId
public String getCaseInstanceId()
getCaseExecutionId
public String getCaseExecutionId()
getTaskId
public String getTaskId()
getErrorMessage
public String getErrorMessage()
getTenantId
public String getTenantId()
fromHistoricVariableInstance
public static HistoricVariableInstanceDto fromHistoricVariableInstance(HistoricVariableInstance historicVariableInstance)
Copyright © 2016 camunda services GmbH. All rights reserved.