Uses of Interface
org.kie.api.runtime.KieSessionConfiguration
Packages that use KieSessionConfiguration
Package
Description
Base KIE API classes.
Marshalling classes are used to marshall and unmarshal StatefulKieSessions
The runtime engine classes, including KieSession and StatelessKieSession.
-
Uses of KieSessionConfiguration in org.kie.api
Methods in org.kie.api that return KieSessionConfigurationModifier and TypeMethodDescriptionKieServices.newKieSessionConfiguration()Create a KieSessionConfiguration on which properties can be set.KieServices.newKieSessionConfiguration(Properties properties) Create a KieSessionConfiguration on which properties can be set.KieServices.newKieSessionConfiguration(Properties properties, ClassLoader classLoader) Create a KieSessionConfiguration on which properties can be set.Methods in org.kie.api with parameters of type KieSessionConfigurationModifier and TypeMethodDescriptionKieBase.newKieSession(KieSessionConfiguration conf, Environment environment) Creates a newKieSessionusing the given session configuration and/or environment.KieBase.newStatelessKieSession(KieSessionConfiguration conf) Creates a newStatelessKieSessionusing the given session configuration. -
Uses of KieSessionConfiguration in org.kie.api.marshalling
Methods in org.kie.api.marshalling with parameters of type KieSessionConfigurationModifier and TypeMethodDescriptionMarshaller.unmarshall(InputStream stream, KieSessionConfiguration config, Environment environment) Creates KieSession using the given KieSessionConfiguration and Environment. -
Uses of KieSessionConfiguration in org.kie.api.persistence.jpa
Methods in org.kie.api.persistence.jpa with parameters of type KieSessionConfigurationModifier 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 KieSessionConfiguration in org.kie.api.runtime
Methods in org.kie.api.runtime that return KieSessionConfigurationModifier and TypeMethodDescriptionKieContainer.getKieSessionConfiguration()Returns the KieSessionConfiguration of the default KieSession for this KieContainerKieContainer.getKieSessionConfiguration(String kSessionName) Returns the KieSessionConfiguration of the KieSession with the given name for this KieContainerKieRuntime.getSessionConfiguration()Methods in org.kie.api.runtime with parameters of type KieSessionConfigurationModifier and TypeMethodDescriptionKieContainer.newKieSession(String kSessionName, Environment environment, KieSessionConfiguration conf) Creates the KieSession with the given name for this KieContainer using the given Environment and configurationKieContainer.newKieSession(String kSessionName, KieSessionConfiguration conf) Creates the KieSession with the given name for this KieContainer with the given configurationKieContainer.newKieSession(Environment environment, KieSessionConfiguration conf) Creates the default KieSession for this KieContainer with the given configuration and EnvironmentKieContainer.newKieSession(KieSessionConfiguration conf) Creates the default KieSession for this KieContainer with the given configurationKieContainerSessionsPool.newKieSession(String kSessionName, KieSessionConfiguration conf) Obtain aKieSessionwith the given name and configuration from this pool.default KieSessionKieRuntimeBuilder.newKieSession(KieSessionConfiguration conf) KieSessionsPool.newKieSession(KieSessionConfiguration conf) Obtain aKieSessionfrom this pool using using the given session configuration.KieContainer.newStatelessKieSession(String kSessionName, KieSessionConfiguration conf) Creates the StatelessKieSession with the given name for this KieContainer using the given configurationKieContainer.newStatelessKieSession(KieSessionConfiguration conf) Creates the default StatelessKieSession for this KieContainer using the given configurationKieContainerSessionsPool.newStatelessKieSession(String kSessionName, KieSessionConfiguration conf) Obtain aStatelessKieSessionwith the given name and configuration from this pool.KieSessionsPool.newStatelessKieSession(KieSessionConfiguration conf) Obtain aStatelessKieSessionfrom this pool using using the given session configuration.