| Package | Description |
|---|---|
| org.xwiki.job |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobManager.addJob(Job job)
Add a new job in the queue of jobs to execute.
|
void |
JobContext.pushCurrentJob(Job job) |
Copyright © 2004–2014 XWiki. All rights reserved.