org.kie.internal.fluent.runtime.rule
Interface RuleFluent<T>
- All Known Subinterfaces:
- KieSessionFluent<T>
public interface RuleFluent<T>
See RuleRuntime and StatefulRuleSession
fireAllRules
T fireAllRules()
setGlobal
T setGlobal(String identifier,
Object object)
getGlobal
T getGlobal(String identifier)
insert
T insert(Object object)
update
T update(org.kie.api.runtime.rule.FactHandle handle,
Object object)
delete
T delete(org.kie.api.runtime.rule.FactHandle handle)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.