| Package | Description | 
|---|---|
| org.kie.api.builder | |
| org.kie.api.event.kiescanner | 
 Events emitted by the KieScanner. 
 | 
| org.kie.api.runtime | 
 The runtime engine classes, including KieSession and StatelessKieSession. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Results | 
KieBuilder.getResults()
Returns the Results of the building process. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Results | 
KieScannerUpdateResultsEvent.getResults()  | 
| Modifier and Type | Method and Description | 
|---|---|
Results | 
KieContainer.updateToVersion(ReleaseId version)
Updates this KieContainer to a KieModule with the given fixed ReleaseId (e.g. com.acme:acme-rules:1.0.0.Final). 
 | 
Results | 
KieContainer.verify()
Builds all the KieBase in the KieModule wrapped by this KieContainer
 and return te Results of this building process 
 | 
Results | 
KieContainer.verify(String... kBaseNames)
Builds the KieBases with the given name(s) in the KieModule wrapped by this KieContainer
 and return the Results of this building process 
 | 
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.