Uses of Interface
org.camunda.bpm.engine.impl.jobexecutor.JobHandler
Packages that use JobHandler
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of JobHandler in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl that implement JobHandlerModifier and TypeClassDescriptionclass
class
-
Uses of JobHandler in org.camunda.bpm.engine.impl.batch
Subinterfaces of JobHandler in org.camunda.bpm.engine.impl.batchModifier and TypeInterfaceDescriptioninterface
A batch job handler manages batch jobs based on the configurationBatchJobHandler
.Classes in org.camunda.bpm.engine.impl.batch that implement JobHandlerModifier and TypeClassDescriptionclass
AbstractBatchJobHandler<T extends BatchConfiguration>
Common methods for batch job handlers based on list of ids, providing serialization, configuration instantiation, etc.class
Job handler for batch monitor jobs.class
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 JobHandlerModifier and TypeClassDescriptionclass
class
-
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.externaltask
Classes in org.camunda.bpm.engine.impl.batch.externaltask that implement JobHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.job
Classes in org.camunda.bpm.engine.impl.batch.job that implement JobHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.message
Classes in org.camunda.bpm.engine.impl.batch.message that implement JobHandlerModifier and TypeClassDescriptionclass
Job handler for message correlation jobs. -
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.removaltime
Classes in org.camunda.bpm.engine.impl.batch.removaltime that implement JobHandlerModifier and TypeClassDescriptionclass
class
class
-
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.update
Classes in org.camunda.bpm.engine.impl.batch.update that implement JobHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.variables
Classes in org.camunda.bpm.engine.impl.batch.variables that implement JobHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type JobHandlerModifier and TypeFieldDescriptionprotected 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 JobHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomJobHandlers()
ProcessEngineConfigurationImpl.getJobHandlers()
Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type JobHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomJobHandlers
(List<JobHandler> customJobHandlers) ProcessEngineConfigurationImpl.setJobHandlers
(Map<String, JobHandler> jobHandlers) -
Uses of JobHandler in org.camunda.bpm.engine.impl.dmn.batch
Classes in org.camunda.bpm.engine.impl.dmn.batch that implement JobHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.jobexecutor
Classes in org.camunda.bpm.engine.impl.jobexecutor that implement JobHandlerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
JobHandler
implementation for timer start events which are embedded into an event subprocess.class
class
class
JobHandler
implementation for timer task listeners which can be defined for user tasks.Methods in org.camunda.bpm.engine.impl.jobexecutor that return JobHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Classes in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that implement JobHandlerModifier and TypeClassDescriptionclass
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 JobHandlerModifier and TypeClassDescriptionclass
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 -
Uses of JobHandler in org.camunda.bpm.spring.boot.starter.configuration.impl
Fields in org.camunda.bpm.spring.boot.starter.configuration.impl with type parameters of type JobHandlerModifier and TypeFieldDescriptionprotected List<JobHandler<?>>
DefaultJobConfiguration.customJobHandlers