Uses of Class
de.xima.fc.mdl.print.PrintJob
Packages that use PrintJob
-
Uses of PrintJob in de.xima.fc.form.request
Methods in de.xima.fc.form.request with parameters of type PrintJobModifier and TypeMethodDescriptionstatic IExtendedFormRequestContext
FormRequestContextFactory.forPrintRequest
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, PrintJob printJob) -
Uses of PrintJob in de.xima.fc.manager
Methods in de.xima.fc.manager that return PrintJobModifier and TypeMethodDescriptionstatic PrintJob
PrintManager.readPrintJob
(String uuid) Finds a print job by its ID, and if it exists, removes that print job.static PrintJob
PrintManager.removePrintJob
(String uuid) Same asPrintManager.readPrintJob(String)
, finds and removes a print job, if any exists.Methods in de.xima.fc.manager with parameters of type PrintJobModifier and TypeMethodDescriptionstatic String
PrintManager.addPrintJob
(PrintJob job) Methode um einen PrintJob zu registrieren -
Uses of PrintJob in de.xima.fc.servlet
Methods in de.xima.fc.servlet with parameters of type PrintJobModifier and TypeMethodDescriptionprotected void
FormPrintServlet.exec
(IExtendedFormRequestContext requestCtx, PrintJob pj) protected void
FormPrintServlet.processXimaFD2Request
(IExtendedFormRequestContext requestCtx, PrintJob pj)