@Unstable public abstract class AbstractGardeningQueryJob extends org.xwiki.job.AbstractJob<GardeningQueryJobRequest,GardeningQueryJobStatus>
AbstractGardeningQueryJob
is responsible for fetching a list of documents at the wiki or the farm level and then
return those documents in its JobStatus
so that they can be transmitted
to AbstractGardeningActionJob
, that will apply actions on those documents.Modifier and Type | Field and Description |
---|---|
static String |
JOB_TYPE_SUFFIX
The suffix of the job that should be used by subclasses when defining their job type.
|
Constructor and Description |
---|
AbstractGardeningQueryJob() |
Modifier and Type | Method and Description |
---|---|
protected GardeningQueryJobStatus |
createNewStatus(GardeningQueryJobRequest request) |
castRequest, getRequest, getStatus, initialize, jobFinished, jobStarting, join, join, run, runInContext, runInternal, start
public static final String JOB_TYPE_SUFFIX
protected GardeningQueryJobStatus createNewStatus(GardeningQueryJobRequest request)
createNewStatus
in class org.xwiki.job.AbstractJob<GardeningQueryJobRequest,GardeningQueryJobStatus>
Copyright © 2004–2020 XWiki Contrib. All rights reserved.