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 ModificationBatchConfigurationModificationBatchJobHandler. createJobConfiguration(ModificationBatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)Methods in org.camunda.bpm.engine.impl with parameters of type ModificationBatchConfiguration Modifier and Type Method Description protected ModificationBatchConfigurationModificationBatchJobHandler. createJobConfiguration(ModificationBatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)voidModificationBatchJobHandler. executeHandler(ModificationBatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)protected voidModificationBatchJobHandler. 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 ModificationBatchConfigurationModificationBatchConfigurationJsonConverter. readConfiguration(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.JsonObjectModificationBatchConfigurationJsonConverter. writeConfiguration(ModificationBatchConfiguration configuration)
-