|
|||||||||
| 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(com.xpn.xwiki.api.Object object)
|
java.util.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 |
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.unscheduleJob(com.xpn.xwiki.objects.BaseObject object,
com.xpn.xwiki.XWikiContext context)
Unschedule the given job |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||