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 |
String |
getScheduleInterval()
Returns the interval in a form like 1Day (1 day)
or 2Hour (2 hours)
|
Date |
getScheduleLastExecutedAt()
When was this action last run, if ever?
|
getScheduleIntervalCount, getScheduleIntervalPeriod, getScheduleStart, setScheduleIntervalCount, setScheduleIntervalPeriod, setScheduleStart
Action getAction()
org.alfresco.service.cmr.repository.NodeRef getActionNodeRef()
NodeRef
of the action this applies toDate getScheduleLastExecutedAt()
String getScheduleInterval()
Copyright © 2005–2017 Alfresco Software. All rights reserved.