public interface HistoricVariableInstance
Modifier and Type | Method and Description |
---|---|
String |
getActivityInstanceId()
Returns the corresponding activity instance id.
|
String |
getActivtyInstanceId()
Deprecated.
|
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 |
getId() |
String |
getName()
Returns the name of this variable instance.
|
String |
getProcessInstanceId()
The process instance reference.
|
String |
getTaskId()
Return the corresponding task id.
|
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()
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 getProcessInstanceId()
@Deprecated String getActivtyInstanceId()
String getActivityInstanceId()
String getCaseInstanceId()
String getCaseExecutionId()
String getTaskId()
String getErrorMessage()
Copyright © 2018. All rights reserved.