com.atlassian.jira.bc.group.search
Interface GroupPickerSearchService
public interface GroupPickerSearchService
Service that retrieves a collection of Group objects based on a partial query string
- Since:
- v4.4
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-2011 Atlassian. All Rights Reserved.