Uses of Class
org.camunda.bpm.engine.impl.batch.SetRetriesBatchConfiguration
-
Packages that use SetRetriesBatchConfiguration Package Description org.camunda.bpm.engine.impl.batch.externaltask org.camunda.bpm.engine.impl.batch.job -
-
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. toObject(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)com.google.gson.JsonObjectSetExternalTaskRetriesBatchConfigurationJsonConverter. toJsonObject(SetRetriesBatchConfiguration configuration) -
Uses of SetRetriesBatchConfiguration in org.camunda.bpm.engine.impl.batch.job
Methods in org.camunda.bpm.engine.impl.batch.job that return SetRetriesBatchConfiguration Modifier and Type Method Description protected SetRetriesBatchConfigurationSetJobRetriesJobHandler. createJobConfiguration(SetRetriesBatchConfiguration configuration, java.util.List<java.lang.String> jobIds)SetRetriesBatchConfigurationSetJobRetriesBatchConfigurationJsonConverter. toObject(com.google.gson.JsonObject json)Methods in org.camunda.bpm.engine.impl.batch.job with parameters of type SetRetriesBatchConfiguration Modifier and Type Method Description protected SetRetriesBatchConfigurationSetJobRetriesJobHandler. createJobConfiguration(SetRetriesBatchConfiguration configuration, java.util.List<java.lang.String> jobIds)com.google.gson.JsonObjectSetJobRetriesBatchConfigurationJsonConverter. toJsonObject(SetRetriesBatchConfiguration configuration)
-