Uses of Interface
org.drools.runtime.StatefulKnowledgeSession

Packages that use StatefulKnowledgeSession
org.drools The KnowledgeBase and its factory. 
org.drools.marshalling Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. 
org.drools.persistence.jpa   
org.jbpm.process   
org.jbpm.process.workitem   
org.jbpm.process.workitem.handler   
org.jbpm.task.service.local   
org.jbpm.test   
 

Uses of StatefulKnowledgeSession in org.drools
 

Methods in org.drools that return StatefulKnowledgeSession
 StatefulKnowledgeSession KnowledgeBase.newStatefulKnowledgeSession()
          Create a new StatefulKnowledgeSession using the default session configuration.
 StatefulKnowledgeSession KnowledgeBase.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf, Environment environment)
          Create a new StatefulKnowledgeSession using the given session configuration and/or environment.
 

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

Uses of StatefulKnowledgeSession in org.drools.marshalling
 

Methods in org.drools.marshalling that return StatefulKnowledgeSession
 StatefulKnowledgeSession Marshaller.unmarshall(InputStream stream)
          Creates StatefulKnowledgeSession using default KnowledgeSessionConfiguration and Environment.
 StatefulKnowledgeSession Marshaller.unmarshall(InputStream stream, KnowledgeSessionConfiguration config, Environment environment)
          Creates StatefulKnowledgeSession using the given KnowledgeSessionConfiguration and Environment.
 

Methods in org.drools.marshalling with parameters of type StatefulKnowledgeSession
 void Marshaller.marshall(OutputStream stream, StatefulKnowledgeSession ksession)
          Marshalls the given StatefulKnowledgeSession into the provided OutputStream
 void Marshaller.unmarshall(InputStream stream, StatefulKnowledgeSession ksession)
          Unmarshall the stream into the StatefulKnowledgeSession.
 

Uses of StatefulKnowledgeSession in org.drools.persistence.jpa
 

Methods in org.drools.persistence.jpa that return StatefulKnowledgeSession
 StatefulKnowledgeSession KnowledgeStoreService.loadStatefulKnowledgeSession(int id, KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
static StatefulKnowledgeSession JPAKnowledgeService.loadStatefulKnowledgeSession(int id, KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
 StatefulKnowledgeSession KnowledgeStoreService.newStatefulKnowledgeSession(KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
static StatefulKnowledgeSession JPAKnowledgeService.newStatefulKnowledgeSession(KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
 

Uses of StatefulKnowledgeSession in org.jbpm.process
 

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

Methods in org.jbpm.process that return StatefulKnowledgeSession
 StatefulKnowledgeSession ProcessBaseImpl.newStatefulKnowledgeSession()
           
 StatefulKnowledgeSession ProcessBaseImpl.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf, Environment environment)
           
 

Methods in org.jbpm.process that return types with arguments of type StatefulKnowledgeSession
 Collection<StatefulKnowledgeSession> ProcessBaseImpl.getStatefulKnowledgeSessions()
           
 

Uses of StatefulKnowledgeSession in org.jbpm.process.workitem
 

Methods in org.jbpm.process.workitem that return StatefulKnowledgeSession
 StatefulKnowledgeSession AbstractWorkItemHandler.getSession()
           
 

Constructors in org.jbpm.process.workitem with parameters of type StatefulKnowledgeSession
AbstractWorkItemHandler(StatefulKnowledgeSession ksession)
           
 

Uses of StatefulKnowledgeSession in org.jbpm.process.workitem.handler
 

Constructors in org.jbpm.process.workitem.handler with parameters of type StatefulKnowledgeSession
JavaHandlerWorkItemHandler(StatefulKnowledgeSession ksession)
           
 

Uses of StatefulKnowledgeSession in org.jbpm.task.service.local
 

Methods in org.jbpm.task.service.local with parameters of type StatefulKnowledgeSession
static TaskService LocalHumanTaskService.getTaskService(StatefulKnowledgeSession ksession)
           
 

Uses of StatefulKnowledgeSession in org.jbpm.test
 

Fields in org.jbpm.test with type parameters of type StatefulKnowledgeSession
protected static ThreadLocal<Set<StatefulKnowledgeSession>> KnowledgeSessionCleanup.knowledgeSessionSetLocal
           
protected static ThreadLocal<Set<StatefulKnowledgeSession>> JbpmJUnitTestCase.knowledgeSessionSetLocal
           
 

Methods in org.jbpm.test that return StatefulKnowledgeSession
protected  StatefulKnowledgeSession JbpmJUnitTestCase.createKnowledgeSession(KnowledgeBase kbase)
           
protected  StatefulKnowledgeSession JbpmJUnitTestCase.createKnowledgeSession(String... process)
           
 StatefulKnowledgeSession JbpmJUnitTestCase.loadSession(int id, String... process)
           
static StatefulKnowledgeSession JBPMHelper.loadStatefulKnowledgeSession(KnowledgeBase kbase, int sessionId)
           
static StatefulKnowledgeSession JBPMHelper.newStatefulKnowledgeSession(KnowledgeBase kbase)
           
protected  StatefulKnowledgeSession JbpmJUnitTestCase.restoreSession(StatefulKnowledgeSession ksession, boolean noCache)
           
 

Methods in org.jbpm.test with parameters of type StatefulKnowledgeSession
static void KnowledgeSessionCleanup.addKnowledgeSessionForCleanup(StatefulKnowledgeSession ksession)
           
 void JbpmJUnitTestCase.assertNodeActive(long processInstanceId, StatefulKnowledgeSession ksession, String... name)
           
 void JbpmJUnitTestCase.assertProcessInstanceAborted(long processInstanceId, StatefulKnowledgeSession ksession)
           
 void JbpmJUnitTestCase.assertProcessInstanceActive(long processInstanceId, StatefulKnowledgeSession ksession)
           
 void JbpmJUnitTestCase.assertProcessInstanceCompleted(long processInstanceId, StatefulKnowledgeSession ksession)
           
 TaskService JbpmJUnitTestCase.getTaskService(StatefulKnowledgeSession ksession)
           
 Object JbpmJUnitTestCase.getVariableValue(String name, long processInstanceId, StatefulKnowledgeSession ksession)
           
static void JBPMHelper.registerTaskService(StatefulKnowledgeSession ksession)
           
protected  StatefulKnowledgeSession JbpmJUnitTestCase.restoreSession(StatefulKnowledgeSession ksession, boolean noCache)
           
 



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