Esri Geoportal Server
1.0

com.esri.gpt.framework.request
Class QueryCriteria

java.lang.Object
  extended by com.esri.gpt.framework.request.Criteria
      extended by com.esri.gpt.framework.request.QueryCriteria
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HeQueryCriteria, HjQueryCriteria, HrQueryCriteria, MmdQueryCriteria, SearchCriteria

public class QueryCriteria
extends Criteria

Represents the criteria associated with a query.

See Also:
Serialized Form

Constructor Summary
QueryCriteria()
          Default constructor.
 
Method Summary
 SortOption getSortOption()
          Gets the sort option.
 void reset()
          Resets the criteria.
 void setSortOption(SortOption option)
          Sets the sort option.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryCriteria

public QueryCriteria()
Default constructor.

Method Detail

getSortOption

public SortOption getSortOption()
Gets the sort option.

Returns:
the sort option

setSortOption

public void setSortOption(SortOption option)
Sets the sort option.

Parameters:
option - the sort option

reset

public void reset()
Resets the criteria.

Specified by:
reset in class Criteria

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.