com.adobe.livecycle.output.client
Class OutputOptionsSpecConstants

java.lang.Object
  extended by com.adobe.livecycle.output.client.OutputOptionsSpecConstants

public class OutputOptionsSpecConstants
extends java.lang.Object

Represents constants used by the OutputOptionsSpec class.


Field Summary
static java.lang.String AUDIT_LOG
           
static java.lang.String CHARSET
          Represents the character set used to encode the output byte stream.
static java.lang.String CONTENT_ROOT
          Represents the content root in which the form design and its related collateral files are located.
static java.lang.String COPIES
          Represents the number of copies that the Output service prints.
static java.lang.String DATA_FILE
          Represents the data file that contains XML form data that is merged with the form.
static java.lang.String EMAIL_BODY
          Represents the body of an email message.
static java.lang.String EMAIL_RECIPIENTS
          Represents email recipients to whom documents are sent as attachments.
static java.lang.String EMAIL_SERVER
          Represents the email server that is used to send email messages.
static java.lang.String EMAIL_SUBJECT
          Represents the subject that is displayed within email messages sent to email recipients.
static java.lang.String ENABLE_VIEWER_PREFERENCES
          Represents the enable viewer preferences flag
static java.lang.String FILE_URI
          Represents the file URI to where the Output service writes the output stream.
static java.lang.String FORM
          Represents the form design that is used to generate an output stream.
static java.lang.String LAZY_LOADING
           
static java.lang.String LOCALE
          Represents the locale value.
static java.lang.String LOOK_AHEAD
          Represents the lookahead bytes used for the search rules.
static java.lang.String LPD_URI
          Represents the specified Line Printer Daemon (LPD) URI when the network has a LP daemon running.
static java.lang.String META_DATA_SPEC_FILE
          Represents the value used to generate metadata.
static java.lang.String OUTPUT_BIN
          Represents the outputBin XCI value that is used to enable the print driver to select the appropriate output bin.
static java.lang.String OUTPUT_JOB
          Represents the Jog XCI value that is used to set what output pages are physically shifted in the output tray.
static java.lang.String OUTPUT_STREAM
          Represents whether the Output service creates a single or multiple output streams.
static java.lang.String PAGE_OFFSET_X
          Represents the pageOffsetX XCI value.
static java.lang.String PAGE_OFFSET_Y
          Represents the pageOffsetY XCI value.
static java.lang.String PAGINATION
          Represents the pagination XCI value.
static java.lang.String PRINT_FORMAT
          Represents the format of the output stream.
static java.lang.String PRINT_URI
          Represents the destination for the print output.
static java.lang.String PRINTER_QUEUE_NAME
          Represents the name of the printer queue that is used with the Line Printer Daemon (LPD) URI.
static java.lang.String RECORD_ID_FIELD
          Represents the identifier value for the batch record.
static java.lang.String RECORD_LEVEL
          Represents the element level (located within the data file) that contains data records where the root is level 1.
static java.lang.String RECORD_LEVEL_META_DATA
          Represents the record level metadata.
static java.lang.String RECORD_NAME
          Represents the element name (located within the data file) that identifies the beginning of a record.
static java.lang.String REQUESTOR
          Represents the initiator of this request.
static java.lang.String RETAIN_PDF_FORM_STATE
          Represents the retainPDFFormState flag
static java.lang.String RULES
          Represents search rules that scan the input data file for a pattern and associates the data with a specific form design.
static java.lang.String SERVER_PRINT_SPEC
          Represents the print specification name.
static java.lang.String STAPLE
          Represents the staple XCI value.
static java.lang.String USE_RESOURCES_IN_PDF
          Represents which resources present in the pdf need to be used
static java.lang.String WAIT_FOR_RESPONSE
          Represents whether the Output service waits for a response after an invocation request is sent.
static java.lang.String XCI
          Represents the XCI file to use when generating a document output stream.
 
Constructor Summary
OutputOptionsSpecConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUESTOR

public static final java.lang.String REQUESTOR
Represents the initiator of this request.

See Also:
Constant Field Values

SERVER_PRINT_SPEC

public static final java.lang.String SERVER_PRINT_SPEC
Represents the print specification name.

See Also:
Constant Field Values

DATA_FILE

public static final java.lang.String DATA_FILE
Represents the data file that contains XML form data that is merged with the form.

See Also:
Constant Field Values

RECORD_NAME

public static final java.lang.String RECORD_NAME
Represents the element name (located within the data file) that identifies the beginning of a record.

See Also:
Constant Field Values

RECORD_LEVEL

public static final java.lang.String RECORD_LEVEL
Represents the element level (located within the data file) that contains data records where the root is level 1.

See Also:
Constant Field Values

LOOK_AHEAD

public static final java.lang.String LOOK_AHEAD
Represents the lookahead bytes used for the search rules. The lookahead value is an integer indicating the number of bytes to use from the beginning of the input data file to scan for the pattern strings.

See Also:
Constant Field Values

RULES

public static final java.lang.String RULES
Represents search rules that scan the input data file for a pattern and associates the data with a specific form design.

See Also:
Constant Field Values

FORM

public static final java.lang.String FORM
Represents the form design that is used to generate an output stream.

See Also:
Constant Field Values

CONTENT_ROOT

public static final java.lang.String CONTENT_ROOT
Represents the content root in which the form design and its related collateral files are located.

See Also:
Constant Field Values

XCI

public static final java.lang.String XCI
Represents the XCI file to use when generating a document output stream.

See Also:
Constant Field Values

COPIES

public static final java.lang.String COPIES
Represents the number of copies that the Output service prints.

See Also:
Constant Field Values

PRINT_FORMAT

public static final java.lang.String PRINT_FORMAT
Represents the format of the output stream. Valid values are PCL, PostScript, and ZPL.

See Also:
Constant Field Values

PRINT_URI

public static final java.lang.String PRINT_URI
Represents the destination for the print output.

See Also:
Constant Field Values

FILE_URI

public static final java.lang.String FILE_URI
Represents the file URI to where the Output service writes the output stream.

See Also:
Constant Field Values

EMAIL_RECIPIENTS

public static final java.lang.String EMAIL_RECIPIENTS
Represents email recipients to whom documents are sent as attachments.

See Also:
Constant Field Values

EMAIL_SUBJECT

public static final java.lang.String EMAIL_SUBJECT
Represents the subject that is displayed within email messages sent to email recipients.

See Also:
Constant Field Values

EMAIL_SERVER

public static final java.lang.String EMAIL_SERVER
Represents the email server that is used to send email messages.

See Also:
Constant Field Values

EMAIL_BODY

public static final java.lang.String EMAIL_BODY
Represents the body of an email message.

See Also:
Constant Field Values

WAIT_FOR_RESPONSE

public static final java.lang.String WAIT_FOR_RESPONSE
Represents whether the Output service waits for a response after an invocation request is sent.

See Also:
Constant Field Values

OUTPUT_STREAM

public static final java.lang.String OUTPUT_STREAM
Represents whether the Output service creates a single or multiple output streams.

See Also:
Constant Field Values

PAGINATION

public static final java.lang.String PAGINATION
Represents the pagination XCI value. The following values are valid simplex(default), duplexShortEdge, and duplexLongEdge.

See Also:
Constant Field Values

STAPLE

public static final java.lang.String STAPLE
Represents the staple XCI value. This XCI option is set when a stapler is used and is only used for PS and PCL printers.

See Also:
Constant Field Values

PAGE_OFFSET_X

public static final java.lang.String PAGE_OFFSET_X
Represents the pageOffsetX XCI value. This value is set when you want to print the job on pre-printed paper and you want to change the origin (for example, the default page offsets for that particular job). This value overrides the page offsets defined in the XDC file which represents non-printable area for any PCL device. This option is for PCL devices only.

See Also:
Constant Field Values

PAGE_OFFSET_Y

public static final java.lang.String PAGE_OFFSET_Y
Represents the pageOffsetY XCI value. This value is set when you want to print the job on pre-printed paper and you want to change the origin (for example, the default page offsets for that particular job). This value overrides the page offsets defined in the XDC file which represents non-printable area for any PCL device. This option is for PCL devices only.

See Also:
Constant Field Values

OUTPUT_BIN

public static final java.lang.String OUTPUT_BIN
Represents the outputBin XCI value that is used to enable the print driver to select the appropriate output bin.

See Also:
Constant Field Values

OUTPUT_JOB

public static final java.lang.String OUTPUT_JOB
Represents the Jog XCI value that is used to set what output pages are physically shifted in the output tray. This option is for PS and PCL printers only.

See Also:
Constant Field Values

META_DATA_SPEC_FILE

public static final java.lang.String META_DATA_SPEC_FILE
Represents the value used to generate metadata.

See Also:
Constant Field Values

RECORD_LEVEL_META_DATA

public static final java.lang.String RECORD_LEVEL_META_DATA
Represents the record level metadata.

See Also:
Constant Field Values

RECORD_ID_FIELD

public static final java.lang.String RECORD_ID_FIELD
Represents the identifier value for the batch record.

See Also:
Constant Field Values

LPD_URI

public static final java.lang.String LPD_URI
Represents the specified Line Printer Daemon (LPD) URI when the network has a LP daemon running.

See Also:
Constant Field Values

PRINTER_QUEUE_NAME

public static final java.lang.String PRINTER_QUEUE_NAME
Represents the name of the printer queue that is used with the Line Printer Daemon (LPD) URI.

See Also:
Constant Field Values

LAZY_LOADING

public static final java.lang.String LAZY_LOADING
See Also:
Constant Field Values

CHARSET

public static final java.lang.String CHARSET
Represents the character set used to encode the output byte stream.

See Also:
Constant Field Values

LOCALE

public static final java.lang.String LOCALE
Represents the locale value.

See Also:
Constant Field Values

USE_RESOURCES_IN_PDF

public static final java.lang.String USE_RESOURCES_IN_PDF
Represents which resources present in the pdf need to be used

See Also:
Constant Field Values

ENABLE_VIEWER_PREFERENCES

public static final java.lang.String ENABLE_VIEWER_PREFERENCES
Represents the enable viewer preferences flag

See Also:
Constant Field Values

RETAIN_PDF_FORM_STATE

public static final java.lang.String RETAIN_PDF_FORM_STATE
Represents the retainPDFFormState flag

See Also:
Constant Field Values

AUDIT_LOG

public static final java.lang.String AUDIT_LOG
See Also:
Constant Field Values
Constructor Detail

OutputOptionsSpecConstants

public OutputOptionsSpecConstants()