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

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

Uses of PortalUserContent in com.esri.core.portal
 

Methods in com.esri.core.portal that return PortalUserContent
 PortalUserContent PortalUser.fetchContent()
          Fetches the user's content.
 PortalUserContent PortalUser.fetchContentInFolder(String folderId)
          Fetches the user's content that is in a specific folder.
 

Method parameters in com.esri.core.portal with type arguments of type PortalUserContent
 void PortalUser.fetchContent(PortalListener<PortalUserContent> portalListener)
          Deprecated. please use PortalUser.fetchContent() instead.
 void PortalUser.fetchContentInFolder(String folderId, PortalListener<PortalUserContent> portalListener)
          Deprecated. please use PortalUser.fetchContentInFolder(String) instead.
 



Copyright © 2012. All Rights Reserved.