|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
org.jbpm.userprofile |
Uses of User in org.jbpm.userprofile |
---|
Methods in org.jbpm.userprofile that return User | |
---|---|
User |
UserProfileManager.getUser()
Return current user. |
User |
UserProfileManager.getUser(String userId)
Return the user according to the userId. |
Methods in org.jbpm.userprofile that return types with arguments of type User | |
---|---|
List<User> |
UserProfileRepository.getUsers()
|
List<User> |
UserProfileManager.getUsers()
Return all registered users |
Methods in org.jbpm.userprofile with parameters of type User | |
---|---|
void |
UserProfileManager.updateUser(User user)
Update user info |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |