Package de.xima.fc.manager
Class PrintManager
java.lang.Object
de.xima.fc.manager.PrintManager
Klasse zum verwalten von Druck-Aufträgen
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
addPrintJob
(PrintJob job) Methode um einen PrintJob zu registrierenstatic PrintJob
readPrintJob
(String uuid) Finds a print job by its ID, and if it exists, removes that print job.static PrintJob
removePrintJob
(String uuid) Same asreadPrintJob(String)
, finds and removes a print job, if any exists.
-
Constructor Details
-
PrintManager
public PrintManager()
-
-
Method Details
-
addPrintJob
Methode um einen PrintJob zu registrieren -
readPrintJob
Finds a print job by its ID, and if it exists, removes that print job.- Parameters:
uuid
- Unique ID of the print job to search for.- Returns:
- The print job, if any existed.
-
removePrintJob
Same asreadPrintJob(String)
, finds and removes a print job, if any exists.- Parameters:
uuid
- Unique ID of the print job to search for.- Returns:
- The print job, if any existed.
-