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.cmd.batch | |
org.camunda.bpm.engine.impl.migration.batch |
Modifier and Type | Class and Description |
---|---|
class |
ModificationBatchConfiguration |
class |
RestartProcessInstancesBatchConfiguration |
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 | Class and Description |
---|---|
class |
SetRetriesBatchConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
DeleteProcessInstanceBatchConfiguration
Configuration object that is passed to the Job that will actually perform execution of
deletion.
|
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
DeleteHistoricProcessInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration,
List<String> processIdsForJob) |
BatchConfiguration |
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter.toObject(JSONObject json) |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
DeleteHistoricProcessInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration,
List<String> processIdsForJob) |
JSONObject |
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter.toJsonObject(BatchConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
DeleteProcessInstanceBatchCmd.getAbstractIdsBatchConfiguration(List<String> processInstanceIds) |
protected BatchConfiguration |
DeleteHistoricProcessInstancesBatchCmd.getAbstractIdsBatchConfiguration(List<String> processInstanceIds) |
protected abstract BatchConfiguration |
AbstractIDBasedBatchCmd.getAbstractIdsBatchConfiguration(List<String> ids) |
Modifier and Type | Method and Description |
---|---|
protected BatchJobHandler<BatchConfiguration> |
DeleteHistoricProcessInstancesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractIDBasedBatchCmd.calculateSize(ProcessEngineConfigurationImpl engineConfiguration,
BatchConfiguration batchConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
MigrationBatchConfiguration |
Copyright © 2017. All rights reserved.