Package | Description |
---|---|
org.jbpm.process.core.event | |
org.jbpm.ruleflow.core.factory | |
org.jbpm.workflow.core.node |
Modifier and Type | Class and Description |
---|---|
class |
BroadcastEventTypeFilter
This variant of the
EventTypeFilter can be used with structures such
as Escalations, for which Intermediate (Catching) Events can be triggered
by both |
class |
EventTypeFilter |
class |
NonAcceptingEventTypeFilter |
Modifier and Type | Method and Description |
---|---|
BoundaryEventNodeFactory |
BoundaryEventNodeFactory.eventFilter(EventFilter eventFilter) |
EventNodeFactory |
EventNodeFactory.eventFilter(EventFilter eventFilter) |
Modifier and Type | Method and Description |
---|---|
List<EventFilter> |
EventTrigger.getEventFilters() |
List<EventFilter> |
EventNode.getEventFilters() |
Modifier and Type | Method and Description |
---|---|
void |
EventTrigger.addEventFilter(EventFilter eventFilter) |
void |
EventNode.addEventFilter(EventFilter eventFilter) |
void |
EventTrigger.removeEventFilter(EventFilter eventFilter) |
void |
EventNode.removeEventFilter(EventFilter eventFilter) |
Modifier and Type | Method and Description |
---|---|
void |
EventTrigger.setEventFilters(List<EventFilter> filters) |
void |
EventNode.setEventFilters(List<EventFilter> filters) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.