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 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 PrintJob Modifier and Type Method Description static 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 PrintJob Modifier and Type Method Description static 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 PrintJob Modifier and Type Method Description protected void
FormPrintServlet. exec(IExtendedFormRequestContext requestCtx, PrintJob pj)
protected void
FormPrintServlet. processXimaFD2Request(IExtendedFormRequestContext requestCtx, PrintJob pj)
-