Class | Description |
---|---|
AbstractGardeningActionJob |
The
AbstractGardeningActionJob takes one of the documents provided by some AbstractGardeningQueryJob and applies a
given action to this document for gardening purposes. |
AbstractGardeningJob |
The
AbstractGardeningJob is responsible for supervising AbstractGardeningQueryJob s
and AbstractGardeningActionJob s. |
AbstractGardeningQueryJob |
The
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. |
GardeningActionJobRequest |
Request for AbstractGardeningActionJob . |
GardeningJobRequest |
Request for AbstractGardeningJob . |
GardeningQueryJobRequest |
Request for AbstractGardeningQueryJob . |
GardeningQueryJobStatus |
Define the
JobStatus used by the AbstractGardeningQueryJob . |
Exception | Description |
---|---|
GardeningException |
Exceptions related to the Gardening application.
|
Copyright © 2004–2018 XWiki Contrib. All rights reserved.