Package | Description |
---|---|
org.xwiki.job |
Modifier and Type | Method and Description |
---|---|
Job |
JobManager.addJob(String jobType,
Request request)
Deprecated.
Add a new job in the queue of jobs to execute.
|
Job |
JobExecutor.execute(String jobType,
Request request)
Create and add a new job in the queue of jobs to execute.
|
Job |
JobManager.executeJob(String jobType,
Request request)
Deprecated.
Start a new job with the provided identifier and wait until its finished.
|
Copyright © 2004–2021 XWiki. All rights reserved.