Uses of Interface
org.drools.runtime.Globals

Packages that use Globals
org.drools.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
org.jbpm.process   
 

Uses of Globals in org.drools.runtime
 

Methods in org.drools.runtime that return Globals
 Globals StatelessKnowledgeSession.getGlobals()
          Return the Globals store
 Globals KnowledgeRuntime.getGlobals()
           
 

Methods in org.drools.runtime with parameters of type Globals
 void Globals.setDelegate(Globals delegate)
           
 

Uses of Globals in org.jbpm.process
 

Methods in org.jbpm.process that return Globals
 Globals StatefulProcessSession.getGlobals()
           
 



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