[jboss-jira] [JBoss JIRA] Updated: (JBRULES-2883) Expose org.drools.runtime.rule StatefulRuleSession. fireAllRules(org.drools.runtime.rule. AgendaFilter agendaFilter, int fireLimit)
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Tue May 17 23:32:01 EDT 2011
[ https://issues.jboss.org/browse/JBRULES-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Proctor updated JBRULES-2883:
----------------------------------
Fix Version/s: 5.2.0.CR1
> 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.CR1
>
>
> 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