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 IExtendedFormRequestContextFormRequestContextFactory.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 PrintJobPrintManager.readPrintJob(String uuid) Finds a print job by its ID, and if it exists, removes that print job.static PrintJobPrintManager.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 StringPrintManager.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 voidFormPrintServlet.exec(IExtendedFormRequestContext requestCtx, PrintJob pj) protected voidFormPrintServlet.processXimaFD2Request(IExtendedFormRequestContext requestCtx, PrintJob pj)