| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRestPageRequest |
| 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 |
|---|---|
com.sun.jersey.spi.inject.Injectable<RestPageRequest> |
RestPageRequestProvider.getInjectable(com.sun.jersey.core.spi.component.ComponentContext componentContext,
javax.ws.rs.core.Context context) |
| Modifier and Type | Method and Description |
|---|---|
RestPageRequest |
AuditLogProjectionQueryParams.getPageRequest() |
| Modifier and Type | Method and Description |
|---|---|
RestPage<AuditLogChangesetRestDTO> |
AuditController.searchAuditLog(AuditLogQueryRestDTO auditLogQueryRestDTO,
RestPageRequest pageRequest) |
| Constructor and Description |
|---|
AuditLogProjectionQueryParams(AuditLogQueryRestDTO query,
String search,
AuditLogChangesetProjection projection,
RestPageRequest pageRequest) |
| Modifier and Type | Method and Description |
|---|---|
RestPage<DirectoryMappingEntity> |
ApplicationAdminController.getApplicationDirectoryMappings(long appId,
com.atlassian.plugins.rest.common.expand.parameter.ExpandParameter expandParameter,
RestPageRequest pageRequest) |
RestPage<ApplicationEntity> |
ApplicationAdminController.getApplications(RestPageRequest pageRequest) |
RestPage<DirectoryData> |
DirectoryAdminController.getDirectories(RestPageRequest pageRequest) |
RestPage<GroupAdministrationMappingRestDTO> |
GroupLevelAdminController.getGroupAdministrators(DirectoryEntityId groupId,
RestPageRequest pageRequest) |
RestPage<GroupSearchResultEntity> |
GroupAdminController.searchGroups(long directoryId,
String term,
RestPageRequest pageRequest) |
RestPage<UserData> |
UsersSearchController.searchUsers(RestPageRequest restPageRequest,
UserSearchParams searchParams) |
| 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 | Method and Description |
|---|---|
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.
|
javax.ws.rs.core.Response |
UserAdminResource.searchUsers(RestPageRequest pageRequest,
UserSearchParams params)
Returns users that can be assigned by to any group administered by the current user.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AuditResource.getFilterValues(AuditLogQueryRestDTO searchRestriction,
RestPageRequest pageRequest,
String search,
AuditLogChangesetProjection projection)
Returns a list of unique items of the chosen type that exist in changesets matching the specified search restriction.
|
javax.ws.rs.core.Response |
AuditResource.searchAuditLog(AuditLogQueryRestDTO searchRestriction,
RestPageRequest pageRequest)
Searches audit log for entries matching given restrictions.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
GroupsMembershipResource.groupMembers(DirectoryEntityId groupId,
RestPageRequest pageRequest)
Returns group's direct members (users).
|
javax.ws.rs.core.Response |
GroupsMembershipResource.searchAdministeredGroups(RestPageRequest pageRequest,
GroupsFilter groupsFilter)
Returns groups that are administered by logged in user
|
Copyright © 2019 Atlassian. All rights reserved.