| Package | Description | 
|---|---|
| org.kie.api.runtime.manager | 
| Modifier and Type | Method and Description | 
|---|---|
RuntimeEnvironment | 
RuntimeEnvironmentBuilder.get()  | 
| Modifier and Type | Method and Description | 
|---|---|
RuntimeManager | 
RuntimeManagerFactory.newPerCaseRuntimeManager(RuntimeEnvironment environment)
Produces new instance of per case  
RuntimeManager with default identifier. | 
RuntimeManager | 
RuntimeManagerFactory.newPerCaseRuntimeManager(RuntimeEnvironment environment,
                        String identifier)
Produces new instance of per case  
RuntimeManager with custom identifier. | 
RuntimeManager | 
RuntimeManagerFactory.newPerProcessInstanceRuntimeManager(RuntimeEnvironment environment)
Produces new instance of per process instance  
RuntimeManager with default identifier. | 
RuntimeManager | 
RuntimeManagerFactory.newPerProcessInstanceRuntimeManager(RuntimeEnvironment environment,
                                   String identifier)
Produces new instance of per process instance  
RuntimeManager with custom identifier. | 
RuntimeManager | 
RuntimeManagerFactory.newPerRequestRuntimeManager(RuntimeEnvironment environment)
Produces new instance of per request  
RuntimeManager with default identifier. | 
RuntimeManager | 
RuntimeManagerFactory.newPerRequestRuntimeManager(RuntimeEnvironment environment,
                           String identifier)
Produces new instance of per request  
RuntimeManager with custom identifier. | 
RuntimeManager | 
RuntimeManagerFactory.newSingletonRuntimeManager(RuntimeEnvironment environment)
Produces new instance of singleton  
RuntimeManager with default identifier. | 
RuntimeManager | 
RuntimeManagerFactory.newSingletonRuntimeManager(RuntimeEnvironment environment,
                          String identifier)
Produces new instance of singleton  
RuntimeManager with custom identifier. | 
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.