Package org.flowable.engine.impl.rules
Class RulesAgendaFilter
- java.lang.Object
-
- org.flowable.engine.impl.rules.RulesAgendaFilter
-
- All Implemented Interfaces:
org.kie.api.runtime.rule.AgendaFilter
public class RulesAgendaFilter extends Object implements org.kie.api.runtime.rule.AgendaFilter
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanacceptprotected List<String>suffixList
-
Constructor Summary
Constructors Constructor Description RulesAgendaFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(org.kie.api.runtime.rule.Match match)voidaddSuffic(String suffix)voidsetAccept(boolean accept)
-
-
-
Method Detail
-
accept
public boolean accept(org.kie.api.runtime.rule.Match match)
- Specified by:
acceptin interfaceorg.kie.api.runtime.rule.AgendaFilter
-
addSuffic
public void addSuffic(String suffix)
-
setAccept
public void setAccept(boolean accept)
-
-