public interface RuleFluent<T>
RuleRuntime
and StatefulRuleSession
Modifier and Type | Method and Description |
---|---|
T |
delete(org.kie.api.runtime.rule.FactHandle handle) |
T |
fireAllRules() |
T |
getGlobal(String identifier) |
T |
insert(Object object) |
T |
setGlobal(String identifier,
Object object) |
T |
update(org.kie.api.runtime.rule.FactHandle handle,
Object object) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.