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
|