Uses of Interface
org.kie.api.KieBase
Packages that use KieBase
Package
Description
Events emitted while updating the definitions in the KieBase.
Marshalling classes are used to marshall and unmarshal StatefulKieSessions
The runtime engine classes, including KieSession and StatelessKieSession.
-
Uses of KieBase in org.kie.api.event.kiebase
Methods in org.kie.api.event.kiebase that return KieBaseModifier and TypeMethodDescriptionBeforeKieBaseUnlockedEvent.getKieBase()KieBaseEvent.getKieBase() -
Uses of KieBase in org.kie.api.internal.runtime
Methods in org.kie.api.internal.runtime with parameters of type KieBase -
Uses of KieBase in org.kie.api.marshalling
Methods in org.kie.api.marshalling with parameters of type KieBaseModifier and TypeMethodDescriptionKieMarshallers.newMarshaller(KieBase kbase) The marshalling strategies for this method are undefined and thus they are derived from the ksession's or environment provided.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 KieBaseModifier and TypeMethodDescriptionKieStoreServices.loadKieSession(int id, KieBase kbase, KieSessionConfiguration configuration, Environment environment) Deprecated.KieStoreServices.loadKieSession(Long id, KieBase kbase, KieSessionConfiguration configuration, Environment environment) KieStoreServices.newKieSession(KieBase kbase, KieSessionConfiguration configuration, Environment environment) -
Uses of KieBase in org.kie.api.runtime
Methods in org.kie.api.runtime that return KieBaseModifier and TypeMethodDescriptionKieContainer.getKieBase()Returns the default KieBase in this KieContainer.KieContainer.getKieBase(String kBaseName) Returns the KieBase with the given name in this KieContainer.default KieBaseKieContext.getKieBase()KieRuntimeBuilder.getKieBase()KieRuntimeBuilder.getKieBase(String name) RuntimeSession.getKieBase()KieContainer.newKieBase(String kBaseName, KieBaseConfiguration conf) Creates a new KieBase with the given name using the given configuration.KieContainer.newKieBase(KieBaseConfiguration conf) Creates a new default KieBase using the given configuration.Methods in org.kie.api.runtime with parameters of type KieBaseModifier and TypeMethodDescriptionstatic KieRuntimeFactoryCreates an instance of this factory for the given KieBase