public interface ProcessVariableChangedEvent extends ProcessEvent
Modifier and Type | Method and Description |
---|---|
Object |
getNewValue()
The new value of the variable.
|
Object |
getOldValue()
The old value of the variable.
|
List<String> |
getTags()
List of tags associated with variable that is being changed.
|
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).
|
boolean |
hasTag(String tag)
Determines if variable that is being changed has given tag associated with it
|
getEventDate, getProcessInstance
getKieRuntime
String getVariableId()
String getVariableInstanceId()
Object getOldValue()
Object getNewValue()
List<String> getTags()
boolean hasTag(String tag)
tag
- name of the tagCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.