Uses of Class
org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateBatchConfiguration
-
Packages that use UpdateProcessInstancesSuspendStateBatchConfiguration Package Description org.camunda.bpm.engine.impl.batch.update -
-
Uses of UpdateProcessInstancesSuspendStateBatchConfiguration in org.camunda.bpm.engine.impl.batch.update
Methods in org.camunda.bpm.engine.impl.batch.update that return UpdateProcessInstancesSuspendStateBatchConfiguration Modifier and Type Method Description protected UpdateProcessInstancesSuspendStateBatchConfiguration
UpdateProcessInstancesSuspendStateJobHandler. createJobConfiguration(UpdateProcessInstancesSuspendStateBatchConfiguration configuration, List<String> processIdsForJob)
UpdateProcessInstancesSuspendStateBatchConfiguration
UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter. toObject(com.google.gson.JsonObject json)
Methods in org.camunda.bpm.engine.impl.batch.update with parameters of type UpdateProcessInstancesSuspendStateBatchConfiguration Modifier and Type Method Description protected UpdateProcessInstancesSuspendStateBatchConfiguration
UpdateProcessInstancesSuspendStateJobHandler. createJobConfiguration(UpdateProcessInstancesSuspendStateBatchConfiguration configuration, List<String> processIdsForJob)
com.google.gson.JsonObject
UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter. toJsonObject(UpdateProcessInstancesSuspendStateBatchConfiguration configuration)
-