public interface ScheduledPersistedAction extends SchedulableAction
SchedulableAction.IntervalPeriod| Modifier and Type | Method and Description |
|---|---|
Action |
getAction()
Get the action which the schedule applies to
|
org.alfresco.service.cmr.repository.NodeRef |
getActionNodeRef()
Get the persisted
NodeRef of the action this applies to |
java.lang.String |
getScheduleInterval()
Returns the interval in a form like 1Day (1 day)
or 2Hour (2 hours)
|
java.util.Date |
getScheduleLastExecutedAt()
When was this action last run, if ever?
|
getScheduleIntervalCount, getScheduleIntervalPeriod, getScheduleStart, setScheduleIntervalCount, setScheduleIntervalPeriod, setScheduleStartAction getAction()
org.alfresco.service.cmr.repository.NodeRef getActionNodeRef()
NodeRef of the action this applies tojava.util.Date getScheduleLastExecutedAt()
java.lang.String getScheduleInterval()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.