@Unstable public abstract class AbstractGardeningActionJob extends org.xwiki.job.AbstractJob<GardeningActionJobRequest,org.xwiki.job.DefaultJobStatus<GardeningActionJobRequest>>
AbstractGardeningActionJob
takes one of the documents provided by some AbstractGardeningQueryJob
and applies a
given action to this document for gardening purposes.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 |
---|
AbstractGardeningActionJob() |
castRequest, createNewStatus, getRequest, getStatus, initialize, jobFinished, jobStarting, join, join, run, runInContext, runInternal, start
public static final String JOB_TYPE_SUFFIX
Copyright © 2004–2020 XWiki Contrib. All rights reserved.