|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.integration.console.kbase.KnowledgeBaseManagerFactory
public class KnowledgeBaseManagerFactory
Factory for providing KnowledgeBaseManager instances
| Constructor Summary | |
|---|---|
KnowledgeBaseManagerFactory()
|
|
| Method Summary | |
|---|---|
static KnowledgeBaseManager |
newKnowledgeBaseManager()
Returns new instance of KnowledgeBaseManager that is either default implementation
or custom one that is defined by system property: jbpm.knowledgebase.managerExample: -Djbpm.knowledgebase.manager=com.company.jbpm.CustomKnowledgeBaseManager Custom implementation must implement org.jbpm.integration.console.kbase.KnowledgeBaseManager interfaceDefault 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
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KnowledgeBaseManagerFactory()
| Method Detail |
|---|
public static KnowledgeBaseManager newKnowledgeBaseManager()
KnowledgeBaseManager that is either default implementation
or custom one that is defined by system property: jbpm.knowledgebase.managerorg.jbpm.integration.console.kbase.KnowledgeBaseManager interfaceorg.jbpm.integration.console.kbase.DefaultKnowledgeBaseManager
that builds knowledge base according to settings given in either:
KnowledgeBaseManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||