Drools :: Core 6.1.0.Beta1

Uses of Class
org.drools.core.QueryResults

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

Uses of QueryResults in org.drools.core
 

Methods in org.drools.core 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.core with parameters of type QueryResults
QueryResult(QueryRowWithSubruleIndex row, WorkingMemory workingMemory, QueryResults queryResults)
           
 

Uses of QueryResults in org.drools.core.common
 

Methods in org.drools.core.common that return QueryResults
 QueryResults AbstractWorkingMemory.getQueryResults(String query)
           
 QueryResults AbstractWorkingMemory.getQueryResults(String queryName, Object[] arguments)
           
 

Uses of QueryResults in org.drools.core.reteoo
 

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

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

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

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


Drools :: Core 6.1.0.Beta1

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