|
KIE API 6.0.0.Alpha9 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Environment | |
|---|---|
| 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 Environment in org.kie |
|---|
| Methods in org.kie with parameters of type Environment | |
|---|---|
KieSession |
KieBase.newKieSession(KieSessionConfiguration conf,
Environment environment)
Create a new StatefulKnowledgeSession using the given session configuration and/or environment. |
| Uses of Environment in org.kie.marshalling |
|---|
| Methods in org.kie.marshalling with parameters of type Environment | |
|---|---|
KieSession |
Marshaller.unmarshall(InputStream stream,
KieSessionConfiguration config,
Environment environment)
Creates StatefulKnowledgeSession using the given KnowledgeSessionConfiguration and Environment. |
| Uses of Environment in org.kie.persistence.jpa |
|---|
| Methods in org.kie.persistence.jpa with parameters of type Environment | |
|---|---|
KieSession |
KieStoreServices.loadKieSession(int id,
KieBase kbase,
KieSessionConfiguration configuration,
Environment environment)
|
KieSession |
KieStoreServices.newKieSession(KieBase kbase,
KieSessionConfiguration configuration,
Environment environment)
|
| Uses of Environment in org.kie.runtime |
|---|
| Methods in org.kie.runtime that return Environment | |
|---|---|
Environment |
KieRuntime.getEnvironment()
|
| Methods in org.kie.runtime with parameters of type Environment | |
|---|---|
KieSession |
KieContainer.newKieSession(Environment environment)
Creates the defualt KieSession for this KieContainer using the given Environment |
KieSession |
KieContainer.newKieSession(String kSessionName,
Environment environment)
Creates the KieSession with the given name for this KieContainer using the given Environment |
void |
Environment.setDelegate(Environment delegate)
|
|
KIE API 6.0.0.Alpha9 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||