|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KieBase | |
---|---|
org.droolsjbpm.services.impl.helpers | |
org.jbpm.process | |
org.jbpm.process.instance | |
org.kie.event.kiebase | Events emitted while updating the definitions in the KnowledgeBase. |
org.kie.marshalling | Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. |
org.kie.persistence.jpa | |
org.kie.runtime | The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. |
Uses of KieBase in org.droolsjbpm.services.impl.helpers |
---|
Methods in org.droolsjbpm.services.impl.helpers that return KieBase | |
---|---|
KieBase |
StatefulKnowledgeSessionDelegate.getKieBase()
|
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.kie.event.kiebase |
---|
Methods in org.kie.event.kiebase that return KieBase | |
---|---|
KieBase |
KieBaseEvent.getKieBase()
|
KieBase |
BeforeKieBaseUnlockedEvent.getKieBase()
|
Uses of KieBase in org.kie.marshalling |
---|
Methods in org.kie.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.persistence.jpa |
---|
Methods in org.kie.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.runtime |
---|
Methods in org.kie.runtime that return KieBase | |
---|---|
KieBase |
KieRuntime.getKieBase()
Returns the KieBase reference from which this stateful session was created. |
KieBase |
KieContainer.getKieBase()
Returns the defualt KieBase in this KieContainer. |
KieBase |
KieContainer.getKieBase(String kBaseName)
Returns the KieBase with the given name in this KieContainer. |
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |