Uses of Interface
org.jbpm.integration.console.kbase.KnowledgeBaseManager

Packages that use KnowledgeBaseManager
org.jbpm.integration.console   
org.jbpm.integration.console.kbase   
 

Uses of KnowledgeBaseManager in org.jbpm.integration.console
 

Methods in org.jbpm.integration.console that return KnowledgeBaseManager
static KnowledgeBaseManager StatefulKnowledgeSessionUtil.getKnowledgeBaseManager()
           
 

Uses of KnowledgeBaseManager in org.jbpm.integration.console.kbase
 

Classes in org.jbpm.integration.console.kbase that implement KnowledgeBaseManager
 class DefaultKnowledgeBaseManager
           
 

Methods in org.jbpm.integration.console.kbase that return KnowledgeBaseManager
static KnowledgeBaseManager KnowledgeBaseManagerFactory.newKnowledgeBaseManager()
          Returns new instance of KnowledgeBaseManager that is either default implementation or custom one that is defined by system property: jbpm.knowledgebase.manager
Example:
-Djbpm.knowledgebase.manager=com.company.jbpm.CustomKnowledgeBaseManager
Custom implementation must implement org.jbpm.integration.console.kbase.KnowledgeBaseManager interface
Default implementation is org.jbpm.integration.console.kbase.DefaultKnowledgeBaseManager that builds knowledge base according to settings given in either: default.jbpm.console.properties - properties that are bundled with jbpm as defaults - read only jbpm.console.properties - custom configuration of jbpm console
 



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