public interface SchedulableAction
ScheduledPersistedAction
Modifier and Type | Interface and Description |
---|---|
static class |
SchedulableAction.IntervalPeriod |
Modifier and Type | Method and Description |
---|---|
Integer |
getScheduleIntervalCount()
How many
getScheduleIntervalPeriod() periods
should we wait between executions?
Will be null if the action isn't scheduled to
be repeated. |
SchedulableAction.IntervalPeriod |
getScheduleIntervalPeriod()
How long are
getScheduleIntervalCount() counts
measured in? |
Date |
getScheduleStart()
Get the first date that the action should be run
on or after, or null if it should start shortly
after each startup.
|
void |
setScheduleIntervalCount(Integer count)
Sets how many periods should be waited between
each execution, or null if it shouldn't be
repeated.
|
void |
setScheduleIntervalPeriod(SchedulableAction.IntervalPeriod period)
Sets the interval period
|
void |
setScheduleStart(Date startDate)
Sets the first date that the action should be
run on or after.
|
Date getScheduleStart()
void setScheduleStart(Date startDate)
Integer getScheduleIntervalCount()
getScheduleIntervalPeriod()
periods
should we wait between executions?
Will be null if the action isn't scheduled to
be repeated.void setScheduleIntervalCount(Integer count)
SchedulableAction.IntervalPeriod getScheduleIntervalPeriod()
getScheduleIntervalCount()
counts
measured in?void setScheduleIntervalPeriod(SchedulableAction.IntervalPeriod period)
Copyright © 2005–2017 Alfresco Software. All rights reserved.