Uses of Class
org.drools.QueryResults

Packages that use QueryResults
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.common   
org.drools.reteoo   
org.drools.runtime.rule.impl   
 

Uses of QueryResults in org.drools
 

Methods in org.drools that return QueryResults
 QueryResults StatelessSessionResult.getQueryResults(String query)
          Retrieve the QueryResults of the specified query.
 QueryResults WorkingMemory.getQueryResults(String query, Object... arguments)
          Retrieve the QueryResults of the specified query and arguments
 QueryResults StatelessSessionResult.getQueryResults(String query, Object[] arguments)
          Allows for parameters to be passed to a query.
 

Constructors in org.drools with parameters of type QueryResults
QueryResult(QueryRowWithSubruleIndex row, WorkingMemory workingMemory, QueryResults queryResults)
           
 

Uses of QueryResults in org.drools.common
 

Methods in org.drools.common that return QueryResults
abstract  QueryResults AbstractWorkingMemory.getQueryResults(String query)
           
 

Uses of QueryResults in org.drools.reteoo
 

Methods in org.drools.reteoo that return QueryResults
 QueryResults ReteooWorkingMemory.getQueryResults(String query)
           
 QueryResults ReteStatelessSessionResult.getQueryResults(String query)
           
 QueryResults ReteooWorkingMemory.getQueryResults(String queryName, Object[] arguments)
           
 QueryResults ReteStatelessSessionResult.getQueryResults(String query, Object[] arguments)
           
 

Uses of QueryResults in org.drools.runtime.rule.impl
 

Methods in org.drools.runtime.rule.impl that return QueryResults
 QueryResults NativeQueryResults.getResults()
           
 

Constructors in org.drools.runtime.rule.impl with parameters of type QueryResults
FlatQueryResults(QueryResults results)
           
NativeQueryResults(QueryResults results)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.