Class SetExternalTaskRetriesJobHandler
java.lang.Object
org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler<SetRetriesBatchConfiguration>
org.camunda.bpm.engine.impl.batch.externaltask.SetExternalTaskRetriesJobHandler
- All Implemented Interfaces:
BatchJobHandler<SetRetriesBatchConfiguration>
,OptimisticLockingListener
,JobHandler<BatchJobConfiguration>
public class SetExternalTaskRetriesJobHandler
extends AbstractBatchJobHandler<SetRetriesBatchConfiguration>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected SetRetriesBatchConfiguration
createJobConfiguration
(SetRetriesBatchConfiguration configuration, List<String> processIdsForJob) void
executeHandler
(SetRetriesBatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, String tenantId) Get the job declaration for batch jobs.getType()
Methods inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler
calculateInvocationsPerBatchJob, createBatchJob, createJobEntities, createJobs, deleteJobs, execute, failedOperation, getEntityType, newConfiguration, onDelete, postProcessJob, readConfiguration, sanitizeMappings, saveConfiguration, writeConfiguration
-
Field Details
-
JOB_DECLARATION
-
-
Constructor Details
-
SetExternalTaskRetriesJobHandler
public SetExternalTaskRetriesJobHandler()
-
-
Method Details
-
getType
-
executeHandler
public void executeHandler(SetRetriesBatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, String tenantId) - Specified by:
executeHandler
in classAbstractBatchJobHandler<SetRetriesBatchConfiguration>
-
getJobDeclaration
Description copied from interface:BatchJobHandler
Get the job declaration for batch jobs.- Specified by:
getJobDeclaration
in interfaceBatchJobHandler<SetRetriesBatchConfiguration>
- Specified by:
getJobDeclaration
in classAbstractBatchJobHandler<SetRetriesBatchConfiguration>
- Returns:
- the batch job declaration
-
createJobConfiguration
protected SetRetriesBatchConfiguration createJobConfiguration(SetRetriesBatchConfiguration configuration, List<String> processIdsForJob) - Specified by:
createJobConfiguration
in classAbstractBatchJobHandler<SetRetriesBatchConfiguration>
-
getJsonConverterInstance
- Specified by:
getJsonConverterInstance
in classAbstractBatchJobHandler<SetRetriesBatchConfiguration>
-