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
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)
           
protected  void DeleteProcessInstancesJobHandler.createJobEntities(BatchEntity batch, DeleteProcessInstanceBatchConfiguration configuration, String deploymentId, List<String> processInstancesToHandle, int invocationsPerBatchJob)
           
 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)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.