Namespace actuate.data
Contains the data-related classes.
Member of: actuate.
Constructor Attributes | Constructor Name and Description |
---|---|
Contains the data-related classes.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
The Filter class is used to specify a filter condition.
|
<static> |
The Request class is used to specify the conditions used to retrieve data.
|
<static> |
The ResultSet class represents a result set.
|
<static> |
The Sorter class is used to specify a sort column and a direction.
|
Field Detail
<static>
{actuate.data.Filter} Filter
The Filter class is used to specify a filter condition.
The condition is expressed as "value1 operator value2".
For some operators, like "IN", the expression will be
"value1 IN value2" where value2 is an array of strings.
Numbers and date/time values must be given in a locale neutral format, for example "2.5" or "09/31/2008 01:02:03 AM"
Numbers and date/time values must be given in a locale neutral format, for example "2.5" or "09/31/2008 01:02:03 AM"
<static>
{actuate.data.Request} Request
The Request class is used to specify the conditions used to retrieve data.
<static>
{actuate.data.ResultSet} ResultSet
The ResultSet class represents a result set.
This class is not meant to be constructed directly.
It is returned by the downloadResultSet() method in actuate.DataService.
<static>
{actuate.data.Sorter} Sorter
The Sorter class is used to specify a sort column and a direction.