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
Fields Modifier and Type Field Description static BatchJobDeclarationJOB_DECLARATION 
- 
Constructor Summary
Constructors Constructor Description SetJobRetriesJobHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SetJobRetriesBatchConfigurationcreateJobConfiguration(SetJobRetriesBatchConfiguration configuration, java.util.List<java.lang.String> jobIds)voidexecuteHandler(SetJobRetriesBatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)JobDeclaration<BatchJobContext,MessageEntity>getJobDeclaration()Get the job declaration for batch jobs.protected SetJobRetriesBatchConfigurationJsonConvertergetJsonConverterInstance()java.lang.StringgetType()- 
Methods inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler
createBatchJob, createJobEntities, createJobs, deleteJobs, execute, failedOperation, getEntityType, newConfiguration, onDelete, postProcessJob, readConfiguration, sanitizeMappings, saveConfiguration, writeConfiguration 
 - 
 
 - 
 
- 
- 
Field Detail
- 
JOB_DECLARATION
public static final BatchJobDeclaration JOB_DECLARATION
 
 - 
 
- 
Method Detail
- 
getType
public java.lang.String getType()
 
- 
getJsonConverterInstance
protected SetJobRetriesBatchConfigurationJsonConverter getJsonConverterInstance()
- Specified by:
 getJsonConverterInstancein classAbstractBatchJobHandler<SetJobRetriesBatchConfiguration>
 
- 
getJobDeclaration
public JobDeclaration<BatchJobContext,MessageEntity> getJobDeclaration()
Description copied from interface:BatchJobHandlerGet the job declaration for batch jobs.- Specified by:
 getJobDeclarationin interfaceBatchJobHandler<SetJobRetriesBatchConfiguration>- Specified by:
 getJobDeclarationin classAbstractBatchJobHandler<SetJobRetriesBatchConfiguration>- Returns:
 - the batch job declaration
 
 
- 
createJobConfiguration
protected SetJobRetriesBatchConfiguration createJobConfiguration(SetJobRetriesBatchConfiguration configuration, java.util.List<java.lang.String> jobIds)
- Specified by:
 createJobConfigurationin classAbstractBatchJobHandler<SetJobRetriesBatchConfiguration>
 
- 
executeHandler
public void executeHandler(SetJobRetriesBatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)
- Specified by:
 executeHandlerin classAbstractBatchJobHandler<SetJobRetriesBatchConfiguration>
 
 - 
 
 -