Uses of Class
org.camunda.bpm.engine.impl.batch.SetJobRetriesBatchConfiguration
-
Packages that use SetJobRetriesBatchConfiguration Package Description org.camunda.bpm.engine.impl.batch.job -
-
Uses of SetJobRetriesBatchConfiguration in org.camunda.bpm.engine.impl.batch.job
Methods in org.camunda.bpm.engine.impl.batch.job that return SetJobRetriesBatchConfiguration Modifier and Type Method Description protected SetJobRetriesBatchConfiguration
SetJobRetriesJobHandler. createJobConfiguration(SetJobRetriesBatchConfiguration configuration, java.util.List<java.lang.String> jobIds)
SetJobRetriesBatchConfiguration
SetJobRetriesBatchConfigurationJsonConverter. readConfiguration(com.google.gson.JsonObject json)
Methods in org.camunda.bpm.engine.impl.batch.job with parameters of type SetJobRetriesBatchConfiguration Modifier and Type Method Description protected SetJobRetriesBatchConfiguration
SetJobRetriesJobHandler. createJobConfiguration(SetJobRetriesBatchConfiguration configuration, java.util.List<java.lang.String> jobIds)
void
SetJobRetriesJobHandler. executeHandler(SetJobRetriesBatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)
com.google.gson.JsonObject
SetJobRetriesBatchConfigurationJsonConverter. writeConfiguration(SetJobRetriesBatchConfiguration configuration)
-