public class GetUnlockedTimersByDuedateCmd extends Object implements Command<List<TimerJobEntity>>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
duedate |
protected Page |
page |
| Constructor and Description |
|---|
GetUnlockedTimersByDuedateCmd(Date duedate,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
List<TimerJobEntity> |
execute(CommandContext commandContext) |
public List<TimerJobEntity> execute(CommandContext commandContext)
execute in interface Command<List<TimerJobEntity>>Copyright © 2018 Flowable. All rights reserved.