Uses of Interface
org.kie.api.builder.Results
Packages that use Results
Package
Description
Events emitted by the KieScanner.
The runtime engine classes, including KieSession and StatelessKieSession.
-
Uses of Results in org.kie.api.builder
Methods in org.kie.api.builder that return ResultsModifier and TypeMethodDescriptionKieBuilder.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 -
Uses of Results in org.kie.api.runtime
Methods in org.kie.api.runtime that return ResultsModifier and TypeMethodDescriptionKieContainer.updateToVersion(ReleaseId version) Updates this KieContainer to a KieModule with the given fixed ReleaseId (e.g.KieContainer.verify()Builds all the KieBase in the KieModule wrapped by this KieContainer and return te Results of this building processBuilds the KieBases with the given name(s) in the KieModule wrapped by this KieContainer and return the Results of this building process