Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Query |
KieBase.getQuery(String packageName,
String queryName)
Returns a reference to the
Query identified by the given package and query names. |
Modifier and Type | Method and Description |
---|---|
Collection<Query> |
KiePackage.getQueries()
Return the query definitions for this package.
|
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.