Class FindExpiredJobsCmd
java.lang.Object
org.flowable.job.service.impl.asyncexecutor.FindExpiredJobsCmd
- All Implemented Interfaces:
Command<List<? extends JobInfoEntity>>
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JobInfoEntityManager<? extends JobInfoEntity>
protected JobServiceConfiguration
protected int
-
Constructor Summary
ConstructorsConstructorDescriptionFindExpiredJobsCmd
(int pageSize, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionList<? extends JobInfoEntity>
execute
(CommandContext commandContext)
-
Field Details
-
pageSize
protected int pageSize -
jobEntityManager
-
jobServiceConfiguration
-
-
Constructor Details
-
FindExpiredJobsCmd
public FindExpiredJobsCmd(int pageSize, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<List<? extends JobInfoEntity>>
-