|
jBPM distribution 6.0.0.Beta3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KieBaseConfiguration | |
---|---|
org.jbpm.process | |
org.kie.api.runtime | The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. |
Uses of KieBaseConfiguration in org.jbpm.process |
---|
Methods in org.jbpm.process that return KieBaseConfiguration | |
---|---|
KieBaseConfiguration |
ProcessBaseFactoryService.newKnowledgeBaseConfiguration()
|
KieBaseConfiguration |
ProcessBaseFactoryService.newKnowledgeBaseConfiguration(Properties properties,
ClassLoader... classLoaders)
|
Methods in org.jbpm.process with parameters of type KieBaseConfiguration | |
---|---|
org.kie.internal.KnowledgeBase |
ProcessBaseFactoryService.newKnowledgeBase(KieBaseConfiguration conf)
|
org.kie.internal.KnowledgeBase |
ProcessBaseFactoryService.newKnowledgeBase(String kbaseId,
KieBaseConfiguration conf)
|
Uses of KieBaseConfiguration in org.kie.api.runtime |
---|
Methods in org.kie.api.runtime with parameters of type KieBaseConfiguration | |
---|---|
KieBase |
KieContainer.newKieBase(KieBaseConfiguration conf)
Creates a new default KieBase using the given configuration. |
KieBase |
KieContainer.newKieBase(String kBaseName,
KieBaseConfiguration conf)
Creates a new KieBase with the given name using the given configuration. |
|
jBPM distribution 6.0.0.Beta3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |