Uses of Class
org.mule.module.bpm.Rules

Packages that use Rules
org.mule.module.bpm   
org.mule.module.drools   
 

Uses of Rules in org.mule.module.bpm
 

Fields in org.mule.module.bpm declared as Rules
protected  Rules RulesComponent.rules
          The ruleset
 

Methods in org.mule.module.bpm with parameters of type Rules
 Object RulesEngine.assertEvent(Rules ruleset, Object event, String entryPoint)
          Add an event to the event stream.
 Object RulesEngine.assertFact(Rules ruleset, Object fact)
          Assert a fact in the knowledge base.
 Object RulesEngine.createSession(Rules ruleset)
          Create a provider-specific session for interacting with the Rules Engine.
 void RulesEngine.retractFact(Rules ruleset, Object fact)
          Retract a fact from the knowledge base.
 

Uses of Rules in org.mule.module.drools
 

Methods in org.mule.module.drools with parameters of type Rules
 Object Drools.assertEvent(Rules rules, Object event, String entryPoint)
           
 Object Drools.assertFact(Rules rules, Object fact)
           
 Object Drools.createSession(Rules rules)
           
 void Drools.retractFact(Rules rules, Object fact)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.