| Methods in org.kie.api.runtime that return Results |
Results |
KieContainer.updateToVersion(ReleaseId version)
Updates this KieContainer to a KieModule with the given ReleaseId |
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 te Results of this building process |