Uses of Class
com.esri.core.portal.PortalQueryParams

Packages that use PortalQueryParams
com.esri.core.portal Provides mechanisms for connecting to a Portal or Organization and contains classes for constructing a WebMap. 
 

Uses of PortalQueryParams in com.esri.core.portal
 

Methods in com.esri.core.portal that return PortalQueryParams
 PortalQueryParams PortalQueryResultSet.getNextQueryParams()
          Returns the next query parameters, if any.
 PortalQueryParams PortalQueryResultSet.getQueryParams()
          Returns the original query parameters used to generate these results.
 PortalQueryParams PortalQueryParams.setLimit(int limit)
          Sets the maximum number of results to be included in the result set response.
 PortalQueryParams PortalQueryParams.setQuery(PortalItemType type, String groupId, String searchQuery)
          Sets a query on the portalQueryParams that will (optionally) find items of a given type that are in a specific group with a specific search string.
 PortalQueryParams PortalQueryParams.setQuery(String query)
          Sets the query string to search against.
 PortalQueryParams PortalQueryParams.setQueryForGroups(String username, String title)
          Sets a query on the portalQueryParams that will find groups with a specified owner and title.
 PortalQueryParams PortalQueryParams.setQueryForItemsInGroup(String groupId)
          Sets a query on the portalQueryParams that will find items in a specified group.
 PortalQueryParams PortalQueryParams.setQueryForItemWithId(String itemId)
          Sets a query on the portalQueryParams that will find an item with a specified itemId.
 PortalQueryParams PortalQueryParams.setSortField(String sortField)
          Set the field to sort the results by.
 PortalQueryParams PortalQueryParams.setSortOrder(PortalQueryParams.PortalQuerySortOrder sortOrder)
          Sets whether the order of results are returned in ascending or descending order.
 PortalQueryParams PortalQueryParams.setStartIndex(int startIndex)
          Set the number of the first entry in the result set response.
 PortalQueryParams PortalQueryParams.withNextStart(int nextStart)
          Returns a new copy of the PortalQueryParams with the startIndex field being set to the nextStart parameter.
 

Methods in com.esri.core.portal with parameters of type PortalQueryParams
 PortalQueryResultSet<PortalGroup> Portal.findGroups(PortalQueryParams queryParams)
          Finds groups with a query.
 void Portal.findGroups(PortalQueryParams queryParams, PortalListener<PortalQueryResultSet<PortalGroup>> portalListener)
          Deprecated. please use Portal.findGroups(PortalQueryParams) instead.
 PortalQueryResultSet<PortalItem> Portal.findItems(PortalQueryParams queryParams)
          Finds items with a query.
 void Portal.findItems(PortalQueryParams queryParams, PortalListener<PortalQueryResultSet<PortalItem>> portalListener)
          Deprecated. please use Portal.findItems(PortalQueryParams) instead.
 

Constructors in com.esri.core.portal with parameters of type PortalQueryParams
PortalQueryResultSet(PortalQueryParams queryParams, PortalQueryParams nextQueryParams, int totalResults, List<T> results)
          The Constructor.
 



Copyright © 2012. All Rights Reserved.