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

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

Uses of PortalItemType in com.esri.core.portal
 

Methods in com.esri.core.portal that return PortalItemType
 PortalItemType PortalItem.getType()
          Returns the type of this item.
static PortalItemType PortalItemType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PortalItemType[] PortalItemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.esri.core.portal with parameters of type PortalItemType
 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.

Any of the parameters may be null, and the query will only be set for the non-null parameters.
 void PortalItem.setType(PortalItemType type)
          Sets the type of this item.
 



Copyright © 2012. All Rights Reserved.