public class KnowledgeStoreServiceImpl extends Object implements KnowledgeStoreService
| Constructor and Description |
|---|
KnowledgeStoreServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
StatefulKnowledgeSession |
loadStatefulKnowledgeSession(int id,
KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment)
Deprecated.
|
StatefulKnowledgeSession |
loadStatefulKnowledgeSession(Long id,
KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment) |
StatefulKnowledgeSession |
newStatefulKnowledgeSession(KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment) |
public StatefulKnowledgeSession newStatefulKnowledgeSession(KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
newStatefulKnowledgeSession in interface KnowledgeStoreService@Deprecated public StatefulKnowledgeSession loadStatefulKnowledgeSession(int id, KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
loadStatefulKnowledgeSession in interface KnowledgeStoreServicepublic StatefulKnowledgeSession loadStatefulKnowledgeSession(Long id, KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
loadStatefulKnowledgeSession in interface KnowledgeStoreServiceCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.