Uses of Class
org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration

Packages that use DeleteProcessInstanceBatchConfiguration
org.camunda.bpm.engine.impl.batch.deletion   
org.camunda.bpm.engine.impl.cmd.batch   
 

Uses of DeleteProcessInstanceBatchConfiguration in org.camunda.bpm.engine.impl.batch.deletion
 

Methods in org.camunda.bpm.engine.impl.batch.deletion that return DeleteProcessInstanceBatchConfiguration
static DeleteProcessInstanceBatchConfiguration DeleteProcessInstanceBatchConfiguration.create(List<String> processInstanceIds, String deleteReason)
           
protected  DeleteProcessInstanceBatchConfiguration DeleteProcessInstancesJobHandler.createJobConfiguration(DeleteProcessInstanceBatchConfiguration configuration, List<String> processIdsForJob)
           
 DeleteProcessInstanceBatchConfiguration DeleteProcessInstanceBatchConfigurationJsonConverter.toObject(JSONObject json)
           
 

Methods in org.camunda.bpm.engine.impl.batch.deletion with parameters of type DeleteProcessInstanceBatchConfiguration
protected  DeleteProcessInstanceBatchConfiguration DeleteProcessInstancesJobHandler.createJobConfiguration(DeleteProcessInstanceBatchConfiguration configuration, List<String> processIdsForJob)
           
 JSONObject DeleteProcessInstanceBatchConfigurationJsonConverter.toJsonObject(DeleteProcessInstanceBatchConfiguration configuration)
           
 

Uses of DeleteProcessInstanceBatchConfiguration in org.camunda.bpm.engine.impl.cmd.batch
 

Methods in org.camunda.bpm.engine.impl.cmd.batch that return types with arguments of type DeleteProcessInstanceBatchConfiguration
protected  BatchJobHandler<DeleteProcessInstanceBatchConfiguration> DeleteProcessInstanceBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
           
 

Methods in org.camunda.bpm.engine.impl.cmd.batch with parameters of type DeleteProcessInstanceBatchConfiguration
protected  int DeleteProcessInstanceBatchCmd.calculateSize(ProcessEngineConfigurationImpl engineConfiguration, DeleteProcessInstanceBatchConfiguration batchConfiguration)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.