Package | Description |
---|---|
org.kie.api.event.process |
Events emitted while process instances are executing.
|
org.kie.api.event.rule |
Events emitted while rules are executing.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessCompletedEvent
A runtime event that is generated when a ProcessInstance is completed.
|
interface |
ProcessEvent
A runtime event related to the execution of process instances.
|
interface |
ProcessNodeEvent
An event related to the execution of a node instance within a process instance.
|
interface |
ProcessNodeLeftEvent
An event when a node inside a process instance has been left.
|
interface |
ProcessNodeTriggeredEvent
An event when a node inside a process instance has been triggered.
|
interface |
ProcessStartedEvent
An event when a process instance has been started.
|
interface |
ProcessVariableChangedEvent
An event when a variable inside a process instance has been changed.
|
interface |
SLAViolatedEvent
An event when a SLA has been violated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AfterMatchFiredEvent |
interface |
AgendaGroupEvent |
interface |
AgendaGroupPoppedEvent |
interface |
AgendaGroupPushedEvent |
interface |
BeforeMatchFiredEvent |
interface |
MatchCancelledEvent |
interface |
MatchCreatedEvent |
interface |
MatchEvent |
interface |
ObjectDeletedEvent |
interface |
ObjectInsertedEvent |
interface |
ObjectUpdatedEvent |
interface |
RuleFlowGroupActivatedEvent |
interface |
RuleFlowGroupDeactivatedEvent |
interface |
RuleFlowGroupEvent |
interface |
RuleRuntimeEvent |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.