Uses of Class
org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
-
Packages that use DeleteProcessInstanceBatchConfiguration Package Description org.camunda.bpm.engine.impl.batch.deletion -
-
Uses of DeleteProcessInstanceBatchConfiguration in org.camunda.bpm.engine.impl.batch.deletion
Methods in org.camunda.bpm.engine.impl.batch.deletion that return DeleteProcessInstanceBatchConfiguration Modifier and Type Method Description protected DeleteProcessInstanceBatchConfigurationDeleteProcessInstancesJobHandler. createJobConfiguration(DeleteProcessInstanceBatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)DeleteProcessInstanceBatchConfigurationDeleteProcessInstanceBatchConfigurationJsonConverter. readConfiguration(com.google.gson.JsonObject json)Methods in org.camunda.bpm.engine.impl.batch.deletion with parameters of type DeleteProcessInstanceBatchConfiguration Modifier and Type Method Description protected DeleteProcessInstanceBatchConfigurationDeleteProcessInstancesJobHandler. createJobConfiguration(DeleteProcessInstanceBatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)protected voidDeleteProcessInstancesJobHandler. createJobEntities(BatchEntity batch, DeleteProcessInstanceBatchConfiguration configuration, java.lang.String deploymentId, java.util.List<java.lang.String> processIds, int invocationsPerBatchJob)voidDeleteProcessInstancesJobHandler. executeHandler(DeleteProcessInstanceBatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)com.google.gson.JsonObjectDeleteProcessInstanceBatchConfigurationJsonConverter. writeConfiguration(DeleteProcessInstanceBatchConfiguration configuration)
-