Modifier and Type | Method and Description |
---|---|
RestPage<GroupSearchResultEntity> |
RestAdminClient.searchGroups(long directoryId,
String searchTerm) |
Modifier and Type | Field and Description |
---|---|
static List<GroupSearchResultEntity> |
GroupAdminResourceAcceptanceTest.GROUP_ENTITIES |
Modifier and Type | Method and Description |
---|---|
RestPage<GroupSearchResultEntity> |
GroupAdminController.searchGroups(long directoryId,
String term,
Boolean active,
RestPageRequest pageRequest) |
Modifier and Type | Field and Description |
---|---|
static List<GroupSearchResultEntity> |
GroupAdminResourceExamples.SEARCH_GROUPS_EXAMPLE |
Modifier and Type | Method and Description |
---|---|
RestPage<GroupSearchResultEntity> |
GroupAdminResource.searchDirectoryGroups(long dirId,
String term,
Boolean active,
RestPageRequest pageRequest)
Searches the given directory for groups matching the search term.
|
Copyright © 2021 Atlassian. All rights reserved.