KIE API 6.1.0.Beta2

Uses of Interface
org.kie.api.builder.Results

Packages that use Results
org.kie.api.builder   
org.kie.api.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
 

Uses of Results in org.kie.api.builder
 

Methods in org.kie.api.builder that return Results
 Results KieBuilder.getResults()
          Returns the Results of the building process.
 

Uses of Results in org.kie.api.runtime
 

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
 


KIE API 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.