@PublicApi
public interface GroupPickerSearchService
Group
objects based on a partial query stringModifier and Type | Method and Description |
---|---|
List<com.atlassian.crowd.embedded.api.Group> |
findGroups(String query)
Get groups based on a query string.
|
com.atlassian.crowd.embedded.api.Group |
getGroupByName(String groupName)
Returns a group by name.
|
List<com.atlassian.crowd.embedded.api.Group> findGroups(String query)
Results are sorted according to the GroupComparator
.
query
- String to search for.Group
objects that match criteria.com.atlassian.crowd.embedded.api.Group getGroupByName(String groupName)
groupName
- The group nameCopyright © 2002-2019 Atlassian. All Rights Reserved.