public class RuleNameStartsWithAgendaFilter extends Object implements org.kie.api.runtime.rule.AgendaFilter
Constructor and Description |
---|
RuleNameStartsWithAgendaFilter(String prefix) |
RuleNameStartsWithAgendaFilter(String prefix,
boolean accept) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(org.kie.api.runtime.rule.Match activation) |
String |
getPrefix() |
boolean |
isAccept() |
public RuleNameStartsWithAgendaFilter(String prefix)
public RuleNameStartsWithAgendaFilter(String prefix, boolean accept)
public String getPrefix()
public boolean isAccept()
public boolean accept(org.kie.api.runtime.rule.Match activation)
accept
in interface org.kie.api.runtime.rule.AgendaFilter
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.