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

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

Uses of Portal in com.esri.core.portal
 

Methods in com.esri.core.portal that return Portal
 Portal PortalGroup.getPortal()
          Returns the portal object that contains this group.
 Portal PortalInfo.getPortal()
          Returns the Portal from which this PortalInfo was generated.
 Portal PortalItem.getPortal()
          Returns the portal that contains this item.
 Portal PortalUser.getPortal()
          Returns the portal that contains this user.
 

Methods in com.esri.core.portal with parameters of type Portal
static PortalItem PortalItem.fetchItem(Portal portal, String itemId)
          Returns a portal item using a portal and item id.
static void PortalItem.fetchItem(Portal portal, String itemId, PortalListener<PortalItem> portalListener)
          Deprecated. please use PortalItem.fetchItem(Portal, String) instead.
static PortalGroup PortalGroup.fromJson(org.codehaus.jackson.JsonParser parser, Portal portal)
          Creates a PortalGroup from the Json parser.
static PortalInfo PortalInfo.fromJson(org.codehaus.jackson.JsonParser parser, Portal portal)
          Creates a PortalInfo from the Json Parser.
static PortalItem PortalItem.fromJson(org.codehaus.jackson.JsonParser parser, Portal portal)
          Creates a PortalItem from json string.
static PortalUser PortalUser.fromJson(org.codehaus.jackson.JsonParser parser, Portal portal)
          From json.
static PortalUser PortalUser.newInstance(Portal portal, String username)
          Initializes a portal user with a portal and a username.
static void PortalUser.newInstance(Portal portal, String username, PortalListener<PortalUser> portalListener)
          Deprecated. please use PortalUser.newInstance(Portal, String) instead.
static WebMap WebMap.newInstance(String itemId, Portal portal)
          Creates a WebMap using an Item's id obtained from a Portal.
static void WebMap.newInstance(String itemId, Portal portal, CallbackListener<WebMap> callbackListener)
          Creates a WebMap using an Item's id obtained from a Portal.
 

Uses of Portal in com.esri.map
 

Constructors in com.esri.map with parameters of type Portal
WebMap(String itemId, Portal portal)
          Instantiate a new web map using the given item ID and Portal.
WebMap(String itemId, Portal portal, OnWebMapLoadListener listener)
          Instantiate a new web map using the given item ID and Portal.
 



Copyright © 2012. All Rights Reserved.