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.removaltime | |
org.camunda.bpm.engine.impl.batch.update | |
org.camunda.bpm.engine.impl.cmd | |
org.camunda.bpm.engine.impl.cmd.batch | |
org.camunda.bpm.engine.impl.cmd.batch.removaltime | |
org.camunda.bpm.engine.impl.dmn.batch | |
org.camunda.bpm.engine.impl.dmn.cmd | |
org.camunda.bpm.engine.impl.migration.batch | |
org.camunda.bpm.engine.impl.util |
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(com.google.gson.JsonObject json) |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
DeleteHistoricProcessInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration,
List<String> processIdsForJob) |
com.google.gson.JsonObject |
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter.toJsonObject(BatchConfiguration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
SetRemovalTimeBatchConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
UpdateProcessInstancesSuspendStateBatchConfiguration |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
UpdateProcessInstancesSuspendStateBatchCmd.getAbstractIdsBatchConfiguration(List<String> processInstanceIds) |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
DeleteHistoricProcessInstancesBatchCmd.getAbstractIdsBatchConfiguration(List<String> processInstanceIds) |
protected abstract BatchConfiguration |
AbstractIDBasedBatchCmd.getAbstractIdsBatchConfiguration(List<String> ids) |
protected BatchConfiguration |
DeleteProcessInstanceBatchCmd.getAbstractIdsBatchConfiguration(List<String> processInstanceIds) |
Modifier and Type | Method and Description |
---|---|
protected BatchJobHandler<BatchConfiguration> |
DeleteHistoricProcessInstancesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
SetRemovalTimeToHistoricProcessInstancesCmd.getAbstractIdsBatchConfiguration(List<String> ids) |
protected BatchConfiguration |
SetRemovalTimeToHistoricDecisionInstancesCmd.getAbstractIdsBatchConfiguration(List<String> ids) |
protected BatchConfiguration |
SetRemovalTimeToHistoricBatchesCmd.getAbstractIdsBatchConfiguration(List<String> ids) |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
DeleteHistoricDecisionInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration,
List<String> decisionIdsForJob) |
BatchConfiguration |
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter.toObject(com.google.gson.JsonObject json) |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
DeleteHistoricDecisionInstancesJobHandler.createJobConfiguration(BatchConfiguration configuration,
List<String> decisionIdsForJob) |
com.google.gson.JsonObject |
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter.toJsonObject(BatchConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
DeleteHistoricDecisionInstancesBatchCmd.getAbstractIdsBatchConfiguration(List<String> processInstanceIds) |
Modifier and Type | Method and Description |
---|---|
protected BatchJobHandler<BatchConfiguration> |
DeleteHistoricDecisionInstancesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
MigrationBatchConfiguration |
Modifier and Type | Method and Description |
---|---|
static int |
BatchUtil.calculateBatchSize(ProcessEngineConfigurationImpl engineConfiguration,
BatchConfiguration batchConfiguration) |
Copyright © 2019. All rights reserved.