com.atlassian.jira.bc.group.search
Interface GroupPickerSearchService
- All Known Implementing Classes:
- GroupPickerSearchServiceImpl
public interface GroupPickerSearchService
Service that retrieves a collection of Group objects based on a partial query string
- Since:
- v4.4
|
Method Summary |
List<com.atlassian.crowd.embedded.api.Group> |
findGroups(String query)
Get groups based on a query string. |
findGroups
List<com.atlassian.crowd.embedded.api.Group> findGroups(String query)
- Get groups based on a query string. Will be unique and sorted.
Results are sorted according to the
GroupComparator.
- Parameters:
query - String to search for.
- Returns:
- List of
Group objects that match criteria.
Copyright © 2002-2012 Atlassian. All Rights Reserved.