|
jBPM distribution 6.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KieBase | |
---|---|
org.jbpm.process | |
org.jbpm.process.instance | |
org.jbpm.runtime.manager.impl | |
org.jbpm.services.task.rule | |
org.jbpm.services.task.rule.impl | |
org.jbpm.test | |
org.kie.api.event.kiebase | Events emitted while updating the definitions in the KnowledgeBase. |
org.kie.api.marshalling | Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. |
org.kie.api.persistence.jpa | |
org.kie.api.runtime | The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. |
Uses of KieBase in org.jbpm.process |
---|
Classes in org.jbpm.process that implement KieBase | |
---|---|
class |
ProcessBaseImpl
|
Uses of KieBase in org.jbpm.process.instance |
---|
Methods in org.jbpm.process.instance with parameters of type KieBase | |
---|---|
static String |
StartProcessHelper.findLatestProcessByName(KieBase kbase,
String processName)
|
static String |
StartProcessHelper.findLatestProcessByName(KieBase kbase,
String processName,
Comparator<Process> comparator)
|
Uses of KieBase in org.jbpm.runtime.manager.impl |
---|
Fields in org.jbpm.runtime.manager.impl declared as KieBase | |
---|---|
protected KieBase |
SimpleRuntimeEnvironment.kbase
|
Methods in org.jbpm.runtime.manager.impl that return KieBase | |
---|---|
KieBase |
SimpleRuntimeEnvironment.getKieBase()
|
Methods in org.jbpm.runtime.manager.impl with parameters of type KieBase | |
---|---|
RuntimeEnvironmentBuilder |
RuntimeEnvironmentBuilder.knowledgeBase(KieBase kbase)
|
void |
SimpleRuntimeEnvironment.setKieBase(KieBase kbase)
|
Uses of KieBase in org.jbpm.services.task.rule |
---|
Methods in org.jbpm.services.task.rule that return KieBase | |
---|---|
KieBase |
RuleContextProvider.getKieBase(String scope)
|
Methods in org.jbpm.services.task.rule with parameters of type KieBase | |
---|---|
void |
RuleContextProvider.addKieBase(String scope,
KieBase kbase)
|
Uses of KieBase in org.jbpm.services.task.rule.impl |
---|
Methods in org.jbpm.services.task.rule.impl that return KieBase | |
---|---|
KieBase |
RuleContextProviderImpl.getKieBase(String scope)
|
Methods in org.jbpm.services.task.rule.impl with parameters of type KieBase | |
---|---|
void |
RuleContextProviderImpl.addKieBase(String scope,
KieBase kbase)
|
Uses of KieBase in org.jbpm.test |
---|
Methods in org.jbpm.test that return KieBase | |
---|---|
protected KieBase |
JbpmJUnitTestCase.createKnowledgeBase(Map<String,ResourceType> resources)
|
protected KieBase |
JbpmJUnitTestCase.createKnowledgeBase(String... process)
|
Uses of KieBase in org.kie.api.event.kiebase |
---|
Methods in org.kie.api.event.kiebase that return KieBase | |
---|---|
KieBase |
KieBaseEvent.getKieBase()
|
KieBase |
BeforeKieBaseUnlockedEvent.getKieBase()
|
Uses of KieBase in org.kie.api.marshalling |
---|
Methods in org.kie.api.marshalling with parameters of type KieBase | |
---|---|
Marshaller |
KieMarshallers.newMarshaller(KieBase kbase)
The marshalling strategies for this method are undefined and thus they are derived from the ksession's or environment provided |
Marshaller |
KieMarshallers.newMarshaller(KieBase kbase,
ObjectMarshallingStrategy[] strategies)
This will override the strategies specified in the ksession or environment. |
Uses of KieBase in org.kie.api.persistence.jpa |
---|
Methods in org.kie.api.persistence.jpa with parameters of type KieBase | |
---|---|
KieSession |
KieStoreServices.loadKieSession(int id,
KieBase kbase,
KieSessionConfiguration configuration,
Environment environment)
|
KieSession |
KieStoreServices.newKieSession(KieBase kbase,
KieSessionConfiguration configuration,
Environment environment)
|
Uses of KieBase in org.kie.api.runtime |
---|
Methods in org.kie.api.runtime that return KieBase | |
---|---|
KieBase |
KieRuntime.getKieBase()
Returns the KieBase reference from which this stateful session was created. |
KieBase |
KieContainer.getKieBase()
Returns the default KieBase in this KieContainer. |
KieBase |
KieContainer.getKieBase(String kBaseName)
Returns the KieBase with the given name in this KieContainer. |
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.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |