Class BulkMoveDeadLetterJobsToHistoryJobsCmd
- java.lang.Object
-
- org.flowable.job.service.impl.cmd.BulkMoveDeadLetterJobsToHistoryJobsCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected Collection<String>deadLetterJobIdsprotected JobServiceConfigurationjobServiceConfigurationprotected intretries
-
Constructor Summary
Constructors Constructor Description BulkMoveDeadLetterJobsToHistoryJobsCmd(Collection<String> deadLetterJobIds, int retries, JobServiceConfiguration jobServiceConfiguration)
-
-
-
Field Detail
-
jobServiceConfiguration
protected JobServiceConfiguration jobServiceConfiguration
-
deadLetterJobIds
protected Collection<String> deadLetterJobIds
-
retries
protected int retries
-
-
Constructor Detail
-
BulkMoveDeadLetterJobsToHistoryJobsCmd
public BulkMoveDeadLetterJobsToHistoryJobsCmd(Collection<String> deadLetterJobIds, int retries, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-