Document tab Syntax Buttons
The Document tab syntax buttons indicate all the ways you can add a Document object to an expression. Clicking on one of the buttons adds the indicated syntax (minus the question marks) to your expression. In the spaces left by the question marks, enter the appropriate values. For operations you can perform on documents, see Operators Used with Prompts and Documents.
http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html
Syntax Button |
Document Type or Operation |
Description |
---|---|---|
DOC[?] |
user-defined literal |
A user-defined document in the document repository. See Usesr Document Literals. For
example:
|
DOC[?,?] |
A user-defined document in the document repository with associated contact (additional arguments, more then one is allowed). The additional argument(s) is passed into the document template (if one or more are referenced) as initial arguments for evaluation by the document template. See User Document Literals. For
example:
| |
URL[?] |
URL document literal |
See URL Document Literals. For
example:
|
URL[?,?] |
A URL document with output document and time out. See User Document Literals. For
example:
The first operand is the URL as in the preceding example and the second operand is either an output document to be sent to the referenced URL as a post or a time out. The time out is used only in the case of HTTP URLs as defined in the CreateURLDoc step and is in milliseconds. | |
URL[?,?,?] |
A URL document with output document and time out. See User Document Literals. For
example:
The first operand is the URL, the second is the output document to be sent to the referenced URL, and the third operand is the time out. The time out is used only in the case of HTTP URLs as defined in the CreateURLDoc step and is in milliseconds. | |
FILE[?] |
file document literal |
See File Document Literals. For
example:
|
TEXT[?] |
text document literal |
See Text Document Literals. For
example:
|
BIN[?] |
binary document literal |
See Binary Document Literal. For
example:
|
? + ? |
Concatenation operation |
Concatenates characters, strings, or documents. See Additive Operators, and Document Concatenation Operator +. For
example:
|
? || ? |
document escalation operation |
The document escalation operator enables you to add document options to an expression depending on the time of the week, the day of the week, and the time of day. See Escalation Operator ||. See also Time of Week Document, Day of Week Document, or Time of Day Document. For
example:
|
? @ ? |
document qualification operation |
The
document qualification operator @ qualifies how a document is to be run. This
operator expects a qualifying expression of the following type:
See also Time of Week, Day of Week, and Time of Day Documents. |
(String)? |
cast conversion |
Converts the specified document to a string. See Document Conversions. |