Uses of Interface
org.kie.api.runtime.rule.AgendaFilter
Packages that use AgendaFilter
Package
Description
The process runtime classes.
The rule runtime classes.
-
Uses of AgendaFilter in org.kie.api.runtime.process
Methods in org.kie.api.runtime.process with parameters of type AgendaFilterModifier and TypeMethodDescriptionProcessRuntime.startProcess(String processId, Map<String, Object> parameters, AgendaFilter agendaFilter) Start a new process instance.ProcessRuntime.startProcess(String processId, AgendaFilter agendaFilter) Start a new process instance. -
Uses of AgendaFilter in org.kie.api.runtime.rule
Methods in org.kie.api.runtime.rule with parameters of type AgendaFilterModifier and TypeMethodDescriptionintStatefulRuleSession.fireAllRules(AgendaFilter agendaFilter) Fire all Matches on the AgendaintStatefulRuleSession.fireAllRules(AgendaFilter agendaFilter, int max) Fire all Matches on the AgendavoidStatefulRuleSession.fireUntilHalt(AgendaFilter agendaFilter) Keeps firing Matches until a halt is called.