|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchConfiguration | |
---|---|
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 |
Uses of BatchConfiguration in org.camunda.bpm.engine.impl |
---|
Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl | |
---|---|
class |
ModificationBatchConfiguration
|
class |
RestartProcessInstancesBatchConfiguration
|
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. |
Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.batch | |
---|---|
class |
SetRetriesBatchConfiguration
|
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.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> ids)
|
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 |