public interface HistoricVariableInstance
Modifier and Type | Field and Description |
---|---|
static String |
STATE_CREATED |
static String |
STATE_DELETED |
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.
|
Date |
getCreateTime()
The time when the variable was created.
|
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.
|
Date |
getRemovalTime()
The time when the historic variable instance will be removed.
|
String |
getRootProcessInstanceId()
The root process instance reference.
|
String |
getState()
The current state of the variable.
|
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.
|
static final String STATE_CREATED
static final String STATE_DELETED
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 getRootProcessInstanceId()
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.String getState()
Date getCreateTime()
Date getRemovalTime()
Copyright © 2020. All rights reserved.