Modifier and Type | Method and Description |
---|---|
static <T> VersionedRestPage<T> |
VersionedRestPage.fromList(List<T> results,
int totalCount,
boolean isUpToDate,
RestPageRequest pageRequest) |
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<LicensedDirectoryInfoEntity> |
ApplicationLicensingController.listDirectories(Long applicationId,
String productType,
Long version,
RestPageRequest restPageRequest) |
VersionedRestPage<LicensedUserEntity> |
ApplicationLicensingController.searchUsers(Long applicationId,
LicensedUserSearchParameters searchParameters,
RestPageRequest restPageRequest) |
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<ApplicationSessionsSearchResultEntity> |
SessionsAdminResource.getApplicationSessions(String searchKeyword,
RestPageRequest pageRequest)
Lists the sessions of applications for specified parameters
|
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<UserSessionsSearchResultEntity> |
SessionsAdminResource.getUserSessions(String searchKeyword,
Long directoryId,
RestPageRequest pageRequest)
Lists the sessions of users for specified parameters
|
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 |
ApplicationLicensingResource.listDirectories(Long applicationId,
Long version,
String jiraType,
RestPageRequest restPageRequest)
Returns list of directories linked to the users who are consuming licenses in the given application,
matching provided version of data and subtype of the application, if it's Jira
|
javax.ws.rs.core.Response |
ApplicationLicensingResource.searchLicensedUsers(Long applicationId,
LicensedUserSearchParameters searchParameters,
RestPageRequest restPageRequest)
Searches license consuming users along with the total count of users for given application, matching provided 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 © 2020 Atlassian. All rights reserved.