public class RulesAgendaFilter extends Object implements org.kie.api.runtime.rule.AgendaFilter
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
accept |
protected List<String> |
suffixList |
| Constructor and Description |
|---|
RulesAgendaFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.kie.api.runtime.rule.Match match) |
void |
addSuffic(String suffix) |
void |
setAccept(boolean accept) |
public boolean accept(org.kie.api.runtime.rule.Match match)
accept in interface org.kie.api.runtime.rule.AgendaFilterpublic void addSuffic(String suffix)
public void setAccept(boolean accept)
Copyright © 2018 Flowable. All rights reserved.