KIE API 6.1.0.Beta2

Uses of Interface
org.kie.api.definition.rule.Query

Packages that use Query
org.kie.api The KnowledgeBase and its factory. 
org.kie.api.definition All classes to create definitions, as built by the KnowledgeBuilder from artifact resources, can be found here. 
 

Uses of Query in org.kie.api
 

Methods in org.kie.api that return Query
 Query KieBase.getQuery(String packageName, String queryName)
          Returns a reference to the Query identified by the given package and query names.
 

Uses of Query in org.kie.api.definition
 

Methods in org.kie.api.definition that return types with arguments of type Query
 Collection<Query> KiePackage.getQueries()
          Return the query definitions for this package.
 


KIE API 6.1.0.Beta2

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