Uses of Interface
org.kie.api.builder.Results
-
Packages that use Results 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. -
-
Uses of Results in org.kie.api.builder
Methods in org.kie.api.builder that return Results Modifier and Type Method Description Results
KieBuilder. getResults()
Returns the Results of the building process. -
Uses of Results in org.kie.api.event.kiescanner
Methods in org.kie.api.event.kiescanner that return Results Modifier and Type Method Description Results
KieScannerUpdateResultsEvent. getResults()
-
Uses of Results in org.kie.api.runtime
Methods in org.kie.api.runtime that return Results Modifier and Type Method 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 processResults
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
-