| Package | Description |
|---|---|
| de.spqrinfo.cups4j | |
| de.spqrinfo.cups4j.operations.ipp |
| Modifier and Type | Method and Description |
|---|---|
static WhichJobsEnum |
WhichJobsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhichJobsEnum[] |
WhichJobsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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
|
List<PrintJobAttributes> |
CupsPrinter.getJobs(WhichJobsEnum whichJobs,
String user,
boolean myJobs)
Get a list of jobs
|
| Modifier and Type | Method and Description |
|---|---|
List<PrintJobAttributes> |
IppGetJobsOperation.getPrintJobs(CupsPrinter printer,
WhichJobsEnum whichJobs,
String userName,
boolean myJobs) |
Copyright © 2016. All rights reserved.