Uses of Class
org.camunda.bpm.engine.impl.batch.BatchConfiguration

Packages that use BatchConfiguration
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.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.cmd.batch
 

Methods in org.camunda.bpm.engine.impl.cmd.batch that return BatchConfiguration
protected  BatchConfiguration DeleteProcessInstanceBatchCmd.getAbstractIdsBatchConfiguration(List<String> processInstanceIds, String deleteReason)
           
protected  BatchConfiguration DeleteHistoricProcessInstancesBatchCmd.getAbstractIdsBatchConfiguration(List<String> processInstanceIds, String deleteReason)
           
protected abstract  BatchConfiguration AbstractIDBasedBatchCmd.getAbstractIdsBatchConfiguration(List<String> processInstanceIds, String deleteReason)
           
 

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
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.