Classes


Namespace actuate.data

Contains the data-related classes.
Member of: actuate.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Contains the data-related classes.
Field Summary
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.
Namespace Detail
actuate.data
Contains the data-related classes.
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"

<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.
See:
actuate.DataService#downloadResultSet

<static> {actuate.data.Sorter} Sorter
The Sorter class is used to specify a sort column and a direction.

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 19 2010 15:56:27 GMT-0800 (PST)