Uses of Class
org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
-
Uses of DeleteProcessInstanceBatchConfiguration in org.camunda.bpm.engine.impl.batch.deletion
Modifier and TypeMethodDescriptionprotected DeleteProcessInstanceBatchConfiguration
DeleteProcessInstancesJobHandler.createJobConfiguration
(DeleteProcessInstanceBatchConfiguration configuration, List<String> processIdsForJob) DeleteProcessInstanceBatchConfigurationJsonConverter.readConfiguration
(com.google.gson.JsonObject json) Modifier and TypeMethodDescriptionprotected DeleteProcessInstanceBatchConfiguration
DeleteProcessInstancesJobHandler.createJobConfiguration
(DeleteProcessInstanceBatchConfiguration configuration, List<String> processIdsForJob) protected void
DeleteProcessInstancesJobHandler.createJobEntities
(BatchEntity batch, DeleteProcessInstanceBatchConfiguration configuration, String deploymentId, List<String> processIds, int invocationsPerBatchJob) void
DeleteProcessInstancesJobHandler.executeHandler
(DeleteProcessInstanceBatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, String tenantId) com.google.gson.JsonObject
DeleteProcessInstanceBatchConfigurationJsonConverter.writeConfiguration
(DeleteProcessInstanceBatchConfiguration configuration)