Uses of Class
com.xpn.xwiki.plugin.scheduler.JobState

Uses of JobState in com.xpn.xwiki.plugin.scheduler
 

Methods in com.xpn.xwiki.plugin.scheduler that return JobState
 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 SchedulerPlugin.getJobStatus(com.xpn.xwiki.objects.BaseObject object, com.xpn.xwiki.XWikiContext context)
          Retrieve the job's status of a given SchedulerPlugin.XWIKI_JOB_CLASS job XObject, by asking the actual job status to the quartz scheduler instance.
 JobState SchedulerPluginApi.getJobStatus(com.xpn.xwiki.api.Object object)
           
 



Copyright © 2004-2008 XWiki. All Rights Reserved.