@Unstable
public class GardeningActionJobRequest
extends org.xwiki.job.AbstractRequest
Request
for AbstractGardeningActionJob
.Constructor and Description |
---|
GardeningActionJobRequest(org.xwiki.model.reference.DocumentReference actionDocument)
Constructs a new
GardeningActionJobRequest while providing the document to act on. |
Modifier and Type | Method and Description |
---|---|
org.xwiki.model.reference.DocumentReference |
getActionDocument() |
void |
setActionDocument(org.xwiki.model.reference.DocumentReference actionDocument)
Define the document that should be acted on by the job.
|
public GardeningActionJobRequest(org.xwiki.model.reference.DocumentReference actionDocument)
GardeningActionJobRequest
while providing the document to act on.actionDocument
- the document to act onpublic void setActionDocument(org.xwiki.model.reference.DocumentReference actionDocument)
actionDocument
- the document itselfpublic org.xwiki.model.reference.DocumentReference getActionDocument()
Copyright © 2004–2020 XWiki Contrib. All rights reserved.