| Package | Description |
|---|---|
| de.spqrinfo.cups4j | |
| de.spqrinfo.cups4j.operations.cups | |
| de.spqrinfo.cups4j.operations.ipp |
| Modifier and Type | Method and Description |
|---|---|
CupsPrinter |
CupsClient.getDefaultPrinter()
Returns default printer
|
CupsPrinter |
CupsClient.getPrinter(String printerURL)
Returns the printer for the provided URL
|
| Modifier and Type | Method and Description |
|---|---|
List<CupsPrinter> |
CupsClient.getPrinters()
Returns all available printers
|
| Modifier and Type | Method and Description |
|---|---|
List<PrintJobAttributes> |
CupsClient.getJobs(CupsPrinter printer,
WhichJobsEnum whichJobs,
String userName,
boolean myJobs)
Returns all jobs for given printer and user Name
|
boolean |
CupsClient.moveJob(int jobID,
String userName,
CupsPrinter currentPrinter,
CupsPrinter targetPrinter)
Moves the print job with job ID jobID from currentPrinter to targetPrinter
|
| Modifier and Type | Method and Description |
|---|---|
CupsPrinter |
CupsGetDefaultOperation.getDefaultPrinter(String hostname,
int port) |
| Modifier and Type | Method and Description |
|---|---|
List<CupsPrinter> |
CupsGetPrintersOperation.getPrinters(String hostname,
int port) |
| Modifier and Type | Method and Description |
|---|---|
List<PrintJobAttributes> |
IppGetJobsOperation.getPrintJobs(CupsPrinter printer,
WhichJobsEnum whichJobs,
String userName,
boolean myJobs) |
Copyright © 2016. All rights reserved.