public class ScopesAgendaFilter extends Object implements org.kie.api.runtime.rule.AgendaFilter
Modifier and Type | Field and Description |
---|---|
static Collection<String> |
ALL_SCOPES |
static String |
VERIFYING_SCOPE_DECISION_TABLE |
static String |
VERIFYING_SCOPE_KNOWLEDGE_PACKAGE |
static String |
VERIFYING_SCOPE_SINGLE_RULE |
static String |
VERIFYING_SCOPES |
Constructor and Description |
---|
ScopesAgendaFilter(boolean acceptEmpty,
Collection<String> scopes) |
ScopesAgendaFilter(boolean acceptEmpty,
String scope) |
public static final String VERIFYING_SCOPE_SINGLE_RULE
public static final String VERIFYING_SCOPE_DECISION_TABLE
public static final String VERIFYING_SCOPE_KNOWLEDGE_PACKAGE
public static final Collection<String> ALL_SCOPES
public static final String VERIFYING_SCOPES
public ScopesAgendaFilter(boolean acceptEmpty, Collection<String> scopes)
acceptEmpty
- true accepts rules that do not have scope set.scopes
- Valid scope values.public ScopesAgendaFilter(boolean acceptEmpty, String scope)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.