public class FindExpiredJobsCmd extends Object implements Command<List<? extends JobInfoEntity>>
| Modifier and Type | Field and Description |
|---|---|
protected JobInfoEntityManager<? extends JobInfoEntity> |
jobEntityManager |
protected int |
pageSize |
| Constructor and Description |
|---|
FindExpiredJobsCmd(int pageSize,
JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends JobInfoEntity> |
execute(CommandContext commandContext) |
protected int pageSize
protected JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager
public FindExpiredJobsCmd(int pageSize,
JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager)
public List<? extends JobInfoEntity> execute(CommandContext commandContext)
execute in interface Command<List<? extends JobInfoEntity>>Copyright © 2018 Flowable. All rights reserved.