Uses of Interface
org.camunda.bpm.engine.impl.batch.BatchJobHandler
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl
Modifier and TypeClassDescriptionclass
class
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch
Modifier and TypeClassDescriptionclass
AbstractBatchJobHandler<T extends BatchConfiguration>
Common methods for batch job handlers based on list of ids, providing serialization, configuration instantiation, etc. -
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.deletion
Modifier and TypeClassDescriptionclass
class
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.externaltask
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.job
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.message
Modifier and TypeClassDescriptionclass
Job handler for message correlation jobs. -
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.removaltime
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.update
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.variables
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected Map<String,
BatchJobHandler<?>> ProcessEngineConfigurationImpl.batchHandlers
protected List<BatchJobHandler<?>>
ProcessEngineConfigurationImpl.customBatchJobHandlers
Modifier and TypeMethodDescriptionMap<String,
BatchJobHandler<?>> ProcessEngineConfigurationImpl.getBatchHandlers()
List<BatchJobHandler<?>>
ProcessEngineConfigurationImpl.getCustomBatchJobHandlers()
Modifier 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
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.migration.batch
Modifier and TypeClassDescriptionclass
Job handler for batch migration jobs.