|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch |
|---|
| Classes in org.camunda.bpm.engine.impl.batch with type parameters of type BatchConfiguration | |
|---|---|
class |
AbstractBatchJobHandler<T extends BatchConfiguration>
Common methods for batch job handlers based on list of ids, providing serialization, configuration instantiation, etc. |
| Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.deletion |
|---|
| Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.deletion | |
|---|---|
class |
DeleteProcessInstanceBatchConfiguration
Configuration object that is passed to the Job that will actually perform execution of deletion. |
| Methods in org.camunda.bpm.engine.impl.batch.deletion that return BatchConfiguration | |
|---|---|
protected BatchConfiguration |
DeleteHistoricProcessInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration,
List<String> processIdsForJob)
|
BatchConfiguration |
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter.toObject(JSONObject json)
|
| Methods in org.camunda.bpm.engine.impl.batch.deletion with parameters of type BatchConfiguration | |
|---|---|
protected BatchConfiguration |
DeleteHistoricProcessInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration,
List<String> processIdsForJob)
|
JSONObject |
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter.toJsonObject(BatchConfiguration configuration)
|
| Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.job |
|---|
| Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.job | |
|---|---|
class |
SetJobRetriesBatchConfiguration
|
| Uses of BatchConfiguration in org.camunda.bpm.engine.impl.cmd.batch |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd.batch that return BatchConfiguration | |
|---|---|
protected BatchConfiguration |
DeleteProcessInstanceBatchCmd.getAbstractIdsBatchConfiguration(List<String> processInstanceIds)
|
protected BatchConfiguration |
DeleteHistoricProcessInstancesBatchCmd.getAbstractIdsBatchConfiguration(List<String> processInstanceIds)
|
protected abstract BatchConfiguration |
AbstractIDBasedBatchCmd.getAbstractIdsBatchConfiguration(List<String> processInstanceIds)
|
| Methods in org.camunda.bpm.engine.impl.cmd.batch that return types with arguments of type BatchConfiguration | |
|---|---|
protected BatchJobHandler<BatchConfiguration> |
DeleteHistoricProcessInstancesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
|
| Methods in org.camunda.bpm.engine.impl.cmd.batch with parameters of type BatchConfiguration | |
|---|---|
protected int |
AbstractIDBasedBatchCmd.calculateSize(ProcessEngineConfigurationImpl engineConfiguration,
BatchConfiguration batchConfiguration)
|
| Uses of BatchConfiguration in org.camunda.bpm.engine.impl.migration.batch |
|---|
| Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.migration.batch | |
|---|---|
class |
MigrationBatchConfiguration
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||