Package | Description |
---|---|
org.kie.api.event.kiebase |
Events emitted while updating the definitions in the KieBase.
|
org.kie.api.internal.weaver | |
org.kie.api.marshalling |
Marshalling classes are used to marshall and unmarshal StatefulKieSessions
See KieMarshallers for more detailed information.
|
org.kie.api.persistence.jpa | |
org.kie.api.runtime |
The runtime engine classes, including KieSession and StatelessKieSession.
|
org.kie.api.runtime.manager | |
org.kie.api.runtime.rule |
The rule runtime classes.
|
Modifier and Type | Method and Description |
---|---|
KieBase |
KieBaseEvent.getKieBase() |
KieBase |
BeforeKieBaseUnlockedEvent.getKieBase() |
Modifier and Type | Method and Description |
---|---|
void |
KieWeaverService.merge(KieBase kieBase,
KiePackage kiePkg,
P rtPkg) |
void |
KieWeaverService.weave(KieBase kieBase,
KiePackage kiePkg,
P rtPkg) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
KieSession |
KieStoreServices.loadKieSession(int id,
KieBase kbase,
KieSessionConfiguration configuration,
Environment environment)
Deprecated.
|
KieSession |
KieStoreServices.loadKieSession(Long id,
KieBase kbase,
KieSessionConfiguration configuration,
Environment environment) |
KieSession |
KieStoreServices.newKieSession(KieBase kbase,
KieSessionConfiguration configuration,
Environment environment) |
Modifier and Type | Method and Description |
---|---|
KieBase |
StatelessKieSession.getKieBase() |
KieBase |
KieRuntime.getKieBase() |
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.
|
Modifier and Type | Method and Description |
---|---|
RequestContext |
RequestContext.with(KieBase kieBase) |
Modifier and Type | Method and Description |
---|---|
KieBase |
RuntimeEnvironment.getKieBase() |
Modifier and Type | Method and Description |
---|---|
RuntimeEnvironmentBuilder |
RuntimeEnvironmentBuilder.knowledgeBase(KieBase kbase) |
Modifier and Type | Method and Description |
---|---|
RuleUnitExecutor |
RuleUnitExecutor.bind(KieBase kiebase)
Bind this executor to a
KieBase in order to execute the units defined in it. |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.