public interface HistoricVariableInstance
Modifier and Type | Method and Description |
---|---|
String |
getActivityInstanceId()
Returns the corresponding activity instance id.
|
String |
getActivtyInstanceId()
Deprecated.
|
String |
getCaseDefinitionId()
The case definition reference.
|
String |
getCaseDefinitionKey()
The case definition key reference.
|
String |
getCaseExecutionId()
Return the corresponding case execution id.
|
String |
getCaseInstanceId()
The case instance reference.
|
String |
getErrorMessage()
If the variable value could not be loaded, this returns the error message.
|
String |
getExecutionId()
Return the corresponding execution id.
|
String |
getId() |
String |
getName()
Returns the name of this variable instance.
|
String |
getProcessDefinitionId()
The process definition reference.
|
String |
getProcessDefinitionKey()
The process definition key reference.
|
String |
getProcessInstanceId()
The process instance reference.
|
String |
getTaskId()
Return the corresponding task id.
|
String |
getTenantId()
The id of the tenant this variable belongs to.
|
org.camunda.bpm.engine.variable.value.TypedValue |
getTypedValue()
Returns the
TypedValue of this variable instance. |
String |
getTypeName()
Returns the name of the type of this variable instance
|
Object |
getValue()
Returns the value of this variable instance.
|
String |
getVariableName()
Deprecated.
|
String |
getVariableTypeName()
Deprecated.
|
String getId()
String getName()
String getTypeName()
Object getValue()
org.camunda.bpm.engine.variable.value.TypedValue getTypedValue()
TypedValue
of this variable instance.@Deprecated String getVariableName()
Deprecated since 7.2: use getName()
instead.
@Deprecated String getVariableTypeName()
Returns the name of the type of this variable instance
Deprecated since 7.2: use getTypeName()
instead.
String getProcessDefinitionKey()
String getProcessDefinitionId()
String getProcessInstanceId()
String getExecutionId()
@Deprecated String getActivtyInstanceId()
String getActivityInstanceId()
String getCaseDefinitionKey()
String getCaseDefinitionId()
String getCaseInstanceId()
String getCaseExecutionId()
String getTaskId()
String getErrorMessage()
String getTenantId()
null
if the variable belongs to no single tenant.Copyright © 2017. All rights reserved.