Uses of Class
org.exoplatform.task.model.User
Packages that use User
Package
Description
-
Uses of User in org.exoplatform.task.model
Methods in org.exoplatform.task.model that return UserConstructors in org.exoplatform.task.model with parameters of type User -
Uses of User in org.exoplatform.task.rest.model
Constructors in org.exoplatform.task.rest.model with parameters of type UserModifierConstructorDescriptionCommentEntity(CommentDto cmt, User author, String formattedComment) -
Uses of User in org.exoplatform.task.service
Methods in org.exoplatform.task.service that return UserMethods in org.exoplatform.task.service that return types with arguments of type UserModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<User> UserService.findUserByName(String keyword, boolean excludeExternal) For now, this method is used only for search user in assignee, permission or mention. -
Uses of User in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl that return UserMethods in org.exoplatform.task.service.impl that return types with arguments of type UserModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<User> UserServiceImpl.findUserByName(String keyword, boolean excludeExternal) -
Uses of User in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return User