Uses of Class
org.jbpm.process.core.event.EventTypeFilter
-
Packages that use EventTypeFilter Package Description org.jbpm.process.core.event org.jbpm.workflow.core.node -
-
Uses of EventTypeFilter in org.jbpm.process.core.event
Subclasses of EventTypeFilter in org.jbpm.process.core.event Modifier and Type Class Description class
BroadcastEventTypeFilter
This variant of theEventTypeFilter
can be used with structures such as Escalations, for which Intermediate (Catching) Events can be triggered by bothclass
NonAcceptingEventTypeFilter
-
Uses of EventTypeFilter in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node with parameters of type EventTypeFilter Modifier and Type Method Description void
EventSubProcessNode. addEvent(EventTypeFilter filter)
-