PortalUser class final
A registered user of the portal or organization.
A portal may have users who are unaffiliated with an organization or users who are part of an organization. Users sign in to the portal and create and share content which is organized into items (PortalItem). Users can create and join groups (PortalGroup) and share items with groups. This makes the items visible and accessible to other members of the group. Users could be in different roles including administrators, publishers and information workers. Administrators can add users to their organizations and have access to all content within the organization. All users can create web maps based on combining services that they have access to and can register services running on external servers. Publishers within an organization can in addition to user privileges create hosted services based on data files that they upload.
- Mixed in types
Constructors
- PortalUser(Portal portal, String username)
Properties
- access ↔ PortalAccess
-
Determines if other users can search for this user's name to find
content and groups owned by this user and to invite this user to join
their groups.
latefinal
- email ↔ String
-
The email of the user.
latefinal
- fullName ↔ String
-
The full name of the user.
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- loadError → ArcGISException?
-
The load error.
no setterinherited
- loadStatus → LoadStatus
-
The load status.
no setterinherited
-
onLoadStatusChanged
→ Stream<
LoadStatus> -
A stream that reports changes to the
LoadStatus
.no setterinherited - portal → Portal
-
The portal to which the user belongs.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbnail ↔ LoadableImage?
-
The thumbnail image of the user.
latefinal
- userDescription ↔ String
-
The description of the user.
latefinal
- username ↔ String
-
The username of the user.
latefinal
Methods
-
cancelLoad(
) → void -
Cancels loading metadata for the object.
inherited
-
load(
) → Future< void> -
Loads the metadata for the object asynchronously.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retryLoad(
) → Future< void> -
Loads or retries loading metadata for the object asynchronously.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited