Uses of Interface
org.camunda.bpm.engine.impl.batch.BatchJobHandler
-
Packages that use BatchJobHandler Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.batch org.camunda.bpm.engine.impl.batch.deletion org.camunda.bpm.engine.impl.batch.externaltask org.camunda.bpm.engine.impl.batch.job org.camunda.bpm.engine.impl.batch.message org.camunda.bpm.engine.impl.batch.removaltime org.camunda.bpm.engine.impl.batch.update org.camunda.bpm.engine.impl.batch.variables org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.dmn.batch org.camunda.bpm.engine.impl.migration.batch -
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl that implement BatchJobHandler Modifier and Type Class Description class
ModificationBatchJobHandler
class
RestartProcessInstancesJobHandler
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch
Classes in org.camunda.bpm.engine.impl.batch that implement BatchJobHandler Modifier and Type Class Description class
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 BatchJobHandler Modifier and Type Field Description protected BatchJobHandler<?>
BatchEntity. batchJobHandler
Methods in org.camunda.bpm.engine.impl.batch that return BatchJobHandler Modifier and Type Method Description BatchJobHandler<?>
BatchEntity. getBatchJobHandler()
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.deletion
Classes in org.camunda.bpm.engine.impl.batch.deletion that implement BatchJobHandler Modifier and Type Class Description class
DeleteHistoricProcessInstancesJobHandler
class
DeleteProcessInstancesJobHandler
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.externaltask
Classes in org.camunda.bpm.engine.impl.batch.externaltask that implement BatchJobHandler Modifier and Type Class Description class
SetExternalTaskRetriesJobHandler
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.job
Classes in org.camunda.bpm.engine.impl.batch.job that implement BatchJobHandler Modifier and Type Class Description class
SetJobRetriesJobHandler
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.message
Classes in org.camunda.bpm.engine.impl.batch.message that implement BatchJobHandler Modifier and Type Class Description class
MessageCorrelationBatchJobHandler
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 BatchJobHandler Modifier and Type Class Description class
BatchSetRemovalTimeJobHandler
class
DecisionSetRemovalTimeJobHandler
class
ProcessSetRemovalTimeJobHandler
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.update
Classes in org.camunda.bpm.engine.impl.batch.update that implement BatchJobHandler Modifier and Type Class Description class
UpdateProcessInstancesSuspendStateJobHandler
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.variables
Classes in org.camunda.bpm.engine.impl.batch.variables that implement BatchJobHandler Modifier and Type Class Description class
BatchSetVariablesHandler
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type BatchJobHandler Modifier and Type Field Description protected 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 BatchJobHandler Modifier and Type Method Description Map<String,BatchJobHandler<?>>
ProcessEngineConfigurationImpl. getBatchHandlers()
List<BatchJobHandler<?>>
ProcessEngineConfigurationImpl. getCustomBatchJobHandlers()
Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type BatchJobHandler Modifier and Type Method Description void
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 Modifier and Type Class Description class
DeleteHistoricDecisionInstancesJobHandler
-
Uses of BatchJobHandler in org.camunda.bpm.engine.impl.migration.batch
Classes in org.camunda.bpm.engine.impl.migration.batch that implement BatchJobHandler Modifier and Type Class Description class
MigrationBatchJobHandler
Job handler for batch migration jobs.
-