|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SchedulerPluginException in com.xpn.xwiki.plugin.scheduler |
|---|
| Methods in com.xpn.xwiki.plugin.scheduler that throw SchedulerPluginException | |
|---|---|
JobState |
SchedulerPluginApi.getJobStatus(com.xpn.xwiki.objects.BaseObject object)
Return the trigger state as a $ JobState, that holds both the integer trigger's inner value of the state
and a String as a human readable representation of that state |
JobState |
SchedulerPluginApi.getJobStatus(Object object)
|
Date |
SchedulerPlugin.getNextFireTime(com.xpn.xwiki.objects.BaseObject object,
com.xpn.xwiki.XWikiContext context)
Get the next fire time for the given job name SchedulerJob |
Date |
SchedulerPlugin.getPreviousFireTime(com.xpn.xwiki.objects.BaseObject object,
com.xpn.xwiki.XWikiContext context)
Give, for a BaseObject job in a JobState.STATE_NORMAL state, the previous date at which the job has been
executed. |
void |
SchedulerPlugin.pauseJob(com.xpn.xwiki.objects.BaseObject object,
com.xpn.xwiki.XWikiContext context)
Pause the job with the given name by pausing all of its current triggers. |
void |
SchedulerPlugin.resumeJob(com.xpn.xwiki.objects.BaseObject object,
com.xpn.xwiki.XWikiContext context)
Resume the job with the given name (un-pause) |
boolean |
SchedulerPlugin.scheduleJob(com.xpn.xwiki.objects.BaseObject object,
com.xpn.xwiki.XWikiContext context)
|
void |
SchedulerPlugin.triggerJob(com.xpn.xwiki.objects.BaseObject object,
com.xpn.xwiki.XWikiContext context)
Trigger a job (execute it now) |
void |
SchedulerPlugin.unscheduleJob(com.xpn.xwiki.objects.BaseObject object,
com.xpn.xwiki.XWikiContext context)
Unschedule the given job |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||