|
KIE API 6.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KieSessionConfiguration | |
---|---|
org.kie.api | The KnowledgeBase and its factory. |
org.kie.api.marshalling | Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. |
org.kie.api.persistence.jpa | |
org.kie.api.runtime | The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. |
Uses of KieSessionConfiguration in org.kie.api |
---|
Methods in org.kie.api with parameters of type KieSessionConfiguration | |
---|---|
KieSession |
KieBase.newKieSession(KieSessionConfiguration conf,
Environment environment)
Creates a new KieSession using the given session configuration and/or environment. |
StatelessKieSession |
KieBase.newStatelessKieSession(KieSessionConfiguration conf)
Creates a new StatelessKieSession using the given session configuration. |
Uses of KieSessionConfiguration in org.kie.api.marshalling |
---|
Methods in org.kie.api.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.api.persistence.jpa |
---|
Methods in org.kie.api.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.api.runtime |
---|
Methods in org.kie.api.runtime that return KieSessionConfiguration | |
---|---|
KieSessionConfiguration |
KieRuntime.getSessionConfiguration()
|
|
KIE API 6.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |