| Package | Description |
|---|---|
| org.exoplatform.task.legacy.service | |
| org.exoplatform.task.legacy.service.impl | |
| org.exoplatform.task.model | |
| org.exoplatform.task.rest.model | |
| org.exoplatform.task.util |
| Modifier and Type | Method and Description |
|---|---|
User |
UserService.loadUser(String username) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<User> |
UserService.findUserByName(String keyword)
For now, this method is used only for search user in assignee, permission or mention.
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserServiceImpl.loadUser(String username) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<User> |
UserServiceImpl.findUserByName(String keyword) |
| Modifier and Type | Method and Description |
|---|---|
User |
TaskModel.getAssignee() |
User |
CommentModel.getAuthor() |
User |
TaskModel.getCurrentUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskModel.setAssignee(User assignee) |
void |
TaskModel.setCurrentUser(User currentUser) |
| Constructor and Description |
|---|
CommentModel(Comment cmt,
User author,
String formattedComment) |
| Constructor and Description |
|---|
CommentEntity(CommentDto cmt,
User author,
String formattedComment) |
| Modifier and Type | Method and Description |
|---|---|
static User |
UserUtil.getUser(String userName) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.