org.camunda.bpm.engine.impl.jobexecutor
Class GetUnlockedTimersByDuedateCmd

java.lang.Object
  extended by 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

Field Summary
protected  Date duedate
           
protected  Page page
           
 
Constructor Summary
GetUnlockedTimersByDuedateCmd(Date duedate, Page page)
           
 
Method Summary
 List<TimerEntity> execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

duedate

protected Date duedate

page

protected Page page
Constructor Detail

GetUnlockedTimersByDuedateCmd

public GetUnlockedTimersByDuedateCmd(Date duedate,
                                     Page page)
Method Detail

execute

public List<TimerEntity> execute(CommandContext commandContext)
Specified by:
execute in interface Command<List<TimerEntity>>


Copyright © 2015 camunda services GmbH. All rights reserved.