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 KnowledgeStoreService
public StatefulKnowledgeSession loadStatefulKnowledgeSession(Long id, KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
loadStatefulKnowledgeSession
in interface KnowledgeStoreService
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.