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