Class AbstractBatchJobHandler<T extends BatchConfiguration>

java.lang.Object
org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler<T>
All Implemented Interfaces:
BatchJobHandler<T>, OptimisticLockingListener, JobHandler<BatchJobConfiguration>
Direct Known Subclasses:
BatchSetRemovalTimeJobHandler, BatchSetVariablesHandler, DecisionSetRemovalTimeJobHandler, DeleteHistoricDecisionInstancesJobHandler, DeleteHistoricProcessInstancesJobHandler, DeleteProcessInstancesJobHandler, MessageCorrelationBatchJobHandler, MigrationBatchJobHandler, ModificationBatchJobHandler, ProcessSetRemovalTimeJobHandler, RestartProcessInstancesJobHandler, SetExternalTaskRetriesJobHandler, SetJobRetriesJobHandler, UpdateProcessInstancesSuspendStateJobHandler

public abstract class AbstractBatchJobHandler<T extends BatchConfiguration> extends Object implements BatchJobHandler<T>, OptimisticLockingListener
Common methods for batch job handlers based on list of ids, providing serialization, configuration instantiation, etc.
Author:
Askar Akhmerov