Class HibernatePrintJob
java.lang.Object
org.mapfish.print.servlet.job.PrintJob
org.mapfish.print.servlet.job.impl.hibernate.HibernatePrintJob
- All Implemented Interfaces:
Callable<PrintJobResult>
A PrintJob implementation that write results to the database.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.mapfish.print.servlet.job.PrintJob
PrintJob.PrintAction, PrintJob.PrintResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final PrintJobResult
createResult
(String fileName, String fileExtension, String mimeType) Create Print Job Result.Methods inherited from class org.mapfish.print.servlet.job.PrintJob
call, deleteReport, getEntry, getReportFile, setEntry, setSecurityContext, withOpenOutputStream
-
Constructor Details
-
HibernatePrintJob
public HibernatePrintJob()
-
-
Method Details
-
createResult
protected final PrintJobResult createResult(String fileName, String fileExtension, String mimeType) throws URISyntaxException, IOException Description copied from class:PrintJob
Create Print Job Result.- Specified by:
createResult
in classPrintJob
- Parameters:
fileName
- the file namefileExtension
- the file extensionmimeType
- the mime type- Returns:
- the job result
- Throws:
URISyntaxException
IOException
-