Uses of Interface
org.camunda.bpm.engine.impl.batch.BatchJobHandler
Packages that use BatchJobHandler
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl that implement BatchJobHandlerModifier and TypeClassDescriptionclass
class
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch
Classes in org.camunda.bpm.engine.impl.batch that implement BatchJobHandlerModifier and TypeClassDescriptionclass
AbstractBatchJobHandler<T extends BatchConfiguration>
Common methods for batch job handlers based on list of ids, providing serialization, configuration instantiation, etc.Fields in org.camunda.bpm.engine.impl.batch declared as BatchJobHandlerMethods in org.camunda.bpm.engine.impl.batch that return BatchJobHandler -
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.deletion
Classes in org.camunda.bpm.engine.impl.batch.deletion that implement BatchJobHandlerModifier and TypeClassDescriptionclass
class
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.externaltask
Classes in org.camunda.bpm.engine.impl.batch.externaltask that implement BatchJobHandler -
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.job
Classes in org.camunda.bpm.engine.impl.batch.job that implement BatchJobHandler -
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.message
Classes in org.camunda.bpm.engine.impl.batch.message that implement BatchJobHandlerModifier and TypeClassDescriptionclass
Job handler for message correlation jobs. -
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.removaltime
Classes in org.camunda.bpm.engine.impl.batch.removaltime that implement BatchJobHandlerModifier and TypeClassDescriptionclass
class
class
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.update
Classes in org.camunda.bpm.engine.impl.batch.update that implement BatchJobHandler -
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.variables
Classes in org.camunda.bpm.engine.impl.batch.variables that implement BatchJobHandler -
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type BatchJobHandlerModifier and TypeFieldDescriptionprotected Map<String,
BatchJobHandler<?>> ProcessEngineConfigurationImpl.batchHandlers
protected List<BatchJobHandler<?>>
ProcessEngineConfigurationImpl.customBatchJobHandlers
Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type BatchJobHandlerModifier and TypeMethodDescriptionMap<String,
BatchJobHandler<?>> ProcessEngineConfigurationImpl.getBatchHandlers()
List<BatchJobHandler<?>>
ProcessEngineConfigurationImpl.getCustomBatchJobHandlers()
Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type BatchJobHandlerModifier and TypeMethodDescriptionvoid
ProcessEngineConfigurationImpl.setBatchHandlers
(Map<String, BatchJobHandler<?>> batchHandlers) void
ProcessEngineConfigurationImpl.setCustomBatchJobHandlers
(List<BatchJobHandler<?>> customBatchJobHandlers) -
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.dmn.batch
Classes in org.camunda.bpm.engine.impl.dmn.batch that implement BatchJobHandler -
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.migration.batch
Classes in org.camunda.bpm.engine.impl.migration.batch that implement BatchJobHandlerModifier and TypeClassDescriptionclass
Job handler for batch migration jobs.