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