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