Dataslot type
|
Java type
|
Remarks
|
INT64
|
com.progress.lang.Int64
|
|
INTEGER
|
com.progress.lang.Integer
|
|
CHARACTER
|
com.progress.lang.Character
|
If the CHARACTER dataslot length is longer than the maximum length specified in the process template, then the excess length is truncated.
|
DECIMAL
|
com.progress.lang.Decimal
|
|
HANDLE
|
com.progress.open4gl.Handle
|
|
LOGICAL
|
com.progress.lang.Logical
|
|
DATETIME-TZ
|
java.lang.GregorianCalendar
|
In milliseconds.
|
LIST
|
java.util.Vector
|
|
MAP
|
java.util.Hashmap
|
|
OBJECT/ BUSINESS OBJECT
|
---
|
Not supported
|
MEMPTR
|
com.progress.open4gl.Memptr
|
|
TABLE
|
com.progress.open4gl.ProDatagraph
|
|
DATASET
|
com.progress.open4gl.ProDatagraph
|