com.atlassian.jira.rest.v1.users
Class UserPickerResource

java.lang.Object
  extended by 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

Nested Class Summary
static class UserPickerResource.UserPickerResultsWrapper
           
static class UserPickerResource.UserPickerUser
           
 
Constructor Summary
UserPickerResource(JiraAuthenticationContext authContext, I18nHelper.BeanFactory i18nBeanFactory, UserPickerSearchService service, ApplicationProperties applicationProperties, AvatarService avatarService)
           
 
Method Summary
 javax.ws.rs.core.Response getUsersResponse(String fieldName, String query, boolean showAvatar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPickerResource

public UserPickerResource(JiraAuthenticationContext authContext,
                          I18nHelper.BeanFactory i18nBeanFactory,
                          UserPickerSearchService service,
                          ApplicationProperties applicationProperties,
                          AvatarService avatarService)
Method Detail

getUsersResponse

public javax.ws.rs.core.Response getUsersResponse(String fieldName,
                                                  String query,
                                                  boolean showAvatar)


Copyright © 2002-2012 Atlassian. All Rights Reserved.