|
jBPM distribution 6.0.0.Alpha9 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KieSessionConfiguration | |
|---|---|
| org.droolsjbpm.services.impl.helpers | |
| org.jbpm.process | |
| 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 KieSessionConfiguration in org.droolsjbpm.services.impl.helpers |
|---|
| Methods in org.droolsjbpm.services.impl.helpers that return KieSessionConfiguration | |
|---|---|
KieSessionConfiguration |
StatefulKnowledgeSessionDelegate.getSessionConfiguration()
|
| Uses of KieSessionConfiguration in org.jbpm.process |
|---|
| Methods in org.jbpm.process that return KieSessionConfiguration | |
|---|---|
KieSessionConfiguration |
StatefulProcessSession.getSessionConfiguration()
|
KieSessionConfiguration |
ProcessBaseFactoryService.newKnowledgeSessionConfiguration()
|
KieSessionConfiguration |
ProcessBaseFactoryService.newKnowledgeSessionConfiguration(Properties properties)
|
| Methods in org.jbpm.process with parameters of type KieSessionConfiguration | |
|---|---|
KieSession |
ProcessBaseImpl.newKieSession(KieSessionConfiguration conf,
Environment environment)
|
org.kie.runtime.StatefulKnowledgeSession |
ProcessBaseImpl.newStatefulKnowledgeSession(KieSessionConfiguration conf,
Environment environment)
|
org.kie.runtime.StatelessKnowledgeSession |
ProcessBaseImpl.newStatelessKieSession(KieSessionConfiguration conf)
|
org.kie.runtime.StatelessKnowledgeSession |
ProcessBaseImpl.newStatelessKnowledgeSession(KieSessionConfiguration conf)
|
| Constructors in org.jbpm.process with parameters of type KieSessionConfiguration | |
|---|---|
StatefulProcessSession(org.kie.KnowledgeBase kbase,
KieSessionConfiguration sessionConfiguration,
Environment environment)
|
|
| Uses of KieSessionConfiguration in org.kie |
|---|
| Methods in org.kie with parameters of type KieSessionConfiguration | |
|---|---|
KieSession |
KieBase.newKieSession(KieSessionConfiguration conf,
Environment environment)
Create a new StatefulKnowledgeSession using the given session configuration and/or environment. |
StatelessKieSession |
KieBase.newStatelessKieSession(KieSessionConfiguration conf)
Create a new StatelessKnowledgeSession using the given session configuration. |
| Uses of KieSessionConfiguration in org.kie.marshalling |
|---|
| Methods in org.kie.marshalling with parameters of type KieSessionConfiguration | |
|---|---|
KieSession |
Marshaller.unmarshall(InputStream stream,
KieSessionConfiguration config,
Environment environment)
Creates StatefulKnowledgeSession using the given KnowledgeSessionConfiguration and Environment. |
| Uses of KieSessionConfiguration in org.kie.persistence.jpa |
|---|
| Methods in org.kie.persistence.jpa with parameters of type KieSessionConfiguration | |
|---|---|
KieSession |
KieStoreServices.loadKieSession(int id,
KieBase kbase,
KieSessionConfiguration configuration,
Environment environment)
|
KieSession |
KieStoreServices.newKieSession(KieBase kbase,
KieSessionConfiguration configuration,
Environment environment)
|
| Uses of KieSessionConfiguration in org.kie.runtime |
|---|
| Methods in org.kie.runtime that return KieSessionConfiguration | |
|---|---|
KieSessionConfiguration |
KieRuntime.getSessionConfiguration()
|
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||