Uses of Interface
com.esri.core.portal.PortalListener

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

Uses of PortalListener in com.esri.core.portal
 

Methods in com.esri.core.portal with parameters of type PortalListener
 void PortalItem.fetchComments(PortalListener<List<PortalItemComment>> portalListener)
          Kicks off an operation that fetches comments for the item.
 void PortalUser.fetchContent(PortalListener<PortalUserContent> portalListener)
          Fetches the user's content.
 void PortalUser.fetchContentInFolder(String folderId, PortalListener<PortalUserContent> portalListener)
          Fetches the user's content that is in a specific folder.
static void PortalItem.fetchItem(Portal portal, String itemId, PortalListener<PortalItem> portalListener)
          Returns a portal item using a portal and item id.
 void PortalInfo.fetchOrganizationThumbnail(PortalListener<byte[]> portalListener)
          Fetches the organization thumbnail from the portal.
 void PortalInfo.fetchPortalThumbnail(PortalListener<byte[]> portalListener)
          Fetches the portal thumbnail from the portal.
 void PortalItem.fetchThumbnail(PortalListener<byte[]> portalListener)
          Kicks off an operation that fetches the thumbnail.
 void PortalUser.fetchThumbnail(PortalListener<byte[]> portalListener)
          Fetches the user's thumbnail.
 void PortalGroup.fetchThumbnail(PortalListener<byte[]> portalListener)
          Fetches the thumbnail for this group.
 void PortalGroup.fetchUsers(PortalListener<Void> portalListener)
          Fetches the membership details for the group.
 void Portal.findGroups(PortalQueryParams queryParams, PortalListener<PortalQueryResultSet<PortalGroup>> portalListener)
          Finds groups with a query.
 void Portal.findItems(PortalQueryParams queryParams, PortalListener<PortalQueryResultSet<PortalItem>> portalListener)
          Finds items with a query.
static void PortalUser.newInstance(Portal portal, String username, PortalListener<PortalUser> portalListener)
          Initializes a portal user with a portal and a username.
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.