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 SetJobRetriesBatchConfigurationSetJobRetriesJobHandler. createJobConfiguration(SetJobRetriesBatchConfiguration configuration, java.util.List<java.lang.String> jobIds)SetJobRetriesBatchConfigurationSetJobRetriesBatchConfigurationJsonConverter. 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 SetJobRetriesBatchConfigurationSetJobRetriesJobHandler. createJobConfiguration(SetJobRetriesBatchConfiguration configuration, java.util.List<java.lang.String> jobIds)voidSetJobRetriesJobHandler. executeHandler(SetJobRetriesBatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)com.google.gson.JsonObjectSetJobRetriesBatchConfigurationJsonConverter. writeConfiguration(SetJobRetriesBatchConfiguration configuration)
-