Class HibernatePrintJob

  • All Implemented Interfaces:
    java.util.concurrent.Callable<PrintJobResult>

    public class HibernatePrintJob
    extends PrintJob
    A PrintJob implementation that write results to the database.
    • Constructor Detail

      • HibernatePrintJob

        public HibernatePrintJob()
    • Method Detail

      • createResult

        protected final PrintJobResult createResult​(java.lang.String fileName,
                                                    java.lang.String fileExtension,
                                                    java.lang.String mimeType)
                                             throws java.net.URISyntaxException,
                                                    java.io.IOException
        Description copied from class: PrintJob
        Create Print Job Result.
        Specified by:
        createResult in class PrintJob
        Parameters:
        fileName - the file name
        fileExtension - the file extension
        mimeType - the mime type
        Returns:
        the job result
        Throws:
        java.net.URISyntaxException
        java.io.IOException