Uses of Class
com.atlassian.crowd.model.user.MinimalUser
Packages that use MinimalUser
-
Uses of MinimalUser in com.atlassian.crowd.dao.user
Methods in com.atlassian.crowd.dao.user that return types with arguments of type MinimalUserModifier and TypeMethodDescriptionInternalUserDao.findMinimalUsersByNames(long directoryId, Collection<String> usernames) Bulk find of users using SQL disjunction. -
Uses of MinimalUser in com.atlassian.crowd.model.membership
Constructors in com.atlassian.crowd.model.membership with parameters of type MinimalUserModifierConstructorDescriptionInternalMembership(InternalGroup parentGroup, MinimalUser user, Date createdDate)