|
||||||||||
| 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 |
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()
this variable instance.
String getTypeName()
this variable instance
Object getValue()
this variable instance.
String getProcessInstanceId()
String getExecutionId()
String getCaseInstanceId()
String getCaseExecutionId()
String getTaskId()
String getActivityInstanceId()
String getErrorMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||