Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In java cups library want to fetch all the jobs attributes of given print job with the completion time? #67

Open
mosesjebakumar02 opened this issue Oct 19, 2022 · 1 comment

Comments

@mosesjebakumar02
Copy link

I want to fetch cups all data job attributes i.e (job-id, job-name, job-state and job-completion-time)

Repo : https://github.com/harwey/cups4j There are two methods to fetch :

  1. In [IppGetJobsOperation->getPrintJobs()] First method fetch all cups jobs attributes but attributes job completion date contains null.
  2. In [IppGetJobAttributesOperation->getPrintJobAttributes()] Also there is another method in which if we give a particular job id it gives the job attributes with job completion time.
    Is there any other way to fetch all jobs attributes with the job completion time.
@gmuth
Copy link

gmuth commented Oct 14, 2023

In library ipp-client IppJob provides attribute timeAtCompleted as well as access to all other attributes provided by server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants