org.camunda.bpm.engine.rest.dto.history
Class HistoricVariableInstanceDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.VariableValueDto
      extended by org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto

public class HistoricVariableInstanceDto
extends VariableValueDto


Field Summary
 
Fields inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto
type, value, valueInfo
 
Constructor Summary
HistoricVariableInstanceDto()
           
 
Method Summary
static HistoricVariableInstanceDto fromHistoricVariableInstance(HistoricVariableInstance historicVariableInstance)
           
 String getActivityInstanceId()
           
 String getCaseDefinitionId()
           
 String getCaseDefinitionKey()
           
 String getCaseExecutionId()
           
 String getCaseInstanceId()
           
 String getErrorMessage()
           
 String getExecutionId()
           
 String getId()
           
 String getName()
           
 String getProcessDefinitionId()
           
 String getProcessDefinitionKey()
           
 String getProcessInstanceId()
           
 String getTaskId()
           
 String getTenantId()
           
 
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
 

Constructor Detail

HistoricVariableInstanceDto

public HistoricVariableInstanceDto()
Method Detail

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.