com.atlassian.jira.rest.v1.users
Class UserPickerResource
java.lang.Object
com.atlassian.jira.rest.v1.users.UserPickerResource
public class UserPickerResource
- extends Object
REST end point for searching users in the user picker.
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserPickerResource
public UserPickerResource(JiraAuthenticationContext authContext,
I18nHelper.BeanFactory i18nBeanFactory,
UserPickerSearchService service,
ApplicationProperties applicationProperties,
AvatarService avatarService)
getUsersResponse
public javax.ws.rs.core.Response getUsersResponse(String fieldName,
String query,
boolean showAvatar)
getUsers
public UserPickerResource.UserPickerResultsWrapper getUsers(String fieldName,
String query,
boolean showAvatar)
Copyright © 2002-2011 Atlassian. All Rights Reserved.