Drools :: Core 6.2.0.CR4

Uses of Class
org.drools.core.QueryResultsImpl

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

Uses of QueryResultsImpl in org.drools.core
 

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

Constructors in org.drools.core with parameters of type QueryResultsImpl
QueryResultsRowImpl(QueryRowWithSubruleIndex row, WorkingMemory workingMemory, QueryResultsImpl queryResults)
           
 

Uses of QueryResultsImpl in org.drools.core.impl
 

Methods in org.drools.core.impl that return QueryResultsImpl
 QueryResultsImpl StatefulKnowledgeSessionImpl.getQueryResults(String query)
           
 QueryResultsImpl StatefulKnowledgeSessionImpl.getQueryResults(String queryName, Object... arguments)
           
 

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

Methods in org.drools.core.runtime.rule.impl that return QueryResultsImpl
 QueryResultsImpl QueryResultsJaxbAdapter.marshal(FlatQueryResults v)
           
 

Methods in org.drools.core.runtime.rule.impl with parameters of type QueryResultsImpl
 FlatQueryResults QueryResultsJaxbAdapter.unmarshal(QueryResultsImpl v)
           
 

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


Drools :: Core 6.2.0.CR4

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