public interface HistoricVariableUpdate extends HistoricDetail
| Modifier and Type | Method and Description | 
|---|---|
| String | getErrorMessage()If the variable value could not be loaded, this returns the error message. | 
| int | getRevision() | 
| org.camunda.bpm.engine.variable.value.TypedValue | getTypedValue() | 
| String | getTypeName()Returns the type name of the variable | 
| Object | getValue() | 
| String | getVariableInstanceId()Returns the id of the corresponding variable instance. | 
| String | getVariableName() | 
| String | getVariableTypeName()Deprecated. 
 since 7.2. Use  getTypeName() | 
getActivityInstanceId, getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getExecutionId, getId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getTaskId, getTenantId, getTime, getUserOperationIdString getVariableName()
String getVariableInstanceId()
String getTypeName()
@Deprecated String getVariableTypeName()
getTypeName()Object getValue()
org.camunda.bpm.engine.variable.value.TypedValue getTypedValue()
TypedValue for this variable updateint getRevision()
String getErrorMessage()
Copyright © 2018. All rights reserved.