Uses of Interface
org.drools.runtime.rule.QueryResults

Packages that use QueryResults
org.drools.runtime.rule The rule runtime classes. 
org.jbpm.process   
 

Uses of QueryResults in org.drools.runtime.rule
 

Methods in org.drools.runtime.rule that return QueryResults
 QueryResults WorkingMemory.getQueryResults(String query, Object... arguments)
          Retrieve the QueryResults of the specified query and arguments
 

Uses of QueryResults in org.jbpm.process
 

Methods in org.jbpm.process that return QueryResults
 QueryResults StatefulProcessSession.getQueryResults(String query, Object... arguments)
           
 



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