Packagecom.esri.drs
Classpublic class GetResultsQueryParameters
InheritanceGetResultsQueryParameters Inheritance Object

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

ReviewerResultsTask
ReviewerResultsTask.getResults()


Public Properties
 PropertyDefined By
  pageNumber : uint = 0
The page number, zero based index, of the results to return.
GetResultsQueryParameters
  pageSize : uint = 10
The number of items to list on a page.
GetResultsQueryParameters
  returnFields : Array = null
Array of field names.
GetResultsQueryParameters
  sortBy : String = null
Indicates a field name to sort by.
GetResultsQueryParameters
  sortDescending : Boolean = false
Controls sort order.
GetResultsQueryParameters
Property Detail
pageNumberproperty
public var pageNumber:uint = 0

The page number, zero based index, of the results to return.

pageSizeproperty 
public var pageSize:uint = 10

The number of items to list on a page. Specify a value between 1-1000.

returnFieldsproperty 
public var returnFields:Array = null

Array of field names. Use "*" to indicate ALL. Valid fields include:

sortByproperty 
public var sortBy:String = null

Indicates a field name to sort by. The field must be included in returnFields.

See also

sortDescendingproperty 
public var sortDescending:Boolean = false

Controls sort order.