mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [WIP] [ADF-4947] Array type supported in data table columns * * removed resolver for aria label * * process services feature added * * fixed docs
1.4 KiB
1.4 KiB
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Bpm User service | v2.0.0 | Active | 2018-11-19 |
Bpm User service
Gets information about the current Process Services user.
Class members
Methods
- getCurrentUserInfo():
Observable
<
BpmUserModel
>
Gets information about the current user.- Returns
Observable
<
BpmUserModel
>
- User information object
- Returns
- getCurrentUserProfileImage():
string
Gets the current user's profile image as a URL.- Returns
string
- URL string
- Returns
Details
The class returned by getCurrentUserInfo
is detailed
in the Bpm User model docs.
See the getProfile and getProfilePictureUrl methods in the Alfresco JS API for more information about the REST calls used by this service.