| Package | Description |
|---|---|
| org.exoplatform.task.model | |
| org.exoplatform.task.service | |
| org.exoplatform.task.service.impl |
| 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) |
| 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) |
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.