KIE Internal 6.0.0.Beta1

Uses of Interface
org.kie.internal.runtime.StatefulKnowledgeSession

Packages that use StatefulKnowledgeSession
org.kie.internal   
org.kie.internal.persistence.jpa   
 

Uses of StatefulKnowledgeSession in org.kie.internal
 

Methods in org.kie.internal that return StatefulKnowledgeSession
 StatefulKnowledgeSession KnowledgeBase.newStatefulKnowledgeSession()
          Deprecated. Create a new StatefulKnowledgeSession using the default session configuration.
 StatefulKnowledgeSession KnowledgeBase.newStatefulKnowledgeSession(org.kie.api.runtime.KieSessionConfiguration conf, org.kie.api.runtime.Environment environment)
          Deprecated. Create a new StatefulKnowledgeSession using the given session configuration and/or environment.
 

Methods in org.kie.internal that return types with arguments of type StatefulKnowledgeSession
 Collection<StatefulKnowledgeSession> KnowledgeBase.getStatefulKnowledgeSessions()
          Deprecated. Return a collection of the StatefulKnowledgeSessions that exist in this KnowledgeBase.
 

Uses of StatefulKnowledgeSession in org.kie.internal.persistence.jpa
 

Methods in org.kie.internal.persistence.jpa that return StatefulKnowledgeSession
static StatefulKnowledgeSession JPAKnowledgeService.loadStatefulKnowledgeSession(int id, org.kie.api.KieBase kbase, org.kie.api.runtime.KieSessionConfiguration configuration, org.kie.api.runtime.Environment environment)
           
static StatefulKnowledgeSession JPAKnowledgeService.newStatefulKnowledgeSession(org.kie.api.KieBase kbase, org.kie.api.runtime.KieSessionConfiguration configuration, org.kie.api.runtime.Environment environment)
           
 


KIE Internal 6.0.0.Beta1

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