[jboss-jira] [JBoss JIRA] Resolved: (JBRULES-2883) Expose org.drools.runtime.rule StatefulRuleSession. fireAllRules(org.drools.runtime.rule. AgendaFilter agendaFilter, int fireLimit)
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Fri May 27 13:04:01 EDT 2011
[ https://issues.jboss.org/browse/JBRULES-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Edson Tirelli resolved JBRULES-2883.
------------------------------------
Resolution: Done
Fixed. Thanks for reporting.
> 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list