public class ProcessVariableChangedEventImpl extends ProcessEvent implements org.kie.api.event.process.ProcessVariableChangedEvent
source| Constructor and Description |
|---|
ProcessVariableChangedEventImpl(String id,
String instanceId,
Object oldValue,
Object newValue,
List<String> tags,
org.kie.api.runtime.process.ProcessInstance processInstance,
org.kie.api.runtime.KieRuntime kruntime) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getNewValue() |
Object |
getOldValue() |
List<String> |
getTags() |
String |
getVariableId() |
String |
getVariableInstanceId() |
boolean |
hasTag(String tag) |
String |
toString() |
getEventDate, getKieRuntime, getProcessInstancegetSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic String getVariableInstanceId()
getVariableInstanceId in interface org.kie.api.event.process.ProcessVariableChangedEventpublic String getVariableId()
getVariableId in interface org.kie.api.event.process.ProcessVariableChangedEventpublic Object getOldValue()
getOldValue in interface org.kie.api.event.process.ProcessVariableChangedEventpublic Object getNewValue()
getNewValue in interface org.kie.api.event.process.ProcessVariableChangedEventpublic boolean hasTag(String tag)
hasTag in interface org.kie.api.event.process.ProcessVariableChangedEventpublic List<String> getTags()
getTags in interface org.kie.api.event.process.ProcessVariableChangedEventpublic String toString()
toString in class EventObjectCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.