|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScheduledPersistedAction
The scheduling wrapper around a persisted action, which is to be executed on a scheduled basis.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.action.scheduled.SchedulableAction |
---|
SchedulableAction.IntervalPeriod |
Method Summary | |
---|---|
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? |
Methods inherited from interface org.alfresco.service.cmr.action.scheduled.SchedulableAction |
---|
getScheduleIntervalCount, getScheduleIntervalPeriod, getScheduleStart, setScheduleIntervalCount, setScheduleIntervalPeriod, setScheduleStart |
Method Detail |
---|
Action getAction()
org.alfresco.service.cmr.repository.NodeRef getActionNodeRef()
NodeRef
of the action this applies to
java.util.Date getScheduleLastExecutedAt()
java.lang.String getScheduleInterval()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |