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

Packages that use JobHandler
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.batch   
org.camunda.bpm.engine.impl.batch.deletion   
org.camunda.bpm.engine.impl.batch.externaltask   
org.camunda.bpm.engine.impl.batch.job   
org.camunda.bpm.engine.impl.batch.update   
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.jobexecutor   
org.camunda.bpm.engine.impl.jobexecutor.historycleanup   
org.camunda.bpm.engine.impl.migration.batch   
org.camunda.bpm.engine.impl.persistence.entity   
 

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

Classes in org.camunda.bpm.engine.impl that implement JobHandler
 class ModificationBatchJobHandler
           
 class RestartProcessInstancesJobHandler
           
 

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

Subinterfaces of JobHandler in org.camunda.bpm.engine.impl.batch
 interface BatchJobHandler<T>
          A batch job handler manages batch jobs based on the configuration T.
 

Classes in org.camunda.bpm.engine.impl.batch that implement JobHandler
 class AbstractBatchJobHandler<T extends BatchConfiguration>
          Common methods for batch job handlers based on list of ids, providing serialization, configuration instantiation, etc.
 class BatchMonitorJobHandler
          Job handler for batch monitor jobs.
 class BatchSeedJobHandler
          The batch seed job handler is responsible to create all jobs to be executed by the batch.
 

Uses of JobHandler in org.camunda.bpm.engine.impl.batch.deletion
 

Classes in org.camunda.bpm.engine.impl.batch.deletion that implement JobHandler
 class DeleteHistoricProcessInstancesJobHandler
           
 class DeleteProcessInstancesJobHandler
           
 

Uses of JobHandler in org.camunda.bpm.engine.impl.batch.externaltask
 

Classes in org.camunda.bpm.engine.impl.batch.externaltask that implement JobHandler
 class SetExternalTaskRetriesJobHandler
           
 

Uses of JobHandler in org.camunda.bpm.engine.impl.batch.job
 

Classes in org.camunda.bpm.engine.impl.batch.job that implement JobHandler
 class SetJobRetriesJobHandler
           
 

Uses of JobHandler in org.camunda.bpm.engine.impl.batch.update
 

Classes in org.camunda.bpm.engine.impl.batch.update that implement JobHandler
 class UpdateProcessInstancesSuspendStateJobHandler
           
 

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 TimerEventJobHandler
           
 class TimerExecuteNestedActivityJobHandler
           
 class TimerStartEventJobHandler
           
 class TimerStartEventSubprocessJobHandler
          JobHandler implementation for timer start events which are embedded into an event subprocess.
 class TimerSuspendJobDefinitionHandler
           
 class TimerSuspendProcessDefinitionHandler
           
 

Methods in org.camunda.bpm.engine.impl.jobexecutor that return JobHandler
protected  JobHandler JobDeclaration.resolveJobHandler()
           
 

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

Classes in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that implement JobHandler
 class HistoryCleanupJobHandler
          Job handler for history cleanup job.
 

Uses of JobHandler in org.camunda.bpm.engine.impl.migration.batch
 

Classes in org.camunda.bpm.engine.impl.migration.batch that implement JobHandler
 class MigrationBatchJobHandler
          Job handler for batch migration jobs.
 

Uses of JobHandler in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return JobHandler
protected  JobHandler JobEntity.getJobHandler()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.