| Package | Description |
|---|---|
| de.spqrinfo.cups4j | |
| de.spqrinfo.cups4j.operations.ipp |
| Modifier and Type | Method and Description |
|---|---|
PrintJobAttributes |
CupsClient.getJobAttributes(int jobID)
Returns job attributes for the job associated with the provided jobID
|
PrintJobAttributes |
CupsClient.getJobAttributes(String userName,
int jobID)
Returns job attributes for the job associated with the provided jobID and
user name
|
| 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 |
|---|---|
PrintJobAttributes |
IppGetJobAttributesOperation.getPrintJobAttributes(String hostname,
String userName,
int port,
int jobID) |
| Modifier and Type | Method and Description |
|---|---|
List<PrintJobAttributes> |
IppGetJobsOperation.getPrintJobs(CupsPrinter printer,
WhichJobsEnum whichJobs,
String userName,
boolean myJobs) |
Copyright © 2016. All rights reserved.