Uses of Interface
org.camunda.bpm.engine.impl.jobexecutor.JobHandler

Packages that use JobHandler
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.jobexecutor   
 

Uses of JobHandler in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type JobHandler
protected  List<JobHandler> ProcessEngineConfigurationImpl.customJobHandlers
           
protected  Map<String,JobHandler> ProcessEngineConfigurationImpl.jobHandlers
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type JobHandler
 List<JobHandler> ProcessEngineConfigurationImpl.getCustomJobHandlers()
           
 Map<String,JobHandler> ProcessEngineConfigurationImpl.getJobHandlers()
           
 

Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type JobHandler
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomJobHandlers(List<JobHandler> customJobHandlers)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setJobHandlers(Map<String,JobHandler> jobHandlers)
           
 

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

Classes in org.camunda.bpm.engine.impl.jobexecutor that implement JobHandler
 class AsyncContinuationJobHandler
           
 class ProcessEventJobHandler
           
 class TimerActivateJobDefinitionHandler
           
 class TimerActivateProcessDefinitionHandler
           
 class TimerCatchIntermediateEventJobHandler
           
 class TimerChangeJobDefinitionSuspensionStateJobHandler
           
 class TimerChangeProcessDefinitionSuspensionStateJobHandler
           
 class TimerExecuteNestedActivityJobHandler
           
 class TimerStartEventJobHandler
           
 class TimerStartEventSubprocessJobHandler
          JobHandler implementation for timer start events which are embedded into an event subprocess.
 class TimerSuspendJobDefinitionHandler
           
 class TimerSuspendProcessDefinitionHandler
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.