Uses of Interface
org.kie.api.KieBaseConfiguration
Packages that use KieBaseConfiguration
Package
Description
Base KIE API classes.
The runtime engine classes, including KieSession and StatelessKieSession.
-
Uses of KieBaseConfiguration in org.kie.api
Methods in org.kie.api that return KieBaseConfigurationModifier and TypeMethodDescriptionKieServices.newKieBaseConfiguration()Create a KieBaseConfiguration on which properties can be set.KieServices.newKieBaseConfiguration(Properties properties) Create a KieBaseConfiguration on which properties can be set.KieServices.newKieBaseConfiguration(Properties properties, ClassLoader classLoader) Deprecated.The classLoader has to be defined when creating the KieContainer, so the one passed here will be just ignored -
Uses of KieBaseConfiguration in org.kie.api.runtime
Methods in org.kie.api.runtime with parameters of type KieBaseConfigurationModifier and TypeMethodDescriptionKieContainer.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.