dojo.require("esri.tasks.datareviewer.GetResultsQueryParameters");
Description
(Added at v3.14)
Encapsulates data used for retrieving results from the reviewer workspace. Instances of this class define the size and content of featuresets returned by the getResults function in ReviewerResultsTask. Results returned from the getResults function are paged. You can control page size and which page to fetch using properties in this class.
See also
Samples
Search for
samples that use this class.
Properties
Methods
| toJSON() | Object | Returns a JSON representation of an instance of GetResultsQueryParameters. |
Property Details
The page number, zero based index, of the results to return.
Default value: 0
The number of items to list on a page. Specify a value between 1-1000.
Default value: 5
Array of field names. Use "*" to indicate ALL. Valid fields include:
recordIdobjectIdsubtypecategorysessionIdchecktitleresourceNamecheckNamenotesseverityreviewStatusreviewTechniciancorrectionTechnicianverificationTechnicianreviewDateUtccorrectionDateUtcverificationDateUtclifecycleStatus
Optional.
Indicates a field name by which to sort. The field must be included in returnFields. Optional.
Controls sort order. Optional.
Known values: true | false
Default value: false
Method Details
Returns a JSON representation of an instance of GetResultsQueryParameters.