org.camunda.bpm.engine.impl.jobexecutor
Class GetUnlockedTimersByDuedateCmd
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.GetUnlockedTimersByDuedateCmd
- All Implemented Interfaces:
- Command<List<TimerEntity>>
public class GetUnlockedTimersByDuedateCmd
- extends Object
- implements Command<List<TimerEntity>>
- Author:
- Tom Baeyens, Joram Barrez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
duedate
protected Date duedate
page
protected Page page
GetUnlockedTimersByDuedateCmd
public GetUnlockedTimersByDuedateCmd(Date duedate,
Page page)
execute
public List<TimerEntity> execute(CommandContext commandContext)
- Specified by:
execute in interface Command<List<TimerEntity>>
Copyright © 2016 camunda services GmbH. All rights reserved.