public class GroupPickerResource extends Object
Constructor and Description |
---|
GroupPickerResource(GroupPickerResourceHelper groupPickerHelper) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
findGroups(String query,
List<String> excludeGroups,
Integer maxResults,
String userName)
Returns groups with substrings matching a given query.
|
public GroupPickerResource(GroupPickerResourceHelper groupPickerHelper)
public javax.ws.rs.core.Response findGroups(String query, List<String> excludeGroups, Integer maxResults, String userName)
The number of groups returned is limited by the system property "jira.ajax.autocomplete.limit"
The groups will be unique and sorted.
query
- a String to match groups againsCopyright © 2002-2019 Atlassian. All Rights Reserved.