Uses of Class
de.xima.fc.mdl.print.PrintJob
- 
Packages that use PrintJob Package Description de.xima.fc.form.request de.xima.fc.manager de.xima.fc.servlet  - 
- 
Uses of PrintJob in de.xima.fc.form.request
Methods in de.xima.fc.form.request with parameters of type PrintJob Modifier and Type Method Description static 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 PrintJob Modifier and Type Method Description static 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 PrintJob Modifier and Type Method Description static 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 PrintJob Modifier and Type Method Description protected voidFormPrintServlet. exec(IExtendedFormRequestContext requestCtx, PrintJob pj)protected voidFormPrintServlet. processXimaFD2Request(IExtendedFormRequestContext requestCtx, PrintJob pj) 
 -