Package org.kie.internal.builder.fluent
Interface RuleFluent<T,U>
-
- All Known Subinterfaces:
KieSessionFluent
public interface RuleFluent<T,U>SeeRuleRuntimeandStatefulRuleSession
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdelete(org.kie.api.runtime.rule.FactHandle handle)Udispose()TfireAllRules()TgetGlobal(String identifier)Tinsert(Object object)TsetActiveAgendaGroup(String agendaGroup)TsetActiveRuleFlowGroup(String ruleFlowGroup)TsetGlobal(String identifier, Object object)Tupdate(org.kie.api.runtime.rule.FactHandle handle, Object object)
-