Knowledge API Legacy5 Adapter 6.2.0.Final

org.drools.persistence.jpa
Interface KnowledgeStoreService

All Known Implementing Classes:
KnowledgeStoreServiceImpl

public interface KnowledgeStoreService


Method Summary
 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)
           
 

Method Detail

newStatefulKnowledgeSession

StatefulKnowledgeSession newStatefulKnowledgeSession(KnowledgeBase kbase,
                                                     KnowledgeSessionConfiguration configuration,
                                                     Environment environment)

loadStatefulKnowledgeSession

@Deprecated
StatefulKnowledgeSession loadStatefulKnowledgeSession(int id,
                                                                 KnowledgeBase kbase,
                                                                 KnowledgeSessionConfiguration configuration,
                                                                 Environment environment)
Deprecated. 


loadStatefulKnowledgeSession

StatefulKnowledgeSession loadStatefulKnowledgeSession(Long id,
                                                      KnowledgeBase kbase,
                                                      KnowledgeSessionConfiguration configuration,
                                                      Environment environment)

Knowledge API Legacy5 Adapter 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.