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

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

Uses of PortalGroup in com.esri.core.portal
 

Methods in com.esri.core.portal that return PortalGroup
static PortalGroup PortalGroup.fromJson(org.codehaus.jackson.JsonParser parser, Portal portal)
           
 

Methods in com.esri.core.portal that return types with arguments of type PortalGroup
 List<PortalGroup> PortalUser.getGroups()
          Returns all the groups that the user belongs to.
 

Method parameters in com.esri.core.portal with type arguments of type PortalGroup
 void Portal.findGroups(PortalQueryParams queryParams, PortalListener<PortalQueryResultSet<PortalGroup>> portalListener)
          Finds groups with a query.
 



Copyright © 2012. All Rights Reserved.