Package org.xwiki.export.pdf.job
Interface PDFExportJobRequestFactory
-
@Role @Unstable public interface PDFExportJobRequestFactory
Used to create and initializePDFExportJobRequest
instances.- Since:
- 14.4.2, 14.5
- Version:
- $Id: 3b06cfa75c61244912de3cdf53d9adee4c9c0e2f $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PDFExportJobRequest
createRequest()
void
setRightsProperties(PDFExportJobRequest request)
Sets the access rights related properties on the given PDF export request.
-
-
-
Method Detail
-
createRequest
PDFExportJobRequest createRequest() throws Exception
- Returns:
- a new PDF export request
- Throws:
Exception
- if creating the request fails
-
setRightsProperties
void setRightsProperties(PDFExportJobRequest request)
Sets the access rights related properties on the given PDF export request.- Parameters:
request
- the PDF export request to set the access rights properties on
-
-