Uses of Interface
org.xwiki.job.Request

Packages that use Request
org.xwiki.job   
org.xwiki.job.event   
org.xwiki.job.event.status   
 

Uses of Request in org.xwiki.job
 

Classes in org.xwiki.job that implement Request
 class AbstractRequest
          Base class for Request implementations.
 class DefaultRequest
          Default implementation of Request.
 

Methods in org.xwiki.job that return Request
 Request Job.getRequest()
           
 

Methods in org.xwiki.job with parameters of type Request
 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.
 void Job.initialize(Request request)
           
 void Job.start(Request request)
          Deprecated. since 5.1M2 use Job.initialize(Request) then Runnable.run() instead
 

Constructors in org.xwiki.job with parameters of type Request
AbstractRequest(Request request)
           
DefaultRequest(Request request)
           
 

Uses of Request in org.xwiki.job.event
 

Methods in org.xwiki.job.event that return Request
 Request JobEvent.getRequest()
           
 

Constructors in org.xwiki.job.event with parameters of type Request
JobFinishedEvent(List<String> jobId, String jobType, Request request)
           
JobFinishedEvent(String jobId, String jobType, Request request)
           
JobStartedEvent(List<String> jobId, String jobType, Request request)
           
JobStartedEvent(String jobId, String jobType, Request request)
           
 

Uses of Request in org.xwiki.job.event.status
 

Methods in org.xwiki.job.event.status that return Request
 Request JobStatus.getRequest()
           
 



Copyright © 2004–2014 XWiki. All rights reserved.