Uses of Interface
com.atlassian.confluence.api.model.pagination.PageRequest
Packages that use PageRequest
Package
Description
Confluence internal classes related to user management.
This package contains the code which communicates with Confluence via REST API.
- 
Uses of PageRequest in com.atlassian.confluence.api.impl.service.contentMethods in com.atlassian.confluence.api.impl.service.content with parameters of type PageRequestModifier and TypeMethodDescriptionSpaceServiceImpl.SpaceContentImpl.fetchMany(ContentType type, PageRequest pageRequest) SpaceServiceImpl.SpaceFinderImpl.fetchMany(PageRequest request) SpaceServiceImpl.SpaceContentImpl.fetchMappedByType(PageRequest pageRequest) SpaceLabelServiceImpl.findAllContentLabelsPaginated(String spaceKey, PageRequest pageRequest) SpaceServiceImpl.findAllContentLabelsPaginated(String spaceKey, PageRequest pageRequest) SpaceLabelServiceImpl.findPopularContentLabelsPaginated(String spaceKey, PageRequest pageRequest) SpaceServiceImpl.findPopularContentLabelsPaginated(String spaceKey, PageRequest pageRequest) SpaceLabelServiceImpl.findRecentContentLabelsPaginated(String spaceKey, PageRequest pageRequest) SpaceServiceImpl.findRecentContentLabelsPaginated(String spaceKey, PageRequest pageRequest) SpaceLabelServiceImpl.findRelatedContentLabelsPaginated(String spaceKey, String labelName, PageRequest pageRequest) SpaceServiceImpl.findRelatedContentLabelsPaginated(String spaceKey, String labelName, PageRequest pageRequest) ContentLabelServiceImpl.getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest) LabelServiceImpl.getLabelsByDetail(PageRequest pageRequest, String labelName, String namespace, String spaceKey, String owner) LabelServiceImpl.getMostPopularLabels(PageRequest pageRequest) LabelServiceImpl.getRecentlyUsedLabels(PageRequest pageRequest) LabelServiceImpl.getRelatedLabels(String labelName, PageRequest pageRequest) 
- 
Uses of PageRequest in com.atlassian.confluence.api.impl.service.content.finderMethods in com.atlassian.confluence.api.impl.service.content.finder with parameters of type PageRequestModifier and TypeMethodDescriptionContentFinderImpl.fetchMany(ContentType type, PageRequest request) ContentFinderImpl.fetchManyWithAnyType(PageRequest request) ContentFinderImpl.fetchManyWithoutCaching(ContentType type, PageRequest request) ContentFinderImpl.fetchMappedByContentType(PageRequest request) 
- 
Uses of PageRequest in com.atlassian.confluence.api.impl.service.longtasksMethods in com.atlassian.confluence.api.impl.service.longtasks with parameters of type PageRequestModifier and TypeMethodDescriptionLongTaskServiceImpl.getAll(PageRequest request, Expansion... expansions) 
- 
Uses of PageRequest in com.atlassian.confluence.api.impl.service.networkMethods in com.atlassian.confluence.api.impl.service.network with parameters of type PageRequestModifier and TypeMethodDescriptionNetworkServiceImpl.getFollowers(com.atlassian.sal.api.user.UserKey userKey, PageRequest request) NetworkServiceImpl.getFollowing(com.atlassian.sal.api.user.UserKey userKey, PageRequest request) 
- 
Uses of PageRequest in com.atlassian.confluence.api.impl.service.peopleMethods in com.atlassian.confluence.api.impl.service.people with parameters of type PageRequestModifier and TypeMethodDescriptionPersonServiceImpl.fetchActiveUsers(PageRequest request) ReadOnlyPersonService.fetchActiveUsers(PageRequest request) GroupServiceImpl.GroupFinderImpl.fetchMany(PageRequest pageRequest) PersonServiceImpl.PersonFinderImpl.fetchMany(PageRequest request) PersonServiceImpl.PersonSearcherImpl.fetchMany(PageRequest request) 
- 
Uses of PageRequest in com.atlassian.confluence.api.impl.service.permissionsMethods in com.atlassian.confluence.api.impl.service.permissions with parameters of type PageRequestModifier and TypeMethodDescriptionContentRestrictionServiceImpl.getRestrictions(ContentId target, PageRequest pageRequest, Expansion... allExpansions) ContentRestrictionServiceImpl.getRestrictionsForOperation(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... allExpansions) 
- 
Uses of PageRequest in com.atlassian.confluence.api.impl.service.systemMethods in com.atlassian.confluence.api.impl.service.system with parameters of type PageRequestModifier and TypeMethodDescriptionClusterServiceImpl.getClusterNodeStatuses(PageRequest pageRequest) 
- 
Uses of PageRequest in com.atlassian.confluence.api.impl.service.watchMethods in com.atlassian.confluence.api.impl.service.watch with parameters of type PageRequestModifier and TypeMethodDescriptionWatchServiceImpl.findUsersWatchingContentPaginated(ContentId contentId, PageRequest pageRequest) WatchServiceImpl.findUsersWatchingSpacePaginated(String spaceKey, PageRequest pageRequest) 
- 
Uses of PageRequest in com.atlassian.confluence.api.model.paginationClasses in com.atlassian.confluence.api.model.pagination that implement PageRequestModifier and TypeClassDescriptionclassA simple immutable implementation of PageRequestFields in com.atlassian.confluence.api.model.pagination declared as PageRequestMethods in com.atlassian.confluence.api.model.pagination that return PageRequestModifier and TypeMethodDescriptionNavigablePageResponseImpl.getPageRequest()PageResponse.getPageRequest()PageResponseImpl.getPageRequest()SpaceFilterAwarePageResponseImpl.getPageRequest()Methods in com.atlassian.confluence.api.model.pagination with parameters of type PageRequestModifier and TypeMethodDescriptionNavigablePageResponseImpl.Builder.build(List<E> results, PageRequest pageRequest, boolean hasMore) static LimitedRequestLimitedRequestImpl.create(PageRequest request, int maxLimit) static <T> PageResponseImpl<T> PageResponseImpl.empty(boolean hasMore, PageRequest request) NavigablePageResponseImpl.Builder.pageRequest(PageRequest request) PageResponseImpl.Builder.pageRequest(PageRequest request) SpaceFilterAwarePageResponseImpl.Builder.pageRequest(PageRequest request) Constructors in com.atlassian.confluence.api.model.pagination with parameters of type PageRequest
- 
Uses of PageRequest in com.atlassian.confluence.api.model.searchFields in com.atlassian.confluence.api.model.search declared as PageRequestMethods in com.atlassian.confluence.api.model.search that return PageRequestMethods in com.atlassian.confluence.api.model.search with parameters of type PageRequestModifier and TypeMethodDescriptionSearchPageResponse.Builder.pageRequest(PageRequest pageRequest) Constructors in com.atlassian.confluence.api.model.search with parameters of type PageRequestModifierConstructorDescriptionSearchPageResponse(List<T> results, boolean hasMore, String cqlQuery, PageRequest pageRequest, int totalSize, int searchDuration, Optional<Integer> archivedResultCount) 
- 
Uses of PageRequest in com.atlassian.confluence.api.service.contentMethods in com.atlassian.confluence.api.service.content with parameters of type PageRequestModifier and TypeMethodDescriptionChildContentService.ChildContentFinder.fetchMany(ContentType type, PageRequest request) Retrieve all content of the particular type contained in this parent.ContentService.ContentFetcher.fetchMany(ContentType type, PageRequest request) SpaceService.SpaceContentFinder.fetchMany(ContentType type, PageRequest request) Retrieve all content contained in this space of the particular typeContentService.ContentFetcher.fetchManyWithAnyType(PageRequest request) ContentService.ContentFetcher.fetchManyWithoutCaching(ContentType type, PageRequest request) ContentService.ContentFetcher.fetchMappedByContentType(PageRequest request) ChildContentService.ChildContentFinder.fetchMappedByType(PageRequest request) Retrieve all content contained in this parent mapped by ContentType.SpaceService.SpaceContentFinder.fetchMappedByType(PageRequest request) Retrieve all content contained in this space mapped by ContentTypeSpaceLabelService.findAllContentLabelsPaginated(String spaceKey, PageRequest pageRequest) Returns a paginated list of all Labels used by Content within the given Space.SpaceService.findAllContentLabelsPaginated(String spaceKey, PageRequest pageRequest) Deprecated.since 9.1.0, for removal in 10.0.0.SpaceLabelService.findPopularContentLabelsPaginated(String spaceKey, PageRequest pageRequest) Returns a paginated list of the most popular Labels used by Content within the given Space.SpaceService.findPopularContentLabelsPaginated(String spaceKey, PageRequest pageRequest) Deprecated.since 9.1.0, for removal in 10.0.0.SpaceLabelService.findRecentContentLabelsPaginated(String spaceKey, PageRequest pageRequest) Returns a paginated list of the most recent Labels used by Content within the given Space.SpaceService.findRecentContentLabelsPaginated(String spaceKey, PageRequest pageRequest) Deprecated.since 9.1.0, for removal in 10.0.0.SpaceLabelService.findRelatedContentLabelsPaginated(String spaceKey, String labelName, PageRequest pageRequest) Returns a paginated list of related Labels used by Content within the given Space.SpaceService.findRelatedContentLabelsPaginated(String spaceKey, String labelName, PageRequest pageRequest) Deprecated.since 9.1.0, for removal in 10.0.0.ContentLabelService.getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest) Get the labels attached to a given piece of content in the given namespacesLabelService.getLabelsByDetail(PageRequest pageRequest, String labelName, String namespace, String spaceKey, String owner) Gets all labels with given namespace, label name, space and/or ownerLabelService.getMostPopularLabels(PageRequest pageRequest) Returns a paginated list of the most popular Labels used in a Confluence instance.LabelService.getRecentlyUsedLabels(PageRequest pageRequest) Returns a paginated list of the most recent Labels used in a Confluence instance.LabelService.getRelatedLabels(String labelName, PageRequest pageRequest) Returns the labels related to the given label name, with a specified maximum number of results.
- 
Uses of PageRequest in com.atlassian.confluence.api.service.content.templateMethods in com.atlassian.confluence.api.service.content.template with parameters of type PageRequestModifier and TypeMethodDescriptionContentTemplateService.getTemplates(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions) Returns templates of the current space, or returns global templates if no space specified.
- 
Uses of PageRequest in com.atlassian.confluence.api.service.finderMethods in com.atlassian.confluence.api.service.finder with parameters of type PageRequest
- 
Uses of PageRequest in com.atlassian.confluence.api.service.longtasksMethods in com.atlassian.confluence.api.service.longtasks with parameters of type PageRequestModifier and TypeMethodDescriptionLongTaskService.getAll(PageRequest request, Expansion... expansions) Returns the status of all tracked long-running tasks visible to the user.
- 
Uses of PageRequest in com.atlassian.confluence.api.service.networkMethods in com.atlassian.confluence.api.service.network with parameters of type PageRequestModifier and TypeMethodDescriptionNetworkService.getFollowers(com.atlassian.sal.api.user.UserKey userKey, PageRequest request) Gets the users who are following the given user.NetworkService.getFollowing(com.atlassian.sal.api.user.UserKey userKey, PageRequest request) Gets the users that the given user is following.
- 
Uses of PageRequest in com.atlassian.confluence.api.service.peopleMethods in com.atlassian.confluence.api.service.people with parameters of type PageRequestModifier and TypeMethodDescriptionPersonService.fetchActiveUsers(PageRequest limitedRequest) Fetch a page of active users (users which count towards the license limit).
- 
Uses of PageRequest in com.atlassian.confluence.api.service.permissionsMethods in com.atlassian.confluence.api.service.permissions with parameters of type PageRequestModifier and TypeMethodDescriptionContentRestrictionService.getRestrictions(ContentId target, PageRequest pageRequest, Expansion... expansions) Retrieves all the restrictions for all the operations on a given Content.ContentRestrictionService.getRestrictionsForOperation(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... expansions) Retrieves all restrictions for given operation key on given content.
- 
Uses of PageRequest in com.atlassian.confluence.api.service.relationsMethods in com.atlassian.confluence.api.service.relations with parameters of type PageRequestModifier and TypeMethodDescriptionRelationService.RelatableFinder.fetchMany(PageRequest pageRequest, Expansion... expansions) 
- 
Uses of PageRequest in com.atlassian.confluence.api.service.searchMethods in com.atlassian.confluence.api.service.search with parameters of type PageRequestModifier and TypeMethodDescriptionCQLSearchService.search(String cqlInput, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions) Execute a CQL search query and fetch a page of results.CQLSearchService.searchContent(String cqlInput, PageRequest pageRequest, Expansion... expansions) Execute a CQL search query and fetch a page results.CQLSearchService.searchContent(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions) Execute a CQL search query and fetch a page results.
- 
Uses of PageRequest in com.atlassian.confluence.api.service.systemMethods in com.atlassian.confluence.api.service.system with parameters of type PageRequestModifier and TypeMethodDescriptionClusterService.getClusterNodeStatuses(PageRequest pageRequest) Retrieve information about each node in a cluster.
- 
Uses of PageRequest in com.atlassian.confluence.api.service.watchMethods in com.atlassian.confluence.api.service.watch with parameters of type PageRequestModifier and TypeMethodDescriptionWatchService.findUsersWatchingContentPaginated(ContentId contentId, PageRequest pageRequest) Returns a paginated list of Users watching the given Content identified by contentId.WatchService.findUsersWatchingSpacePaginated(String spaceKey, PageRequest pageRequest) Returns a paginated list of Users watching the given Space identified by spaceKey.
- 
Uses of PageRequest in com.atlassian.confluence.impl.paginationMethods in com.atlassian.confluence.impl.pagination with parameters of type PageRequest
- 
Uses of PageRequest in com.atlassian.confluence.impl.service.finderMethods in com.atlassian.confluence.impl.service.finder with parameters of type PageRequest
- 
Uses of PageRequest in com.atlassian.confluence.impl.service.finder.contentMethods in com.atlassian.confluence.impl.service.finder.content with parameters of type PageRequestModifier and TypeMethodDescriptionNoopContentFinder.fetchMany(ContentType type, PageRequest request) NoopContentFinder.fetchManyWithAnyType(PageRequest request) NoopContentFinder.fetchManyWithoutCaching(ContentType type, PageRequest request) NoopContentFinder.fetchMappedByContentType(PageRequest request) 
- 
Uses of PageRequest in com.atlassian.confluence.internal.api.impl.service.incrementalsyncMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type PageRequestModifier and TypeMethodDescriptionIncrementalSyncDataFetcher.getEvents(PageRequest pageRequest) Perform paginated request to retrieve incremental sync events.IncrementalSyncDataFetcherImpl.getEvents(PageRequest pageRequest) Perform paginated request to retrieve incremental sync events.AbstractIncrementalSyncService.processEvents(PageRequest pageRequest) 
- 
Uses of PageRequest in com.atlassian.confluence.internal.api.incrementalsync.modelMethods in com.atlassian.confluence.internal.api.incrementalsync.model that return PageRequestMethods in com.atlassian.confluence.internal.api.incrementalsync.model with parameters of type PageRequestModifier and TypeMethodDescriptionIncrementalSyncPageResponse.Builder.setPageRequest(PageRequest pageRequest) 
- 
Uses of PageRequest in com.atlassian.confluence.internal.api.securityMethods in com.atlassian.confluence.internal.api.security with parameters of type PageRequestModifier and TypeMethodDescriptionSpaceFilteringService.getSpaces(PageRequest request) Get list of all spaces to be used during the allowlist set up.
- 
Uses of PageRequest in com.atlassian.confluence.internal.api.security.implMethods in com.atlassian.confluence.internal.api.security.impl with parameters of type PageRequest
- 
Uses of PageRequest in com.atlassian.confluence.internal.api.service.incrementalsyncMethods in com.atlassian.confluence.internal.api.service.incrementalsync with parameters of type PageRequestModifier and TypeMethodDescriptionIncrementalSyncService.processEvents(PageRequest pageRequest) Processing events
- 
Uses of PageRequest in com.atlassian.confluence.internal.userMethods in com.atlassian.confluence.internal.user with parameters of type PageRequestModifier and TypeMethodDescriptionio.atlassian.fugue.Pair<List<String>, PageResponse<ConfluenceUser>> UserSearchServiceInternal.doMemberOfGroupsSearch(PageRequest pageRequest, GroupSearchRequest searchRequest) io.atlassian.fugue.Pair<List<String>, PageResponse<ConfluenceUser>> UserSearchServiceInternalImpl.doMemberOfGroupsSearch(PageRequest pageRequest, GroupSearchRequest searchRequest) UserSearchServiceInternal.doUserSearch(PageRequest pageRequest, UserSearchRequest searchRequest) UserSearchServiceInternalImpl.doUserSearch(PageRequest pageRequest, UserSearchRequest searchRequest) 
- 
Uses of PageRequest in com.atlassian.confluence.plugins.contentpropertyMethods in com.atlassian.confluence.plugins.contentproperty with parameters of type PageRequest
- 
Uses of PageRequest in com.atlassian.confluence.plugins.contentproperty.spacepropertyMethods in com.atlassian.confluence.plugins.contentproperty.spaceproperty with parameters of type PageRequest
- 
Uses of PageRequest in com.atlassian.confluence.rest.clientMethods in com.atlassian.confluence.rest.client with parameters of type PageRequestModifier and TypeMethodDescriptionprotected jakarta.ws.rs.client.WebTargetAbstractRemoteService.addPageRequest(jakarta.ws.rs.client.WebTarget webTarget, PageRequest pageRequest) protected jakarta.ws.rs.client.WebTargetRemoteContentServiceImpl.RemoteContentFinderImpl.addPageRequest(jakarta.ws.rs.client.WebTarget resource, PageRequest pageRequest) protected jakarta.ws.rs.client.WebTargetAbstractRemoteService.addPageRequestParams(jakarta.ws.rs.client.WebTarget webTarget, @Nullable PageRequest request) Adds start and limit query params to honour the pageRequest valuesRemotePersonService.fetchActiveUsers(PageRequest pageRequest) Fetch active users.RemotePersonServiceImpl.fetchActiveUsers(PageRequest pageRequest) RemoteAttachmentService.RemoteAttachmentFinder.fetchManyCompletionStage(PageRequest request) RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.fetchManyCompletionStage(PageRequest request) RemoteChildContentService.RemoteChildContentFinder.fetchManyCompletionStage(ContentType type, PageRequest request) Retrieve a paged list of content of the given type contained in this parentRemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchManyCompletionStage(ContentType type, PageRequest request) RemoteContentPropertyService.RemoteContentPropertyFetcher.fetchManyCompletionStage(PageRequest request) RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.fetchManyCompletionStage(PageRequest request) RemoteContentService.RemoteContentFetcher.fetchManyCompletionStage(ContentType type, PageRequest request) RemoteContentServiceImpl.RemoteContentFinderImpl.fetchManyCompletionStage(ContentType type, PageRequest request) RemoteContentTemplateService.RemoteTemplateFetcher.fetchManyCompletionStage(PageRequest request) RemoteManyFetcher.fetchManyCompletionStage(PageRequest request) RemotePersonService.RemotePersonManyFetcher.fetchManyCompletionStage(PageRequest pageRequest) Deprecated.RemotePersonServiceImpl.RemotePersonFinderImpl.fetchManyCompletionStage(PageRequest pageRequest) RemoteSpacePropertyService.RemoteManyFetcher.fetchManyCompletionStage(PageRequest request) RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl.fetchManyCompletionStage(PageRequest request) RemoteSpaceService.RemoteSpaceContentFinder.fetchManyCompletionStage(ContentType type, PageRequest request) Retrieve a paged list of content of the given type contained in this spaceRemoteSpaceService.RemoteSpaceFinder.fetchManyCompletionStage(PageRequest request) RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchManyCompletionStage(ContentType type, PageRequest request) RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchManyCompletionStage(PageRequest request) AbstractRemoteContentService.AbstractRemoteContentFinder.fetchMappedByContentTypeCompletionStage(PageRequest request) RemoteContentService.RemoteContentFetcher.fetchMappedByContentTypeCompletionStage(PageRequest request) RemoteChildContentService.RemoteChildContentFinder.fetchMappedByTypeCompletionStage(PageRequest request) Retrieve the content contained in this parent.RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByTypeCompletionStage(PageRequest request) RemoteSpaceService.RemoteSpaceContentFinder.fetchMappedByTypeCompletionStage(PageRequest request) Retrieve the all content contained in this space.RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchMappedByTypeCompletionStage(PageRequest request) RemoteSpaceService.findAllContentLabelsPaginated(String spaceKey, PageRequest pageRequest) Returns a paginated list of all Labels used by Content within the given Space.RemoteSpaceServiceImpl.findAllContentLabelsPaginated(String spaceKey, PageRequest pageRequest) RemoteSpaceService.findPopularContentLabelsPaginated(String spaceKey, PageRequest pageRequest) Returns a paginated list of the popular Labels used by Content within the given Space.RemoteSpaceServiceImpl.findPopularContentLabelsPaginated(String spaceKey, PageRequest pageRequest) RemoteSpaceService.findRecentContentLabelsPaginated(String spaceKey, PageRequest pageRequest) Returns a paginated list of the recent Labels used by Content within the given Space.RemoteSpaceServiceImpl.findRecentContentLabelsPaginated(String spaceKey, PageRequest pageRequest) RemoteSpaceService.findRelatedContentLabelsPaginated(String spaceKey, String labelName, PageRequest pageRequest) Returns a paginated list of related Labels used by Content within the given Space.RemoteSpaceServiceImpl.findRelatedContentLabelsPaginated(String spaceKey, String labelName, PageRequest pageRequest) RemoteWatchService.findUsersWatchingContentPaginated(ContentId contentId, PageRequest pageRequest) Returns a paginated list of Users watching the given Content identified by contentId.RemoteWatchService.findUsersWatchingSpacePaginated(String spaceKey, PageRequest pageRequest) Returns a paginated list of Users watching the given Space identified by spaceKey.AbstractRemoteContentService.getChildrenCompletionStage(Content parent, PageRequest pageRequest, Expansion... expansions) RemoteContentService.getChildrenCompletionStage(Content parent, PageRequest pageRequest, Expansion... expansion) Retrieve the children of an item of Content.RemoteContentLabelService.getLabelsByDetail(PageRequest pageRequest, String labelName, String namespace, String spaceKey, String owner) Get the labels based on the given parametersRemoteContentLabelServiceImpl.getLabelsByDetail(PageRequest pageRequest, String labelName, String namespace, String spaceKey, String owner) abstract CompletionStage<PageResponse<Label>> AbstractRemoteContentLabelService.getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) RemoteContentLabelService.getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) Get the labels attached to a given piece of content in the given namespacesRemoteContentLabelServiceImpl.getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) RemoteLabelService.getRecentlyUsedLabelsCompletionStage(PageRequest pageRequest) Returns a paginated list of the most recent Labels used in a Confluence instance.RemoteLabelServiceImpl.getRecentlyUsedLabelsCompletionStage(PageRequest pageRequest) RemoteContentRestrictionService.getRestrictionsCompletionStage(ContentId target, PageRequest pageRequest, Expansion... expansions) Retrieves all the restrictions for all the operations on a given Content.RemoteContentRestrictionServiceImpl.getRestrictionsCompletionStage(ContentId target, PageRequest pageRequest, Expansion... expansions) RemoteContentRestrictionService.getRestrictionsForOperationCompletionStage(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... expansions) Retrieves all restrictions for given operation key on given content.RemoteContentRestrictionServiceImpl.getRestrictionsForOperationCompletionStage(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... expansions) RemoteContentTemplateService.getTemplatesCompletionStage(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions) RemoteCQLSearchService.searchCompletionStage(String cql, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions) RemoteCQLSearchServiceImpl.searchCompletionStage(String cql, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions) RemoteCQLSearchService.searchContentCompletionStage(String cql, PageRequest request, Expansion... expansions) RemoteCQLSearchService.searchContentCompletionStage(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions) RemoteCQLSearchServiceImpl.searchContentCompletionStage(String cql, PageRequest request, Expansion... expansions) RemoteCQLSearchServiceImpl.searchContentCompletionStage(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions) 
- 
Uses of PageRequest in com.atlassian.confluence.rest.client.graphqlMethods in com.atlassian.confluence.rest.client.graphql with parameters of type PageRequestModifier and TypeMethodDescriptionGraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchManyCompletionStage(ContentType type, PageRequest request) GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl.fetchManyCompletionStage(ContentType type, PageRequest request) GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByTypeCompletionStage(PageRequest request) GraphQLRemoteContentLabelServiceImpl.getLabelsByDetail(PageRequest pageRequest, String labelName, String namespace, String spaceKey, String owner) GraphQLRemoteContentLabelServiceImpl.getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) 
- 
Uses of PageRequest in com.atlassian.confluence.rest.client.implMethods in com.atlassian.confluence.rest.client.impl with parameters of type PageRequestModifier and TypeMethodDescriptionRemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl.fetchManyCompletionStage(PageRequest request) RemoteContentVersionServiceImpl.RemoteVersionFinderImpl.fetchManyCompletionStage(PageRequest pageRequest) RemoteWatchServiceImpl.findUsersWatchingContentPaginated(ContentId contentId, PageRequest pageRequest) RemoteWatchServiceImpl.findUsersWatchingSpacePaginated(String spaceKey, PageRequest pageRequest) RemoteContentTemplateServiceImpl.getTemplatesCompletionStage(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions) 
- 
Uses of PageRequest in com.atlassian.confluence.rest.client.remoteservice.peopleMethods in com.atlassian.confluence.rest.client.remoteservice.people with parameters of type PageRequestModifier and TypeMethodDescriptionRemoteGroupService.RemoteGroupFinder.fetchManyCompletionStage(PageRequest request) RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchManyCompletionStage(PageRequest request) 
- 
Uses of PageRequest in com.atlassian.confluence.rest.serialization.jackson2.graphqlMethods in com.atlassian.confluence.rest.serialization.jackson2.graphql that return PageRequest
- 
Uses of PageRequest in com.atlassian.confluence.rest.v2.api.modelClasses in com.atlassian.confluence.rest.v2.api.model that implement PageRequestMethods in com.atlassian.confluence.rest.v2.api.model that return PageRequestMethods in com.atlassian.confluence.rest.v2.api.model with parameters of type PageRequestModifier and TypeMethodDescriptionstatic <T> RestList<T> RestList.createRestList(PageRequest pageRequest, PageResponse<T> pageResponse) Deprecated.since 5.6.5.static <T> RestList<T> RestList.createRestList(PageRequest request, List<T> results, boolean hasMore) Deprecated.since 5.6.5.static <T> RestList.Builder<T> RestList.newRestList(PageRequest pageRequest) RestList.Builder.pageRequest(PageRequest pageRequest) Constructors in com.atlassian.confluence.rest.v2.api.model with parameters of type PageRequest
- 
Uses of PageRequest in com.atlassian.confluence.rest.v2.api.servicesMethods in com.atlassian.confluence.rest.v2.api.services that return PageRequestModifier and TypeMethodDescriptiondefault PageRequestRestNavigation.RestBuilder.createPageRequest(int start, int limit) default PageRequestRestNavigation.RestBuilder.createPageRequest(Cursor cursor, int limit) default PageRequestRestNavigation.RestBuilder.createPageRequest(PageRequest original) Methods in com.atlassian.confluence.rest.v2.api.services with parameters of type PageRequestModifier and TypeMethodDescriptiondefault PageRequestRestNavigation.RestBuilder.createPageRequest(PageRequest original) 
- 
Uses of PageRequest in com.atlassian.confluence.user.actionsMethods in com.atlassian.confluence.user.actions that return PageRequestModifier and TypeMethodDescriptionAbstractSearchCrowdUsersAction.getPageRequest()BrowseUnsyncedUsersAction.getPageRequest()