Input / Output Type | Description |
Boolean | True or false. |
Boolean list | A one-dimensional boolean array. |
Byte | Signed integer. The value must be greater than or equal to -128 but less than or equal to 127. |
Byte list | A one-dimensional byte array. |
Char | A single unicode character. |
Char list | A one-dimensional character array. |
Date | Date and time. |
Date list | A one-dimensional date array. |
Double | Double-precision floating point number. |
Double list | A one-dimensional double array. |
Float | Standard-precision floating point number. |
Float list | A one-dimensional float array. |
Integer | Signed integer. The value must be greater than or equal to -2147483647 but less than or equal to 2147483647. |
Integer list | A one-dimensional integer array. |
Long | Signed integer. The value must be greater than or equal to -9223372036854775808 but less than or equal to 9223372036854775807. |
Long list | A one-dimensional long array. |
Short | Signed integer. The value must be greater than or equal to -32768 but less than or equal to 32767. |
Short list | A one-dimensional short array. |
Object | A data type that does not fall into any of the data types described in this table, and is not declared to be one of the basic Java classes supported natively by Integration Server. |
Object list | A one-dimensional object array. |
Document Reference | Select an Integration Server document type in the Choose Document window. The document you select becomes the input or output type. Tip: When an Integration Server connection is required but not available, Designer prompts you to connect. If no Integration Server is configured, Designer prompts you to configure one so you can connect to it. |
String | A string of characters. |
String list | A one-dimensional string array. |
Unknown | An input or output of unknown type. |
Unknown list | A one-dimensional unknown array. |