|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchJobHandler | |
|---|---|
| org.camunda.bpm.engine.impl.batch | |
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.migration.batch | |
| Uses of BatchJobHandler in org.camunda.bpm.engine.impl.batch |
|---|
| 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()
|
| 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.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 | |||||||||