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. 
 

Uses of Portal in com.esri.core.portal
 

Methods in com.esri.core.portal that return Portal
 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.
 Portal PortalGroup.getPortal()
          Returns the portal that contains this group.
 

Methods in com.esri.core.portal with parameters of type Portal
static void PortalItem.fetchItem(Portal portal, String itemId, PortalListener<PortalItem> portalListener)
          Returns a portal item using a portal and item id.
static PortalInfo PortalInfo.fromJson(org.codehaus.jackson.JsonParser parser, Portal portal)
           
static PortalItem PortalItem.fromJson(org.codehaus.jackson.JsonParser parser, Portal portal)
           
static PortalUser PortalUser.fromJson(org.codehaus.jackson.JsonParser parser, Portal portal)
           
static PortalGroup PortalGroup.fromJson(org.codehaus.jackson.JsonParser parser, Portal portal)
           
static void PortalUser.newInstance(Portal portal, String username, PortalListener<PortalUser> portalListener)
          Initializes a portal user with a portal and a username.
static void WebMap.newInstance(String itemId, Portal portal, CallbackListener<WebMap> callbackListener)
          Creates a WebMap using an Item's id obtained from a Portal.
 void PortalItem.setPortal(Portal portal)
          Sets the portal that contains this item.
 

Method parameters in com.esri.core.portal with type arguments of type Portal
static void Portal.newInstance(String portalUrl, PortalListener<Portal> portalListener)
          Creates a portal without an authenticated user.
static void Portal.newInstance(String portalUrl, UserCredentials credentials, PortalListener<Portal> portalListener)
          Creates a portal with a user.
 



Copyright © 2012. All Rights Reserved.