|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchJobHandler | |
|---|---|
| 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.update | |
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.cmd.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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
protected BatchJobHandler<?> |
BatchEntity.batchJobHandler
|
| Methods in org.camunda.bpm.engine.impl.batch that return BatchJobHandler | |
|---|---|
BatchJobHandler<?> |
BatchEntity.getBatchJobHandler()
|
protected BatchJobHandler<RestartProcessInstancesBatchConfiguration> |
RestartProcessInstancesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
|
| Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.deletion |
|---|
| Classes in org.camunda.bpm.engine.impl.batch.deletion that implement BatchJobHandler | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
class |
SetJobRetriesJobHandler
|
| Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch.update |
|---|
| Classes in org.camunda.bpm.engine.impl.batch.update that implement BatchJobHandler | |
|---|---|
class |
UpdateProcessInstancesSuspendStateJobHandler
|
| Uses of BatchJobHandler in org.camunda.bpm.engine.impl.cfg |
|---|
| Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type BatchJobHandler | |
|---|---|
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 | |
|---|---|
Map<String,BatchJobHandler<?>> |
ProcessEngineConfigurationImpl.getBatchHandlers()
|
List<BatchJobHandler<?>> |
ProcessEngineConfigurationImpl.getCustomBatchJobHandlers()
|
| Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type BatchJobHandler | |
|---|---|
void |
ProcessEngineConfigurationImpl.setBatchHandlers(Map<String,BatchJobHandler<?>> batchHandlers)
|
void |
ProcessEngineConfigurationImpl.setCustomBatchJobHandlers(List<BatchJobHandler<?>> customBatchJobHandlers)
|
| Uses of BatchJobHandler in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd that return BatchJobHandler | |
|---|---|
protected BatchJobHandler<SetRetriesBatchConfiguration> |
AbstractSetJobsRetriesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
|
protected BatchJobHandler<UpdateProcessInstancesSuspendStateBatchConfiguration> |
UpdateProcessInstancesSuspendStateBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
|
protected BatchJobHandler<ModificationBatchConfiguration> |
ProcessInstanceModificationBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
|
protected BatchJobHandler<SetRetriesBatchConfiguration> |
SetExternalTasksRetriesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
|
| Uses of BatchJobHandler in org.camunda.bpm.engine.impl.cmd.batch |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd.batch that return BatchJobHandler | |
|---|---|
protected BatchJobHandler<DeleteProcessInstanceBatchConfiguration> |
DeleteProcessInstanceBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
|
protected BatchJobHandler<BatchConfiguration> |
DeleteHistoricProcessInstancesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
|
protected abstract BatchJobHandler |
AbstractIDBasedBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
|
| Uses of BatchJobHandler in org.camunda.bpm.engine.impl.migration.batch |
|---|
| Classes in org.camunda.bpm.engine.impl.migration.batch that implement BatchJobHandler | |
|---|---|
class |
MigrationBatchJobHandler
Job handler for batch migration jobs. |
| Methods in org.camunda.bpm.engine.impl.migration.batch that return BatchJobHandler | |
|---|---|
protected BatchJobHandler<MigrationBatchConfiguration> |
MigrateProcessInstanceBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||