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 DeleteProcessInstanceBatchConfiguration
DeleteProcessInstancesJobHandler. createJobConfiguration(DeleteProcessInstanceBatchConfiguration configuration, List<String> processIdsForJob)
DeleteProcessInstanceBatchConfiguration
DeleteProcessInstanceBatchConfigurationJsonConverter. toObject(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 DeleteProcessInstanceBatchConfiguration
DeleteProcessInstancesJobHandler. createJobConfiguration(DeleteProcessInstanceBatchConfiguration configuration, List<String> processIdsForJob)
protected void
DeleteProcessInstancesJobHandler. createJobEntities(BatchEntity batch, DeleteProcessInstanceBatchConfiguration configuration, String deploymentId, List<String> processIds, int invocationsPerBatchJob)
com.google.gson.JsonObject
DeleteProcessInstanceBatchConfigurationJsonConverter. toJsonObject(DeleteProcessInstanceBatchConfiguration configuration)
-