public interface RuleContext extends KieContext
Modifier and Type | Method and Description |
---|---|
void |
blockMatch(Match match)
This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default.
|
void |
cancelMatch(Match match)
This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default.
|
Match |
getMatch() |
Rule |
getRule() |
FactHandle |
insertLogical(Object object)
Logically inserts a fact into the KieSession, justified by the current
rule context.
|
FactHandle |
insertLogical(Object object,
Object value)
Logically inserts a fact into the KieSession, justified by the current
rule context.
|
void |
unblockAllMatches(Match match)
This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default.
|
getKieRuntime, getKnowledgeRuntime
Rule getRule()
Match getMatch()
FactHandle insertLogical(Object object)
object
- the fact to insert into the kie sessionFactHandle insertLogical(Object object, Object value)
object
- the fact to insert into the kie sessionvoid blockMatch(Match match)
match
- void unblockAllMatches(Match match)
match
- void cancelMatch(Match match)
match
- Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.