public interface VariableInstance
VariableInstance
represents a variable in the execution of
a process instance.Modifier and Type | Method and Description |
---|---|
String |
getActivityInstanceId()
Returns the corresponding activity instance id.
|
String |
getCaseExecutionId()
Returns the corresponding case execution id.
|
String |
getCaseInstanceId()
Returns the corresponding case instance id.
|
String |
getErrorMessage()
If the variable value could not be loaded, this returns the error message.
|
String |
getExecutionId()
Returns the corresponding execution id.
|
String |
getId() |
String |
getName()
Returns the name of this variable instance.
|
String |
getProcessInstanceId()
Returns the corresponding process instance id.
|
String |
getTaskId()
Returns the corresponding task id.
|
String |
getTenantId()
The id of the tenant this variable belongs to.
|
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 getId()
String getName()
String getTypeName()
Object getValue()
TypedValue getTypedValue()
String getProcessInstanceId()
String getExecutionId()
String getCaseInstanceId()
String getCaseExecutionId()
String getTaskId()
String getActivityInstanceId()
String getErrorMessage()
String getTenantId()
null
if the variable belongs to no single tenant.Copyright © 2019. All rights reserved.