X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=scripting%2Fjava%2Fdocs%2Fcom%2Feasysw%2Fcups%2FCupsJob.html;fp=scripting%2Fjava%2Fdocs%2Fcom%2Feasysw%2Fcups%2FCupsJob.html;h=0000000000000000000000000000000000000000;hp=c75fb8fa77b3f6138abe796f5f2e1f5c35061eba;hb=568fa3faf16f8694653600d87955473941cc03c1;hpb=d6943d1d3132205deeb6f9ad49ca54091ab3dfe5 diff --git a/scripting/java/docs/com/easysw/cups/CupsJob.html b/scripting/java/docs/com/easysw/cups/CupsJob.html deleted file mode 100644 index c75fb8fa7..000000000 --- a/scripting/java/docs/com/easysw/cups/CupsJob.html +++ /dev/null @@ -1,547 +0,0 @@ - - - - - - -: Class CupsJob - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -com.easysw.cups -
-Class CupsJob

-
-java.lang.Object
-  |
-  +--com.easysw.cups.CupsJob
-
-
-
-
public class CupsJob
extends java.lang.Object
- -

-


- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Summary
- java.lang.Stringdocument_format - -
-           
- java.lang.Stringjob_hold_until - -
-           
- intjob_id - -
-           
- intjob_k_octets - -
-           
- intjob_media_sheets_completed - -
-           
- java.lang.Stringjob_more_info - -
-           
- java.lang.Stringjob_name - -
-           
- java.lang.Stringjob_originating_host_name - -
-           
- java.lang.Stringjob_originating_user_name - -
-           
- longjob_printer_up_time - -
-           
- java.lang.Stringjob_printer_uri - -
-           
- intjob_priority - -
-           
- java.lang.Stringjob_sheets - -
-           
- intjob_state - -
-           
- java.lang.Stringjob_state_reasons - -
-           
- java.lang.Stringjob_uri - -
-           
- longtime_at_completed - -
-           
- longtime_at_creation - -
-           
- longtime_at_processing - -
-           
-  - - - - - - - - - - -
-Constructor Summary
CupsJob() - -
-          Constructor - set some default values.
-  - - - - - - - - - - - - - - - -
-Method Summary
- java.lang.StringjobStatusText() - -
-          Convert a job status to a string.
- voidupdateAttribute(IPPAttribute a) - -
-          Process an attribute from a cups.doRequest() call - and move the value into a local member.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-job_id

-
-public int job_id
-
-
-
- -

-job_more_info

-
-public java.lang.String job_more_info
-
-
-
- -

-job_uri

-
-public java.lang.String job_uri
-
-
-
- -

-job_printer_uri

-
-public java.lang.String job_printer_uri
-
-
-
- -

-job_printer_up_time

-
-public long job_printer_up_time
-
-
-
- -

-job_name

-
-public java.lang.String job_name
-
-
-
- -

-job_originating_user_name

-
-public java.lang.String job_originating_user_name
-
-
-
- -

-document_format

-
-public java.lang.String document_format
-
-
-
- -

-job_originating_host_name

-
-public java.lang.String job_originating_host_name
-
-
-
- -

-job_priority

-
-public int job_priority
-
-
-
- -

-job_state

-
-public int job_state
-
-
-
- -

-job_media_sheets_completed

-
-public int job_media_sheets_completed
-
-
-
- -

-job_k_octets

-
-public int job_k_octets
-
-
-
- -

-time_at_creation

-
-public long time_at_creation
-
-
-
- -

-time_at_processing

-
-public long time_at_processing
-
-
-
- -

-time_at_completed

-
-public long time_at_completed
-
-
-
- -

-job_hold_until

-
-public java.lang.String job_hold_until
-
-
-
- -

-job_sheets

-
-public java.lang.String job_sheets
-
-
-
- -

-job_state_reasons

-
-public java.lang.String job_state_reasons
-
-
- - - - - - - - -
-Constructor Detail
- -

-CupsJob

-
-public CupsJob()
-
-
Constructor - set some default values.
- - - - - - - - -
-Method Detail
- -

-updateAttribute

-
-public void updateAttribute(IPPAttribute a)
-
-
Process an attribute from a cups.doRequest() call - and move the value into a local member.
-
See Also:
IPPDefs, -IPPValues, -IPPAttributes
-
-
-
- -

-jobStatusText

-
-public java.lang.String jobStatusText()
-
-
Convert a job status to a string.
-
See Also:
IPPDefs
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - -