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>,JobHandler<BatchJobConfiguration>
public class SetExternalTaskRetriesJobHandler extends AbstractBatchJobHandler<SetRetriesBatchConfiguration>
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static BatchJobDeclarationJOB_DECLARATION 
- 
Constructor Summary
Constructors Constructor Description SetExternalTaskRetriesJobHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SetRetriesBatchConfigurationcreateJobConfiguration(SetRetriesBatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)voidexecute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)JobDeclaration<BatchJobContext,MessageEntity>getJobDeclaration()Get the job declaration for batch jobs.protected SetExternalTaskRetriesBatchConfigurationJsonConvertergetJsonConverterInstance()java.lang.StringgetType()- 
Methods inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler
createBatchJob, createJobEntities, createJobs, deleteJobs, 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()
 
- 
execute
public void execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)
 
- 
getJobDeclaration
public JobDeclaration<BatchJobContext,MessageEntity> getJobDeclaration()
Description copied from interface:BatchJobHandlerGet the job declaration for batch jobs.- Specified by:
 getJobDeclarationin interfaceBatchJobHandler<SetRetriesBatchConfiguration>- Specified by:
 getJobDeclarationin classAbstractBatchJobHandler<SetRetriesBatchConfiguration>- Returns:
 - the batch job declaration
 
 
- 
createJobConfiguration
protected SetRetriesBatchConfiguration createJobConfiguration(SetRetriesBatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)
- Specified by:
 createJobConfigurationin classAbstractBatchJobHandler<SetRetriesBatchConfiguration>
 
- 
getJsonConverterInstance
protected SetExternalTaskRetriesBatchConfigurationJsonConverter getJsonConverterInstance()
- Specified by:
 getJsonConverterInstancein classAbstractBatchJobHandler<SetRetriesBatchConfiguration>
 
 - 
 
 -