public class PortalUser
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Class and Description |
---|---|
static class |
PortalUser.Access |
static class |
PortalUser.Role |
Modifier and Type | Method and Description |
---|---|
PortalUser.Access |
getAccess()
The access level for the user: private, org or public.
|
com.google.gwt.core.client.JsDate |
getCreated()
The date the user was created.
|
java.lang.String |
getCulture()
The default culture for the user.
|
java.lang.String |
getDescription()
Description of the user.
|
java.lang.String |
getEmail()
The user's email address.
|
Deferred |
getFolders(PortalFoldersCallback callback)
Find folders for the portal user.
|
java.lang.String |
getFullname()
The user's full name.
|
Deferred |
getGroupInvitations(PortalGroupInvitationsCallback callback)
Provides access to the group invitations for the portal user.
|
Deferred |
getGroups(PortalGroupsCallback callback)
Find all the groups that the portal user has permissions to access.
|
Deferred |
getItems(java.lang.String folderId,
PortalItemsCallback callback)
Retrieve all the items in the specified folder.
|
com.google.gwt.core.client.JsDate |
getModified()
The date the user was modified.
|
java.lang.String |
getOrgId()
The id of the organization the user belongs to.
|
Portal |
getPortal()
The portal.
|
java.lang.String |
getPreferredView()
The user's preferred view for content, either Web or GIS.
|
java.lang.String |
getRegion()
The user's preferred region, used to set the featured maps on the portal home page, content in the
gallery and the default extent for new maps in the Viewer.
|
PortalUser.Role |
getRole()
The user's role in the organization.
|
com.google.gwt.core.client.JsArrayString |
getTags()
User-defined tags that describe the user.
|
java.lang.String |
getThumbnailUrl()
The url to the thumbnail image for the user.
|
java.lang.String |
getUsername()
The username for the user.
|
public final PortalUser.Access getAccess()
public final com.google.gwt.core.client.JsDate getCreated()
public final java.lang.String getCulture()
public final java.lang.String getDescription()
public final java.lang.String getEmail()
public final java.lang.String getFullname()
public final com.google.gwt.core.client.JsDate getModified()
public final java.lang.String getOrgId()
public final Portal getPortal()
public final java.lang.String getPreferredView()
public final java.lang.String getRegion()
public final PortalUser.Role getRole()
public final com.google.gwt.core.client.JsArrayString getTags()
public final java.lang.String getThumbnailUrl()
public final java.lang.String getUsername()
public final Deferred getFolders(PortalFoldersCallback callback)
callback
- - Function to be called when server responds.public final Deferred getGroupInvitations(PortalGroupInvitationsCallback callback)
callback
- - Function to be called when server responds.public final Deferred getGroups(PortalGroupsCallback callback)
callback
- - Function to be called when server responds.public final Deferred getItems(java.lang.String folderId, PortalItemsCallback callback)
folderId
- - The id of the folder that contains the items to retrieve.callback
- - Function to be called when server responds.