jBPM distribution 6.0.0.Alpha9

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

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

Uses of Query in org.jbpm.process
 

Methods in org.jbpm.process that return Query
 Query ProcessBaseImpl.getQuery(String packageName, String queryName)
           
 

Methods in org.jbpm.process that return types with arguments of type Query
 Collection<Query> ProcessPackage.getQueries()
           
 

Uses of Query in org.kie
 

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

Uses of Query in org.kie.definition
 

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


jBPM distribution 6.0.0.Alpha9

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