Uses of Interface
org.camunda.bpm.engine.impl.jobexecutor.JobHandler
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of JobHandler in org.camunda.bpm.engine.impl
Modifier and TypeClassDescriptionclass
class
-
Uses of JobHandler in org.camunda.bpm.engine.impl.batch
Modifier and TypeInterfaceDescriptioninterface
A batch job handler manages batch jobs based on the configurationBatchJobHandler
.Modifier 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
Modifier and TypeClassDescriptionclass
class
-
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.externaltask
-
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.job
-
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.message
Modifier and TypeClassDescriptionclass
Job handler for message correlation jobs. -
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.removaltime
Modifier and TypeClassDescriptionclass
class
class
-
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.update
-
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.variables
-
Uses of JobHandler in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected List<JobHandler>
ProcessEngineConfigurationImpl.customJobHandlers
protected Map<String,
JobHandler> ProcessEngineConfigurationImpl.jobHandlers
Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomJobHandlers()
ProcessEngineConfigurationImpl.getJobHandlers()
Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomJobHandlers
(List<JobHandler> customJobHandlers) ProcessEngineConfigurationImpl.setJobHandlers
(Map<String, JobHandler> jobHandlers) -
Uses of JobHandler in org.camunda.bpm.engine.impl.dmn.batch
-
Uses of JobHandler in org.camunda.bpm.engine.impl.jobexecutor
Modifier 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. -
Uses of JobHandler in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Modifier and TypeClassDescriptionclass
Job handler for history cleanup job. -
Uses of JobHandler in org.camunda.bpm.engine.impl.migration.batch
Modifier and TypeClassDescriptionclass
Job handler for batch migration jobs. -
Uses of JobHandler in org.camunda.bpm.engine.impl.persistence.entity
-
Uses of JobHandler in org.camunda.bpm.spring.boot.starter.configuration.impl
Modifier and TypeFieldDescriptionprotected List<JobHandler<?>>
DefaultJobConfiguration.customJobHandlers