AGSPortalQueryResultSet Class Reference


Description

Instances of this class respresent results of a query peformed on the portal.

See also:
AGSPortalQueryParams
Since:
2.2

List of all members.

Properties

AGSPortalQueryParamsnextQueryParams
AGSPortalQueryParamsqueryParams
NSArray * results
int totalResults

Property Documentation

- (AGSPortalQueryParams*) nextQueryParams [read, retain]

The query params for the next set of results based on the next start index. This is automatically generated if there are any more results left to be retrieved. nil if there are no more results for the next page.

Since:
2.2
- (AGSPortalQueryParams*) queryParams [read, retain]

The query params that was used to make the search.

Since:
2.2
- (NSArray*) results [read, retain]

The present results of the query. It could be and array of AGSPortalGroup or AGSPortalItem depending on the query that was performed

Since:
2.2
- (int) totalResults [read, assign]

The total number of results irrespective of the paging.

Since:
2.2