Uses of Class
org.camunda.bpm.engine.impl.ModificationBatchConfiguration
-
Packages that use ModificationBatchConfiguration Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.json -
-
Uses of ModificationBatchConfiguration in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return ModificationBatchConfiguration Modifier and Type Method Description protected ModificationBatchConfiguration
ModificationBatchJobHandler. createJobConfiguration(ModificationBatchConfiguration configuration, List<String> processIdsForJob)
Methods in org.camunda.bpm.engine.impl with parameters of type ModificationBatchConfiguration Modifier and Type Method Description protected ModificationBatchConfiguration
ModificationBatchJobHandler. createJobConfiguration(ModificationBatchConfiguration configuration, List<String> processIdsForJob)
protected void
ModificationBatchJobHandler. postProcessJob(ModificationBatchConfiguration configuration, JobEntity job, ModificationBatchConfiguration jobConfiguration)
-
Uses of ModificationBatchConfiguration in org.camunda.bpm.engine.impl.json
Methods in org.camunda.bpm.engine.impl.json that return ModificationBatchConfiguration Modifier and Type Method Description ModificationBatchConfiguration
ModificationBatchConfigurationJsonConverter. toObject(com.google.gson.JsonObject json)
Methods in org.camunda.bpm.engine.impl.json with parameters of type ModificationBatchConfiguration Modifier and Type Method Description com.google.gson.JsonObject
ModificationBatchConfigurationJsonConverter. toJsonObject(ModificationBatchConfiguration configuration)
-