| Package | Description |
|---|---|
| org.kie.api |
Base KIE API classes.
|
| org.kie.api.definition |
All classes to create definitions, as built by the KieBuilder 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–2021 JBoss by Red Hat. All rights reserved.