| Modifier and Type | Method and Description |
|---|---|
static <T> RestPage<T> |
RestPageUtil.extractRestPageFromJson(String json,
Class<T> clazz) |
static <T> RestPage<T> |
RestPageUtil.extractRestPageFromResponse(io.restassured.response.Response resp,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static <T,A> RestPage<T> |
RestPage.fromListPlusOne(List<A> results,
com.google.common.base.Function<A,? extends T> transformer,
RestPageRequest pageRequest) |
static <T> RestPage<T> |
RestPage.fromListPlusOne(List<T> results,
RestPageRequest pageRequest) |
| Modifier and Type | Method and Description |
|---|---|
RestPage<AuditLogChangesetRestDTO> |
AuditController.searchAuditLog(AuditLogQueryRestDTO auditLogQueryRestDTO,
RestPageRequest pageRequest) |
RestPage<?> |
AuditController.searchAuditLogFilterValues(AuditLogProjectionQueryParams auditLogProjectionQueryParams) |
| Modifier and Type | Method and Description |
|---|---|
RestPage<GroupData> |
GroupsMembershipController.getAdministeredGroups(GroupsFilter groupsFilter,
RestPageRequest pageRequest) |
RestPage<UserData> |
GroupsMembershipController.getGroupMembers(DirectoryEntityId groupId,
RestPageRequest pageRequest) |
| Modifier and Type | Field and Description |
|---|---|
static RestPage<ApplicationEntity> |
ApplicationAdminResourceExamples.APPLICATION_ENTITIES_EXAMPLE |
static RestPage<DirectoryData> |
DirectoryAdminResourceExamples.DIRECTORIES_RESPONSE_EXAMPLE |
static RestPage<DirectoryMappingEntity> |
ApplicationAdminResourceExamples.DIRECTORY_MAPPINGS_EXAMPLE |
static RestPage<GroupAdministrationMappingRestDTO> |
GroupLevelAdminResourceExamples.LIST_GROUP_ADMINS_EXAMPLE |
static RestPage<UserData> |
UserAdminExamples.USERS_PAGE |
| Modifier and Type | Method and Description |
|---|---|
RestPage<GroupAdministrationMappingRestDTO> |
GroupLevelAdminResource.getAdminCandidates(DirectoryEntityId groupId,
String search,
int limit)
Returns users and groups that can become admins of the given group.
|
RestPage<DirectoryMappingEntity> |
ApplicationAdminResource.getApplicationDirectoryMappings(long applicationId,
RestPageRequest pageRequest)
The directory mappings of the specified application
|
RestPage<ApplicationEntity> |
ApplicationAdminResource.getApplications(RestPageRequest pageRequest)
Returns a paged list of all applications
|
RestPage<GroupAdministrationMappingRestDTO> |
GroupLevelAdminResource.getGroupAdministrators(DirectoryEntityId groupId,
RestPageRequest pageRequest)
Lists the group-level admins for the specified group
|
RestPage<DirectoryData> |
DirectoryAdminResource.getManagedDirectories(RestPageRequest restPageRequest)
Lists the directories managed by the logged in user
|
RestPage<GroupSearchResultEntity> |
GroupAdminResource.searchDirectoryGroups(long dirId,
String term,
RestPageRequest pageRequest)
Searches the given directory for groups matching the search term.
|
| Modifier and Type | Field and Description |
|---|---|
static RestPage<DirectoryData> |
DirectoryResourceExamples.DIRECTORIES_RESPONSE_EXAMPLE |
| Modifier and Type | Field and Description |
|---|---|
static RestPage<GroupAdministrationMappingRestDTO> |
GroupsMembershipExamples.ADMIN_SUGGESTIONS |
static RestPage<UserData> |
GroupsMembershipExamples.USERS_SUGGESTIONS |
Copyright © 2019 Atlassian. All rights reserved.