AbstractGardeningActionJob
takes one of the documents provided by some AbstractGardeningQueryJob
and applies a
given action to this document for gardening purposes.AbstractGardeningJob
is responsible for supervising AbstractGardeningQueryJob
s
and AbstractGardeningActionJob
s.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.Request
for AbstractGardeningActionJob
.GardeningActionJobRequest
while providing the document to act on.Request
for AbstractGardeningJob
.Request
for AbstractGardeningQueryJob
.JobStatus
used by the AbstractGardeningQueryJob
.GardeningQueryJobStatus
.Copyright © 2004–2020 XWiki Contrib. All rights reserved.