|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KieSession | |
---|---|
org.droolsjbpm.services.api | |
org.droolsjbpm.services.impl | |
org.droolsjbpm.services.impl.helpers | |
org.jbpm.process | |
org.jbpm.task.wih | |
org.kie | The KnowledgeBase and its factory. |
org.kie.marshalling | Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. |
org.kie.persistence.jpa | |
org.kie.runtime | The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. |
Uses of KieSession in org.droolsjbpm.services.api |
---|
Methods in org.droolsjbpm.services.api that return KieSession | |
---|---|
KieSession |
SessionManager.getKsessionById(int ksessionId)
|
KieSession |
KnowledgeDomainService.getSessionById(int sessionId)
|
Methods in org.droolsjbpm.services.api that return types with arguments of type KieSession | |
---|---|
Map<Integer,KieSession> |
SessionManager.getKsessionsByName(String ksessionName)
|
Map<Integer,KieSession> |
KnowledgeDomainService.getSessionsByName(String ksessionName)
|
Uses of KieSession in org.droolsjbpm.services.impl |
---|
Methods in org.droolsjbpm.services.impl that return KieSession | |
---|---|
KieSession |
CDISessionManager.getKsessionById(int ksessionId)
|
KieSession |
KnowledgeDomainServiceImpl.getSessionById(int sessionId)
|
Methods in org.droolsjbpm.services.impl that return types with arguments of type KieSession | |
---|---|
Map<Integer,KieSession> |
CDISessionManager.getKsessionsByName(String ksessionName)
|
Map<Integer,KieSession> |
KnowledgeDomainServiceImpl.getSessionsByName(String ksessionName)
|
Uses of KieSession in org.droolsjbpm.services.impl.helpers |
---|
Classes in org.droolsjbpm.services.impl.helpers that implement KieSession | |
---|---|
class |
StatefulKnowledgeSessionDelegate
|
Methods in org.droolsjbpm.services.impl.helpers that return KieSession | |
---|---|
KieSession |
StatefulKnowledgeSessionDelegate.getKsession()
|
Constructors in org.droolsjbpm.services.impl.helpers with parameters of type KieSession | |
---|---|
StatefulKnowledgeSessionDelegate(String name,
KieSession ksession,
SessionManager sessionManager)
|
Uses of KieSession in org.jbpm.process |
---|
Classes in org.jbpm.process that implement KieSession | |
---|---|
class |
StatefulProcessSession
|
Methods in org.jbpm.process that return KieSession | |
---|---|
KieSession |
ProcessBaseImpl.newKieSession()
|
KieSession |
ProcessBaseImpl.newKieSession(KieSessionConfiguration conf,
Environment environment)
|
Uses of KieSession in org.jbpm.task.wih |
---|
Methods in org.jbpm.task.wih with parameters of type KieSession | |
---|---|
void |
CDIHTWorkItemHandler.addSession(KieSession ksession)
|
void |
ExternalTaskEventListener.addSession(KieSession session,
ClassLoader classLoader)
|
void |
CDIHTWorkItemHandler.addSession(KieSession ksession,
ClassLoader classLoader)
|
protected Task |
AbstractHTWorkItemHandler.createTaskBasedOnWorkItemParams(KieSession session,
WorkItem workItem)
|
protected ContentData |
AbstractHTWorkItemHandler.createTaskContentBasedOnWorkItemParams(KieSession session,
WorkItem workItem)
|
Uses of KieSession in org.kie |
---|
Methods in org.kie that return KieSession | |
---|---|
KieSession |
KieBase.newKieSession()
Create a new StatefulKnowledgeSession using the default session configuration. |
KieSession |
KieBase.newKieSession(KieSessionConfiguration conf,
Environment environment)
Create a new StatefulKnowledgeSession using the given session configuration and/or environment. |
Methods in org.kie that return types with arguments of type KieSession | |
---|---|
Collection<? extends KieSession> |
KieBase.getKieSessions()
Return a collection of the StatefulKnowledgeSessions that exist in this KnowledgeBase. |
Uses of KieSession in org.kie.marshalling |
---|
Methods in org.kie.marshalling that return KieSession | |
---|---|
KieSession |
Marshaller.unmarshall(InputStream stream)
Creates StatefulKnowledgeSession using default KnowledgeSessionConfiguration and Environment. |
KieSession |
Marshaller.unmarshall(InputStream stream,
KieSessionConfiguration config,
Environment environment)
Creates StatefulKnowledgeSession using the given KnowledgeSessionConfiguration and Environment. |
Methods in org.kie.marshalling with parameters of type KieSession | |
---|---|
void |
Marshaller.marshall(OutputStream stream,
KieSession ksession)
Marshalls the given StatefulKnowledgeSession into the provided OutputStream |
void |
Marshaller.unmarshall(InputStream stream,
KieSession ksession)
Unmarshall the stream into the StatefulKnowledgeSession. |
Uses of KieSession in org.kie.persistence.jpa |
---|
Methods in org.kie.persistence.jpa that return KieSession | |
---|---|
KieSession |
KieStoreServices.loadKieSession(int id,
KieBase kbase,
KieSessionConfiguration configuration,
Environment environment)
|
KieSession |
KieStoreServices.newKieSession(KieBase kbase,
KieSessionConfiguration configuration,
Environment environment)
|
Uses of KieSession in org.kie.runtime |
---|
Methods in org.kie.runtime that return KieSession | |
---|---|
KieSession |
KieContainer.newKieSession()
Creates the defualt KieSession for this KieContainer |
KieSession |
KieContainer.newKieSession(Environment environment)
Creates the defualt KieSession for this KieContainer using the given Environment |
KieSession |
KieContainer.newKieSession(String kSessionName)
Creates the KieSession with the given name for this KieContainer |
KieSession |
KieContainer.newKieSession(String kSessionName,
Environment environment)
Creates the KieSession with the given name for this KieContainer using the given Environment |
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |