Class ResetExpiredJobsCmd
- java.lang.Object
-
- org.flowable.job.service.impl.asyncexecutor.ResetExpiredJobsCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected JobInfoEntityManager<? extends JobInfoEntity>jobEntityManagerprotected Collection<String>jobIdsprotected JobServiceConfigurationjobServiceConfiguration
-
Constructor Summary
Constructors Constructor Description ResetExpiredJobsCmd(Collection<String> jobsIds, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, JobServiceConfiguration jobServiceConfiguration)
-
-
-
Field Detail
-
jobIds
protected Collection<String> jobIds
-
jobEntityManager
protected JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager
-
jobServiceConfiguration
protected JobServiceConfiguration jobServiceConfiguration
-
-
Constructor Detail
-
ResetExpiredJobsCmd
public ResetExpiredJobsCmd(Collection<String> jobsIds, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-