jBPM distribution 6.0.0.Beta3

Uses of Interface
org.kie.api.runtime.rule.Session

Packages that use Session
org.jbpm.process   
org.kie.api.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
org.kie.api.runtime.rule The rule runtime classes. 
 

Uses of Session in org.jbpm.process
 

Classes in org.jbpm.process that implement Session
 class StatefulProcessSession
           
 

Uses of Session in org.kie.api.runtime
 

Subinterfaces of Session in org.kie.api.runtime
 interface KieRuntime
           
 interface KieSession
          KieSession is the most common way to interact with the engine.
 

Uses of Session in org.kie.api.runtime.rule
 

Methods in org.kie.api.runtime.rule with parameters of type Session
 void ConsequenceExceptionHandler.handleException(Match match, Session workingMemory, Exception exception)
           
 

Constructors in org.kie.api.runtime.rule with parameters of type Session
ConsequenceException(Throwable rootCause, Session workingMemory, Match match)
           
 


jBPM distribution 6.0.0.Beta3

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