Interface RuleFluent<T,​U>

  • All Known Subinterfaces:
    KieSessionFluent

    public interface RuleFluent<T,​U>
    See RuleRuntime and StatefulRuleSession
    • Method Detail

      • fireAllRules

        T fireAllRules()
      • 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)
      • setActiveRuleFlowGroup

        T setActiveRuleFlowGroup​(String ruleFlowGroup)
      • setActiveAgendaGroup

        T setActiveAgendaGroup​(String agendaGroup)
      • dispose

        U dispose()