|
KIE API 6.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessVariableChangedEvent
An event when a variable inside a process instance has been changed.
Method Summary | |
---|---|
Object |
getNewValue()
The new value of the variable. |
Object |
getOldValue()
The old value of the variable. |
String |
getVariableId()
The unique id of the process variable (definition). |
String |
getVariableInstanceId()
The unique id of the process variable instance (as multiple node instances with the same process variable definition exists). |
Methods inherited from interface org.kie.api.event.process.ProcessEvent |
---|
getProcessInstance |
Methods inherited from interface org.kie.api.event.KieRuntimeEvent |
---|
getKieRuntime |
Method Detail |
---|
String getVariableId()
String getVariableInstanceId()
Object getOldValue()
Object getNewValue()
|
KIE API 6.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |