| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRestPageRequest |
| Modifier and Type | Method and Description |
|---|---|
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<GroupSearchResultEntity> |
GroupAdminController.searchGroups(long directoryId,
String term,
RestPageRequest pageRequest) |
| Modifier and Type | Method and Description |
|---|---|
RestPage<DirectoryMappingEntity> |
ApplicationAdminResource.getApplicationDirectoryMappings(long appId,
RestPageRequest pageRequest) |
RestPage<ApplicationEntity> |
ApplicationAdminResource.getApplications(RestPageRequest pageRequest) |
RestPage<GroupSearchResultEntity> |
GroupAdminResource.getDirectoryGroups(long dirId,
String term,
RestPageRequest pageRequest)
Searches the given directory for groups matching the search term.
|
| 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.
|
Copyright © 2018 Atlassian. All rights reserved.