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 classModificationBatchJobHandlerclassRestartProcessInstancesJobHandler -
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 classAbstractBatchJobHandler<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. batchJobHandlerMethods 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 classDeleteHistoricProcessInstancesJobHandlerclassDeleteProcessInstancesJobHandler -
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 classSetExternalTaskRetriesJobHandler -
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 classSetJobRetriesJobHandler -
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 classMessageCorrelationBatchJobHandlerJob 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 classBatchSetRemovalTimeJobHandlerclassDecisionSetRemovalTimeJobHandlerclassProcessSetRemovalTimeJobHandler -
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 classUpdateProcessInstancesSuspendStateJobHandler -
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 classBatchSetVariablesHandler -
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 java.util.Map<java.lang.String,BatchJobHandler<?>>ProcessEngineConfigurationImpl. batchHandlersprotected java.util.List<BatchJobHandler<?>>ProcessEngineConfigurationImpl. customBatchJobHandlersMethods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type BatchJobHandler Modifier and Type Method Description java.util.Map<java.lang.String,BatchJobHandler<?>>ProcessEngineConfigurationImpl. getBatchHandlers()java.util.List<BatchJobHandler<?>>ProcessEngineConfigurationImpl. getCustomBatchJobHandlers()Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type BatchJobHandler Modifier and Type Method Description voidProcessEngineConfigurationImpl. setBatchHandlers(java.util.Map<java.lang.String,BatchJobHandler<?>> batchHandlers)voidProcessEngineConfigurationImpl. setCustomBatchJobHandlers(java.util.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 classDeleteHistoricDecisionInstancesJobHandler -
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 classMigrationBatchJobHandlerJob handler for batch migration jobs.
-