public class ProcessEventSupport extends AbstractEventSupport<org.kie.api.event.process.ProcessEventListener>
Constructor and Description |
---|
ProcessEventSupport()
Do not use this constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
fireAfterNodeLeft(org.kie.api.runtime.process.NodeInstance nodeInstance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
fireAfterNodeTriggered(org.kie.api.runtime.process.NodeInstance nodeInstance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
fireAfterProcessCompleted(org.kie.api.runtime.process.ProcessInstance instance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
fireAfterProcessStarted(org.kie.api.runtime.process.ProcessInstance instance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
fireAfterSLAViolated(org.kie.api.runtime.process.ProcessInstance instance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
fireAfterSLAViolated(org.kie.api.runtime.process.ProcessInstance instance,
org.kie.api.runtime.process.NodeInstance nodeInstance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
fireAfterVariableChanged(String name,
String id,
Object oldValue,
Object newValue,
List<String> tags,
org.kie.api.runtime.process.ProcessInstance processInstance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
fireBeforeNodeLeft(org.kie.api.runtime.process.NodeInstance nodeInstance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
fireBeforeNodeTriggered(org.kie.api.runtime.process.NodeInstance nodeInstance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
fireBeforeProcessCompleted(org.kie.api.runtime.process.ProcessInstance instance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
fireBeforeProcessStarted(org.kie.api.runtime.process.ProcessInstance instance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
fireBeforeSLAViolated(org.kie.api.runtime.process.ProcessInstance instance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
fireBeforeSLAViolated(org.kie.api.runtime.process.ProcessInstance instance,
org.kie.api.runtime.process.NodeInstance nodeInstance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
fireBeforeVariableChanged(String id,
String instanceId,
Object oldValue,
Object newValue,
List<String> tags,
org.kie.api.runtime.process.ProcessInstance processInstance,
org.kie.api.runtime.KieRuntime kruntime) |
void |
reset() |
addEventListener, clear, getEventListeners, getEventListenersIterator, isEmpty, notifyAllListeners, readExternal, removeEventListener, removeEventListener, size, writeExternal
public ProcessEventSupport()
public void fireBeforeProcessStarted(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime)
public void fireAfterProcessStarted(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime)
public void fireBeforeProcessCompleted(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime)
public void fireAfterProcessCompleted(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime)
public void fireBeforeNodeTriggered(org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime)
public void fireAfterNodeTriggered(org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime)
public void fireBeforeNodeLeft(org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime)
public void fireAfterNodeLeft(org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime)
public void fireBeforeVariableChanged(String id, String instanceId, Object oldValue, Object newValue, List<String> tags, org.kie.api.runtime.process.ProcessInstance processInstance, org.kie.api.runtime.KieRuntime kruntime)
public void fireAfterVariableChanged(String name, String id, Object oldValue, Object newValue, List<String> tags, org.kie.api.runtime.process.ProcessInstance processInstance, org.kie.api.runtime.KieRuntime kruntime)
public void fireBeforeSLAViolated(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime)
public void fireAfterSLAViolated(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime)
public void fireBeforeSLAViolated(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime)
public void fireAfterSLAViolated(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.KieRuntime kruntime)
public void reset()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.