[jboss-jira] [JBoss JIRA] Created: (JBRULES-1286) Incorrect information in section 2.5.7.3. Agenda Filters

Sergey Manukyan (JIRA) jira-events at lists.jboss.org
Fri Oct 19 09:20:09 EDT 2007


Incorrect information in section 2.5.7.3. Agenda Filters
--------------------------------------------------------

                 Key: JBRULES-1286
                 URL: http://jira.jboss.com/jira/browse/JBRULES-1286
             Project: JBoss Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Manual
    Affects Versions: 4.0.2
            Reporter: Sergey Manukyan
         Assigned To: Mark Proctor


CORRECTION #1

Manual states :

To use a filter specify it while calling FireAllRules. The following example will filter out all rules ending with the text "Test":
workingMemory.fireAllRules( new RuleNameEndsWithAgendaFilter( "Test" ) );      

Should be:

To use a filter specify it while calling FireAllRules. The following example will only allow activation of rules ending with the text "Test". All others will be filtered out.:
workingMemory.fireAllRules( new RuleNameEndsWithAgendaFilter( "Test" ) );      

CORRECTION #2

Manual states :

RuleNameEndWithAgendaFilter

Should be :

RuleNameEndsWithAgendaFilter




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list