Class FindExpiredJobsCmd
- java.lang.Object
-
- org.activiti.engine.impl.asyncexecutor.FindExpiredJobsCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected int
pageSize
-
Constructor Summary
Constructors Constructor Description FindExpiredJobsCmd(int pageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<JobEntity>
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public java.util.List<JobEntity> execute(CommandContext commandContext)
-
-