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

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

Uses of PortalAccess in com.esri.core.portal
 

Methods in com.esri.core.portal that return PortalAccess
 PortalAccess PortalInfo.getAccess()
          Returns the access level of the Portal or Organization.
 PortalAccess PortalItem.getAccess()
          Returns the access level of this item.
 PortalAccess PortalUser.getAccess()
          Returns the access level of this user.
 PortalAccess PortalGroup.getAccess()
          Returns the access level of this group.
static PortalAccess PortalAccess.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PortalAccess[] PortalAccess.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.