public interface UserSearcherHelper
| Modifier and Type | Method and Description |
|---|---|
void |
addGroupSuggestionParams(ApplicationUser user,
Map<String,Object> params) |
void |
addUserGroupSuggestionParams(ApplicationUser user,
List<String> selectedUsers,
Map<String,Object> params) |
void |
addUserGroupSuggestionParams(ApplicationUser user,
List<String> selectedUsers,
UserSearchParams searchParams,
Map<String,Object> params)
add user and group suggestions based on search parameters.
|
void |
addUserSuggestionParams(ApplicationUser user,
List<String> selectedUsers,
Map<String,Object> params) |
boolean |
hasUserPickingPermission(ApplicationUser user)
Determine whether a user has permission to pick users.
|
void addUserSuggestionParams(ApplicationUser user, List<String> selectedUsers, Map<String,Object> params)
void addGroupSuggestionParams(ApplicationUser user, Map<String,Object> params)
void addUserGroupSuggestionParams(ApplicationUser user, List<String> selectedUsers, Map<String,Object> params)
void addUserGroupSuggestionParams(ApplicationUser user, List<String> selectedUsers, UserSearchParams searchParams, Map<String,Object> params)
params parameter in-place.user - the user requesting for the suggestionsselectedUsers - a list of recently selected users, which could be included into the suggested users with higher prioritysearchParams - additional search parameters for groups and roles based restrictions.params - the map to hold the parametersboolean hasUserPickingPermission(ApplicationUser user)
Copyright © 2002-2017 Atlassian. All Rights Reserved.