Uses of Class
org.camunda.bpm.engine.impl.ProcessEngineImpl

Packages that use ProcessEngineImpl
org.camunda.bpm.container   
org.camunda.bpm.container.impl.threading.se   
org.camunda.bpm.engine.impl.jobexecutor   
 

Uses of ProcessEngineImpl in org.camunda.bpm.container
 

Methods in org.camunda.bpm.container with parameters of type ProcessEngineImpl
 Runnable ExecutorService.getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
          Returns a runnable to be used for executing Jobs.
 

Uses of ProcessEngineImpl in org.camunda.bpm.container.impl.threading.se
 

Methods in org.camunda.bpm.container.impl.threading.se with parameters of type ProcessEngineImpl
 Runnable SeExecutorService.getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
           
 

Uses of ProcessEngineImpl in org.camunda.bpm.engine.impl.jobexecutor
 

Fields in org.camunda.bpm.engine.impl.jobexecutor declared as ProcessEngineImpl
protected  ProcessEngineImpl ExecuteJobsRunnable.processEngine
           
 

Fields in org.camunda.bpm.engine.impl.jobexecutor with type parameters of type ProcessEngineImpl
protected  List<ProcessEngineImpl> JobExecutor.processEngines
           
 

Methods in org.camunda.bpm.engine.impl.jobexecutor that return types with arguments of type ProcessEngineImpl
 List<ProcessEngineImpl> JobExecutor.getProcessEngines()
           
 

Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type ProcessEngineImpl
 void ThreadPoolJobExecutor.executeJobs(List<String> jobIds, ProcessEngineImpl processEngine)
           
abstract  void JobExecutor.executeJobs(List<String> jobIds, ProcessEngineImpl processEngine)
           
 void RuntimeContainerJobExecutor.executeJobs(List<String> jobIds, ProcessEngineImpl processEngine)
           
 void RejectedJobsHandler.jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine)
           
 void CallerRunsRejectedJobsHandler.jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine)
           
 void JobExecutor.registerProcessEngine(ProcessEngineImpl processEngine)
           
 void JobExecutor.unregisterProcessEngine(ProcessEngineImpl processEngine)
           
 

Method parameters in org.camunda.bpm.engine.impl.jobexecutor with type arguments of type ProcessEngineImpl
 void JobExecutor.setProcessEngines(List<ProcessEngineImpl> processEngines)
           
 

Constructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type ProcessEngineImpl
ExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.