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

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

Uses of PortalItem in com.esri.core.portal
 

Methods in com.esri.core.portal that return PortalItem
static PortalItem PortalItem.fromJson(org.codehaus.jackson.JsonParser parser, Portal portal)
           
 PortalItem WebMap.getInfo()
          Returns the PortalItem that describes this WebMap.
 

Methods in com.esri.core.portal that return types with arguments of type PortalItem
 List<PortalItem> PortalUserContent.getItems()
          Returns the items in the user's root folder.
 

Methods in com.esri.core.portal with parameters of type PortalItem
static void WebMap.newInstance(PortalItem portalItem, CallbackListener<WebMap> callbackListener)
          Creates a WebMap from a PortalItem.
 

Method parameters in com.esri.core.portal with type arguments of type PortalItem
static void PortalItem.fetchItem(Portal portal, String itemId, PortalListener<PortalItem> portalListener)
          Returns a portal item using a portal and item id.
 void Portal.findItems(PortalQueryParams queryParams, PortalListener<PortalQueryResultSet<PortalItem>> portalListener)
          Finds items with a query.
 

Constructor parameters in com.esri.core.portal with type arguments of type PortalItem
PortalUserContent(List<PortalItem> items, List<PortalFolder> folders)
          Given the user's items and folder, creates a new PortalUserContent object.
 



Copyright © 2012. All Rights Reserved.