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 JobServiceConfigurationprotected 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:
executein interfaceCommand<List<? extends JobInfoEntity>>
-