Package | Description |
---|---|
org.kie.internal | |
org.kie.internal.persistence.jpa |
Modifier and Type | Method and Description |
---|---|
StatefulKnowledgeSession |
KnowledgeBase.newStatefulKnowledgeSession()
Deprecated.
Create a new StatefulKnowledgeSession using the default session configuration.
|
StatefulKnowledgeSession |
KnowledgeBase.newStatefulKnowledgeSession(org.kie.api.runtime.KieSessionConfiguration conf,
org.kie.api.runtime.Environment environment)
Deprecated.
Create a new StatefulKnowledgeSession using the given session configuration and/or environment.
|
Modifier and Type | Method and Description |
---|---|
Collection<StatefulKnowledgeSession> |
KnowledgeBase.getStatefulKnowledgeSessions()
Deprecated.
Return a collection of the StatefulKnowledgeSessions that exist in this KnowledgeBase.
|
Modifier and Type | Method and Description |
---|---|
static StatefulKnowledgeSession |
JPAKnowledgeService.loadStatefulKnowledgeSession(int id,
org.kie.api.KieBase kbase,
org.kie.api.runtime.KieSessionConfiguration configuration,
org.kie.api.runtime.Environment environment)
Deprecated.
|
static StatefulKnowledgeSession |
JPAKnowledgeService.loadStatefulKnowledgeSession(Long id,
org.kie.api.KieBase kbase,
org.kie.api.runtime.KieSessionConfiguration configuration,
org.kie.api.runtime.Environment environment) |
static StatefulKnowledgeSession |
JPAKnowledgeService.newStatefulKnowledgeSession(org.kie.api.KieBase kbase,
org.kie.api.runtime.KieSessionConfiguration configuration,
org.kie.api.runtime.Environment environment) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.