jBPM distribution 6.0.0.Beta3

Uses of Interface
org.kie.api.runtime.manager.RuntimeManager

Packages that use RuntimeManager
org.jbpm.kie.services.api   
org.jbpm.kie.services.impl   
org.jbpm.process.core.timer.impl   
org.jbpm.runtime.manager.impl   
org.jbpm.runtime.manager.impl.cdi   
org.jbpm.runtime.manager.impl.tx   
org.jbpm.services.task.wih   
 

Uses of RuntimeManager in org.jbpm.kie.services.api
 

Methods in org.jbpm.kie.services.api that return RuntimeManager
 RuntimeManager DeployedUnit.getRuntimeManager()
           
 RuntimeManager DeploymentService.getRuntimeManager(String deploymentUnitId)
           
 

Uses of RuntimeManager in org.jbpm.kie.services.impl
 

Methods in org.jbpm.kie.services.impl that return RuntimeManager
 RuntimeManager DeployedUnitImpl.getRuntimeManager()
           
 RuntimeManager AbstractDeploymentService.getRuntimeManager(String deploymentUnitId)
           
 

Methods in org.jbpm.kie.services.impl with parameters of type RuntimeManager
 void DeployedUnitImpl.setRuntimeManager(RuntimeManager manager)
           
 

Uses of RuntimeManager in org.jbpm.process.core.timer.impl
 

Fields in org.jbpm.process.core.timer.impl declared as RuntimeManager
protected  RuntimeManager GlobalTimerService.manager
           
 

Constructors in org.jbpm.process.core.timer.impl with parameters of type RuntimeManager
GlobalTimerService.DisposableCommandService(org.drools.core.command.CommandService delegate, RuntimeManager manager, RuntimeEngine runtime)
           
GlobalTimerService(RuntimeManager manager, GlobalSchedulerService schedulerService)
           
 

Uses of RuntimeManager in org.jbpm.runtime.manager.impl
 

Classes in org.jbpm.runtime.manager.impl that implement RuntimeManager
 class AbstractRuntimeManager
           
 class PerProcessInstanceRuntimeManager
           
 class PerRequestRuntimeManager
           
 class SingletonRuntimeManager
           
 

Methods in org.jbpm.runtime.manager.impl that return RuntimeManager
 RuntimeManager RuntimeEngineImpl.getManager()
           
 RuntimeManager RuntimeManagerFactoryImpl.newPerProcessInstanceRuntimeManager(org.kie.internal.runtime.manager.RuntimeEnvironment environment)
           
 RuntimeManager RuntimeManagerFactoryImpl.newPerProcessInstanceRuntimeManager(org.kie.internal.runtime.manager.RuntimeEnvironment environment, String identifier)
           
 RuntimeManager RuntimeManagerFactoryImpl.newPerRequestRuntimeManager(org.kie.internal.runtime.manager.RuntimeEnvironment environment)
           
 RuntimeManager RuntimeManagerFactoryImpl.newPerRequestRuntimeManager(org.kie.internal.runtime.manager.RuntimeEnvironment environment, String identifier)
           
 RuntimeManager RuntimeManagerFactoryImpl.newSingletonRuntimeManager(org.kie.internal.runtime.manager.RuntimeEnvironment environment)
           
 RuntimeManager RuntimeManagerFactoryImpl.newSingletonRuntimeManager(org.kie.internal.runtime.manager.RuntimeEnvironment environment, String identifier)
           
 

Methods in org.jbpm.runtime.manager.impl with parameters of type RuntimeManager
protected  void RuntimeManagerFactoryImpl.initTimerService(org.kie.internal.runtime.manager.RuntimeEnvironment environment, RuntimeManager manager)
           
 void RuntimeEngineImpl.setManager(RuntimeManager manager)
           
 

Uses of RuntimeManager in org.jbpm.runtime.manager.impl.cdi
 

Methods in org.jbpm.runtime.manager.impl.cdi that return RuntimeManager
 RuntimeManager RuntimeManagerProducer.newPerProcessInstanceRuntimeManager()
           
 RuntimeManager RuntimeManagerProducer.newPerRequestRuntimeManager()
           
 RuntimeManager RuntimeManagerProducer.newSingletonRuntimeManager()
           
 

Uses of RuntimeManager in org.jbpm.runtime.manager.impl.tx
 

Constructors in org.jbpm.runtime.manager.impl.tx with parameters of type RuntimeManager
DisposeSessionTransactionSynchronization(RuntimeManager manager, RuntimeEngine runtime)
           
 

Uses of RuntimeManager in org.jbpm.services.task.wih
 

Methods in org.jbpm.services.task.wih that return RuntimeManager
 RuntimeManager ExternalTaskEventListener.getManager(Task task)
           
 RuntimeManager LocalHTWorkItemHandler.getRuntimeManager()
           
 RuntimeManager ExternalTaskEventListener.getRuntimeManager()
           
 

Methods in org.jbpm.services.task.wih that return types with arguments of type RuntimeManager
 Map<String,RuntimeManager> ExternalTaskEventListener.getMappedManagers()
           
 

Methods in org.jbpm.services.task.wih with parameters of type RuntimeManager
 void ExternalTaskEventListener.addMappedManger(String name, RuntimeManager manager)
           
 void LocalHTWorkItemHandler.setRuntimeManager(RuntimeManager runtimeManager)
           
 void ExternalTaskEventListener.setRuntimeManager(RuntimeManager runtimeManager)
           
 

Method parameters in org.jbpm.services.task.wih with type arguments of type RuntimeManager
 void ExternalTaskEventListener.setMappedManagers(Map<String,RuntimeManager> mappedManagers)
           
 


jBPM distribution 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.