Class GetUnlockedTimersByDuedateCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.jobexecutor.GetUnlockedTimersByDuedateCmd
-
- All Implemented Interfaces:
Command<java.util.List<TimerEntity>>
public class GetUnlockedTimersByDuedateCmd extends java.lang.Object implements Command<java.util.List<TimerEntity>>
- Author:
- Tom Baeyens, Joram Barrez
-
-
Constructor Summary
Constructors Constructor Description GetUnlockedTimersByDuedateCmd(java.util.Date duedate, Page page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TimerEntity>
execute(CommandContext commandContext)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Field Detail
-
duedate
protected java.util.Date duedate
-
page
protected Page page
-
-
Constructor Detail
-
GetUnlockedTimersByDuedateCmd
public GetUnlockedTimersByDuedateCmd(java.util.Date duedate, Page page)
-
-
Method Detail
-
execute
public java.util.List<TimerEntity> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<java.util.List<TimerEntity>>
-
-