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