Expose org.drools.runtime.rule StatefulRuleSession.
fireAllRules(org.drools.runtime.rule. AgendaFilter agendaFilter, int fireLimit)
-----------------------------------------------------------------------------------------------------------------------------------
Key: JBRULES-2883
URL:
https://issues.jboss.org/browse/JBRULES-2883
Project: Drools
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: drools-core
Affects Versions: 5.0.1.FINAL
Reporter: Jian Zhi
Assignee: Edson Tirelli
Fix For: 5.2.0
fireAllRules(AgendaFilter agendaFilter, int fireLimit) is exposed in org.drools.
StatefulSession class. StatefulSession extends WorkingMemory which has the above API.
We look for the same function in org.drools.runtime.StatefulKnowledgeSession class.
StatefulKnowledgeSession extends org.drools.runtime.rule. StatefulRuleSession which
doesn't have method fireAllRules(org.drools.runtime.rule. AgendaFilter agendaFilter,
int fireLimit). We would like to have the API added so we can switch from the rule base
to the knowledge base.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: