|
||||||||||
| 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 |
getExecutionId()
Returns the corresponding execution id. |
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 getName()
this variable instance.
String getTypeName()
this variable instance
Object getValue()
this variable instance.
String getProcessInstanceId()
String getExecutionId()
String getTaskId()
String getActivityInstanceId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||