|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VariableInstance
A VariableInstance represents a variable in the execution of
a process instance.
| Method Summary | |
|---|---|
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. |
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. |
| Method Detail |
|---|
String getId()
String getName()
String getTypeName()
Object getValue()
org.camunda.bpm.engine.variable.value.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||