[jboss-jira] [JBoss JIRA] Created: (JBRULES-2883) Expose org.drools.runtime.rule StatefulRuleSession. fireAllRules(org.drools.runtime.rule. AgendaFilter agendaFilter, int fireLimit)
Jian Zhi (JIRA)
jira-events at lists.jboss.org
Mon Jan 31 14:21:39 EST 2011
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: Mark Proctor
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list