Uses of Interface
org.kie.api.runtime.Environment
Packages that use Environment
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 Environment in org.kie.api
Methods in org.kie.api that return EnvironmentModifier and TypeMethodDescriptionKieServices.newEnvironment()Instantiate and return an EnvironmentMethods in org.kie.api with parameters of type EnvironmentModifier and TypeMethodDescriptionKieBase.newKieSession(KieSessionConfiguration conf, Environment environment) Creates a newKieSessionusing the given session configuration and/or environment. -
Uses of Environment in org.kie.api.marshalling
Methods in org.kie.api.marshalling with parameters of type EnvironmentModifier and TypeMethodDescriptionMarshaller.unmarshall(InputStream stream, KieSessionConfiguration config, Environment environment) Creates KieSession using the given KieSessionConfiguration and Environment. -
Uses of Environment in org.kie.api.persistence.jpa
Methods in org.kie.api.persistence.jpa with parameters of type EnvironmentModifier 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 Environment in org.kie.api.runtime
Methods in org.kie.api.runtime that return EnvironmentMethods in org.kie.api.runtime with parameters of type EnvironmentModifier and TypeMethodDescriptionKieContainer.newKieSession(String kSessionName, Environment environment) Creates the KieSession with the given name for this KieContainer using the given EnvironmentKieContainer.newKieSession(String kSessionName, Environment environment, KieSessionConfiguration conf) Creates the KieSession with the given name for this KieContainer using the given Environment and configurationKieContainer.newKieSession(Environment environment) Creates the defaultKieSessionfor this KieContainer using the given EnvironmentKieContainer.newKieSession(Environment environment, KieSessionConfiguration conf) Creates the default KieSession for this KieContainer with the given configuration and EnvironmentvoidEnvironment.setDelegate(Environment delegate)