Uses of Interface
org.xwiki.job.Job

Packages that use Job
org.xwiki.job   
 

Uses of Job in org.xwiki.job
 

Methods in org.xwiki.job that return Job
 Job JobManager.addJob(String jobType, Request request)
          Add a new job in the queue of jobs to execute.
 Job JobManager.executeJob(String jobType, Request request)
          Start a new job with the provided identifier and wait until its finished.
 Job JobManager.getCurrentJob()
           
 Job JobContext.getCurrentJob()
           
 

Methods in org.xwiki.job with parameters of type Job
 void JobManager.addJob(Job job)
          Add a new job in the queue of jobs to execute.
 void JobContext.pushCurrentJob(Job job)
           
 



Copyright © 2004–2013 XWiki. All rights reserved.