Package com.atlassian.greenhopper.rest
Class AssigneeUserPickerResource
java.lang.Object
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.rest.AssigneeUserPickerResource
@Path("assignees/picker")
@Produces({"application/json","application/xml"})
public class AssigneeUserPickerResource
extends AbstractResource
This is a copy of UserPickerResource, adapted to cater for assignee search, which needs to filter out non-assignable users.
REST end point for searching assignees in the user picker.
- Since:
- v4.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
authenticationContext, log
-
Constructor Summary
ConstructorsConstructorDescriptionAssigneeUserPickerResource
(com.atlassian.jira.security.JiraAuthenticationContext authContext, com.atlassian.jira.util.I18nHelper.BeanFactory i18nBeanFactory, com.atlassian.jira.config.properties.ApplicationProperties applicationProperties, AssigneeUserPickerSearchService assigneeUserPickerHelper, com.atlassian.jira.bc.project.ProjectService projectService, com.atlassian.jira.avatar.AvatarService avatarService, com.atlassian.jira.bc.issue.IssueService issueService) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
Methods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, checkResult, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, responseWithoutAccessCheck
-
Constructor Details
-
AssigneeUserPickerResource
@Inject public AssigneeUserPickerResource(com.atlassian.jira.security.JiraAuthenticationContext authContext, com.atlassian.jira.util.I18nHelper.BeanFactory i18nBeanFactory, com.atlassian.jira.config.properties.ApplicationProperties applicationProperties, AssigneeUserPickerSearchService assigneeUserPickerHelper, com.atlassian.jira.bc.project.ProjectService projectService, com.atlassian.jira.avatar.AvatarService avatarService, com.atlassian.jira.bc.issue.IssueService issueService)
-
-
Method Details
-
getUsersResponse
-
getUsers
-