| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.batch | |
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.migration.batch |
| Modifier and Type | Field and Description |
|---|---|
protected BatchJobHandler<?> |
BatchEntity.batchJobHandler |
| Modifier and Type | Method and Description |
|---|---|
BatchJobHandler<?> |
BatchEntity.getBatchJobHandler() |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,BatchJobHandler<?>> |
ProcessEngineConfigurationImpl.batchHandlers |
protected List<BatchJobHandler<?>> |
ProcessEngineConfigurationImpl.customBatchJobHandlers |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BatchJobHandler<?>> |
ProcessEngineConfigurationImpl.getBatchHandlers() |
List<BatchJobHandler<?>> |
ProcessEngineConfigurationImpl.getCustomBatchJobHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessEngineConfigurationImpl.setBatchHandlers(Map<String,BatchJobHandler<?>> batchHandlers) |
void |
ProcessEngineConfigurationImpl.setCustomBatchJobHandlers(List<BatchJobHandler<?>> customBatchJobHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
MigrationBatchJobHandler
Job handler for batch migration jobs.
|
| Modifier and Type | Method and Description |
|---|---|
protected BatchJobHandler<MigrationBatchConfiguration> |
MigrateProcessInstanceBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
Copyright © 2017. All rights reserved.