Class SetJobRetriesJobHandler
java.lang.Object
org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler<SetJobRetriesBatchConfiguration>
org.camunda.bpm.engine.impl.batch.job.SetJobRetriesJobHandler
- All Implemented Interfaces:
BatchJobHandler<SetJobRetriesBatchConfiguration>
,OptimisticLockingListener
,JobHandler<BatchJobConfiguration>
public class SetJobRetriesJobHandler
extends AbstractBatchJobHandler<SetJobRetriesBatchConfiguration>
- Author:
- Askar Akhmerov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected SetJobRetriesBatchConfiguration
createJobConfiguration
(SetJobRetriesBatchConfiguration configuration, List<String> jobIds) void
executeHandler
(SetJobRetriesBatchConfiguration 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
-
SetJobRetriesJobHandler
public SetJobRetriesJobHandler()
-
-
Method Details
-
getType
-
getJsonConverterInstance
- Specified by:
getJsonConverterInstance
in classAbstractBatchJobHandler<SetJobRetriesBatchConfiguration>
-
getJobDeclaration
Description copied from interface:BatchJobHandler
Get the job declaration for batch jobs.- Specified by:
getJobDeclaration
in interfaceBatchJobHandler<SetJobRetriesBatchConfiguration>
- Specified by:
getJobDeclaration
in classAbstractBatchJobHandler<SetJobRetriesBatchConfiguration>
- Returns:
- the batch job declaration
-
createJobConfiguration
protected SetJobRetriesBatchConfiguration createJobConfiguration(SetJobRetriesBatchConfiguration configuration, List<String> jobIds) - Specified by:
createJobConfiguration
in classAbstractBatchJobHandler<SetJobRetriesBatchConfiguration>
-
executeHandler
public void executeHandler(SetJobRetriesBatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, String tenantId) - Specified by:
executeHandler
in classAbstractBatchJobHandler<SetJobRetriesBatchConfiguration>
-