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.cfg | |
org.camunda.bpm.engine.impl.cmd | |
org.camunda.bpm.engine.impl.cmd.batch | |
org.camunda.bpm.engine.impl.migration.batch |
Modifier and Type | Class and Description |
---|---|
class |
ModificationBatchJobHandler |
class |
RestartProcessInstancesJobHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBatchJobHandler<T extends BatchConfiguration>
Common methods for batch job handlers based on list of ids, providing serialization, configuration instantiation, etc.
|
Modifier and Type | Field and Description |
---|---|
protected BatchJobHandler<?> |
BatchEntity.batchJobHandler |
Modifier and Type | Method and Description |
---|---|
BatchJobHandler<?> |
BatchEntity.getBatchJobHandler() |
protected BatchJobHandler<RestartProcessInstancesBatchConfiguration> |
RestartProcessInstancesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteHistoricProcessInstancesJobHandler |
class |
DeleteProcessInstancesJobHandler |
Modifier and Type | Class and Description |
---|---|
class |
SetExternalTaskRetriesJobHandler |
Modifier and Type | Class and Description |
---|---|
class |
SetJobRetriesJobHandler |
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 | Method and Description |
---|---|
protected BatchJobHandler<SetRetriesBatchConfiguration> |
SetExternalTasksRetriesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected BatchJobHandler<ModificationBatchConfiguration> |
ProcessInstanceModificationBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected BatchJobHandler<SetRetriesBatchConfiguration> |
AbstractSetJobsRetriesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected BatchJobHandler<DeleteProcessInstanceBatchConfiguration> |
DeleteProcessInstanceBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected BatchJobHandler<BatchConfiguration> |
DeleteHistoricProcessInstancesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected abstract BatchJobHandler |
AbstractIDBasedBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
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.