jBPM distribution 6.0.0.Final

Uses of Interface
org.kie.api.runtime.rule.AgendaFilter

Packages that use AgendaFilter
org.jbpm.process   
org.kie.api.runtime.rule The rule runtime classes. 
 

Uses of AgendaFilter in org.jbpm.process
 

Methods in org.jbpm.process with parameters of type AgendaFilter
 int StatefulProcessSession.fireAllRules(AgendaFilter agendaFilter)
           
 int StatefulProcessSession.fireAllRules(AgendaFilter agendaFilter, int i)
           
 void StatefulProcessSession.fireUntilHalt(AgendaFilter agendaFilter)
           
 

Uses of AgendaFilter in org.kie.api.runtime.rule
 

Methods in org.kie.api.runtime.rule with parameters of type AgendaFilter
 int StatefulRuleSession.fireAllRules(AgendaFilter agendaFilter)
          Fire all Matches on the Agenda
 int StatefulRuleSession.fireAllRules(AgendaFilter agendaFilter, int max)
          Fire all Matches on the Agenda
 void StatefulRuleSession.fireUntilHalt(AgendaFilter agendaFilter)
          Keeps firing Matches until a halt is called.
 


jBPM distribution 6.0.0.Final

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.