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 classSetJobRetriesBatchConfiguration -
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 SetRetriesBatchConfigurationSetExternalTaskRetriesJobHandler. createJobConfiguration(SetRetriesBatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)SetRetriesBatchConfigurationSetExternalTaskRetriesBatchConfigurationJsonConverter. 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 SetRetriesBatchConfigurationSetExternalTaskRetriesJobHandler. createJobConfiguration(SetRetriesBatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)voidSetExternalTaskRetriesJobHandler. executeHandler(SetRetriesBatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)com.google.gson.JsonObjectSetExternalTaskRetriesBatchConfigurationJsonConverter. writeConfiguration(SetRetriesBatchConfiguration configuration)
-