public class GroupAdminResource extends Object
Constructor and Description |
---|
GroupAdminResource(GroupAdminController controller) |
Modifier and Type | Method and Description |
---|---|
RestPage<GroupSearchResultEntity> |
searchDirectoryGroups(long dirId,
String term,
RestPageRequest pageRequest)
Searches the given directory for groups matching the search term.
|
public GroupAdminResource(GroupAdminController controller)
@ExperimentalApi public RestPage<GroupSearchResultEntity> searchDirectoryGroups(long dirId, String term, @Context RestPageRequest pageRequest) throws DirectoryNotFoundException, OperationFailedException
dirId
- the id of the directory to searchterm
- the search termDirectoryNotFoundException
OperationFailedException
Copyright © 2020 Atlassian. All rights reserved.