org.activiti.engine.impl.jobexecutor
类 GetUnlockedTimersByDuedateCmd
java.lang.Object
org.activiti.engine.impl.jobexecutor.GetUnlockedTimersByDuedateCmd
- 所有已实现的接口:
- Command<List<TimerEntity>>
public class GetUnlockedTimersByDuedateCmd
- extends Object
- implements Command<List<TimerEntity>>
- 作者:
- Tom Baeyens, Joram Barrez
从类 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)
- 指定者:
- 接口
Command<List<TimerEntity>>
中的 execute
Copyright © 2013 Alfresco. All rights reserved.