public interface GroupSearchStrategy
A strategy is resolved using a SearchStrategyFactory and can be optimised for specific configurations of
directory.
SearchStrategyFactory| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
searchGroups(EntityQuery<T> query)
Returns a
List<Group> or List<String> groupnames matching the search criteria defined in the query. |
<T> List<T> searchGroups(EntityQuery<T> query)
List<Group> or List<String> groupnames matching the search criteria defined in the query.
The groups will be returned in a stable order including across pagination boundaries (excluding modification).
query - the search query.List<Group> group objects or List<String> groupnames, depending on the query.Copyright © 2020 Atlassian. All rights reserved.