Uses of Interface
com.atlassian.confluence.api.model.pagination.PageResponse
Packages that use PageResponse
Package
Description
Model objects for user and group permission and validation checks, for use with
 
OperationService.Subpackages of this package are exposed to the plugin whose key starting with com.atlassian or in the internal-bundles section of public-api,yaml
Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration
 of bootstrapContext.xml.
Confluence internal classes related to user management.
This package contains the code which communicates with Confluence via REST API.
- 
Uses of PageResponse in com.atlassian.confluence.api.impl.paginationMethods in com.atlassian.confluence.api.impl.pagination that return PageResponseModifier and TypeMethodDescription<H,M> PageResponse <M> PaginationServiceImpl.performPaginationListRequest(LimitedRequest initialRequest, PaginationBatch<H> fetchPage, Function<Iterable<H>, Iterable<M>> modelConverter) <H,M> PageResponse <M> PaginationServiceImpl.performPaginationListRequestWithCursor(LimitedRequest initialRequest, Function<LimitedRequest, PageResponse<H>> fetchBatch, Function<Iterable<H>, Iterable<M>> modelConverter, BiFunction<H, Boolean, Cursor> cursorCalculator) <H,M> PageResponse <M> PaginationServiceImpl.performPaginationRequest(LimitedRequest initialRequest, PaginationBatch<H> fetchPage, Function<? super H, M> modelConverter) Method parameters in com.atlassian.confluence.api.impl.pagination with type arguments of type PageResponseModifier and TypeMethodDescription<H,M> PageResponse <M> PaginationServiceImpl.performPaginationListRequestWithCursor(LimitedRequest initialRequest, Function<LimitedRequest, PageResponse<H>> fetchBatch, Function<Iterable<H>, Iterable<M>> modelConverter, BiFunction<H, Boolean, Cursor> cursorCalculator) 
- 
Uses of PageResponse in com.atlassian.confluence.api.impl.service.contentMethods in com.atlassian.confluence.api.impl.service.content that return PageResponseModifier and TypeMethodDescriptionAttachmentServiceImpl.addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads) AttachmentServiceImpl.addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) AttachmentServiceImpl.addAttachments(ContentId containerId, Collection<AttachmentUpload> uploads) SpaceServiceImpl.SpaceContentImpl.fetchMany(ContentType type, PageRequest pageRequest) SpaceServiceImpl.SpaceFinderImpl.fetchMany(PageRequest request) 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) @NonNull PageResponse<Content> CustomContentServiceImpl.getChildrenOfTypeAndFilter(@NonNull ContentId parentId, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<Content> predicate) 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, int maxCount) LabelServiceImpl.getRelatedLabels(String labelName, PageRequest pageRequest) ContentTrashServiceImpl.getTrashContents(Space space, LimitedRequest request, Expansion... expansions) Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type PageResponseModifier and TypeMethodDescriptionSpaceServiceImpl.SpaceContentImpl.fetchMappedByType(PageRequest pageRequest) 
- 
Uses of PageResponse in com.atlassian.confluence.api.impl.service.content.factoryMethods in com.atlassian.confluence.api.impl.service.content.factory that return PageResponseModifier and TypeMethodDescriptionChildSupport.getChildrenList(ContentConvertible parent, ContentType childType, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Collection<String> location) Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type PageResponseModifier and TypeMethodDescriptionChildContentFactory.buildFrom(ContentSelector parentSelector, Depth depth, Fauxpansions fauxpansions) ChildSupport.getChildrenMap(ContentSelector parentSelector, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth) ChildSupport.getChildrenMap(ContentSelector parentSelector, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location) ChildSupport.getChildrenMap(ContentConvertible parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location) Called from theContentFactorywhen expanding "children" on a Content item being built.
- 
Uses of PageResponse in com.atlassian.confluence.api.impl.service.content.finderMethods in com.atlassian.confluence.api.impl.service.content.finder that return PageResponseModifier and TypeMethodDescriptionAttachmentFetcher.fetch(LimitedRequest request) BlogPostFetcher.fetch(LimitedRequest request) CommentFetcher.fetch(LimitedRequest request) ContentFetcher.fetch(LimitedRequest request) PageFetcher.fetch(LimitedRequest request) ContentFinderImpl.fetchMany(ContentType type, PageRequest request) ContentFinderImpl.fetchManyWithAnyType(PageRequest request) ContentFinderImpl.fetchManyWithoutCaching(ContentType type, PageRequest request) Methods in com.atlassian.confluence.api.impl.service.content.finder that return types with arguments of type PageResponseModifier and TypeMethodDescriptionContentFinderImpl.fetchMappedByContentType(PageRequest request) 
- 
Uses of PageResponse in com.atlassian.confluence.api.impl.service.content.typebindingMethods in com.atlassian.confluence.api.impl.service.content.typebinding that return PageResponseModifier and TypeMethodDescriptionAttachmentContentTypeApiSupport.getAttachments(ContentId containerId, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Attachment> predicate, Expansions contentExpansions) protected PageResponse<Content> AttachmentContentTypeApiSupport.getChildrenForThisType(Attachment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content> BlogPostContentTypeApiSupport.getChildrenForThisType(BlogPost content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content> CommentContentTypeApiSupport.getChildrenForThisType(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content> PageContentTypeApiSupport.getChildrenForThisType(Page content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) AttachmentContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content> BlogPostContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content> CommentContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content> PageContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content> CommentContentTypeApiSupport.getFilteredChildrenForThisType(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) protected PageResponse<Content> CommentContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) 
- 
Uses of PageResponse in com.atlassian.confluence.api.impl.service.longtasksMethods in com.atlassian.confluence.api.impl.service.longtasks that return PageResponseModifier and TypeMethodDescriptionLongTaskServiceImpl.getAll(PageRequest request, Expansion... expansions) 
- 
Uses of PageResponse in com.atlassian.confluence.api.impl.service.networkMethods in com.atlassian.confluence.api.impl.service.network that return PageResponseModifier 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 PageResponse in com.atlassian.confluence.api.impl.service.peopleMethods in com.atlassian.confluence.api.impl.service.people that return PageResponseModifier 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 PageResponse in com.atlassian.confluence.api.impl.service.systemMethods in com.atlassian.confluence.api.impl.service.system that return PageResponseModifier and TypeMethodDescriptionClusterServiceImpl.getClusterNodeStatuses(PageRequest pageRequest) 
- 
Uses of PageResponse in com.atlassian.confluence.api.impl.service.watchMethods in com.atlassian.confluence.api.impl.service.watch that return PageResponseModifier and TypeMethodDescriptionWatchServiceImpl.findUsersWatchingContentPaginated(ContentId contentId, PageRequest pageRequest) WatchServiceImpl.findUsersWatchingSpacePaginated(String spaceKey, PageRequest pageRequest) 
- 
Uses of PageResponse in com.atlassian.confluence.api.model.contentMethods in com.atlassian.confluence.api.model.content that return types with arguments of type PageResponseModifier and TypeMethodDescriptionContent.getChildren()Returns a map of the immediate sub-content of this Content, split by ContentType.Content.getDescendants()Returns a map of all sub-content of this Content, at any depth, split by ContentType.Method parameters in com.atlassian.confluence.api.model.content with type arguments of type PageResponseModifier and TypeMethodDescriptionContent.ContentBuilder.children(Map<ContentType, PageResponse<Content>> children) Content.ContentBuilder.descendants(Map<ContentType, PageResponse<Content>> descendants) 
- 
Uses of PageResponse in com.atlassian.confluence.api.model.paginationSubinterfaces of PageResponse in com.atlassian.confluence.api.model.paginationModifier and TypeInterfaceDescriptioninterfaceA page response that can be navigated.interfaceA page response that can expose blocked entity because of Space Filter capability.Classes in com.atlassian.confluence.api.model.pagination that implement PageResponseModifier and TypeClassDescriptionclassA page response that can be navigated.classA wrapper around a list of content.classA page response that can carry blocked list because of Space Filter.Methods in com.atlassian.confluence.api.model.pagination that return PageResponseModifier and TypeMethodDescriptionstatic <T> PageResponse<T> PageResponseImpl.filteredResponse(LimitedRequest limitedRequest, List<T> items, Predicate<? super T> predicate) Reduces a list of items for a limited request by the predicate provided.static <T> PageResponse<T> PageResponseImpl.filteredResponseWithCursor(LimitedRequest limitedRequest, List<T> items, Predicate<? super T> predicate, BiFunction<T, Boolean, Cursor> cursorCalculator, Comparator<T> ascComparator) Reduces a list of items for a limited request by the predicate provided.static <T> PageResponse<T> PageResponseImpl.from(PageResponse<T> pageResponse, Optional<Long> totalCount) Methods in com.atlassian.confluence.api.model.pagination with parameters of type PageResponseModifier and TypeMethodDescriptionstatic <T> NavigablePageResponseImpl.Builder<T, ? extends NavigablePageResponseImpl.Builder> NavigablePageResponseImpl.from(PageResponse<T> pageResponse) static <T> PageResponse<T> PageResponseImpl.from(PageResponse<T> pageResponse, Optional<Long> totalCount) static <T> SpaceFilterAwarePageResponseImpl.Builder<T, ? extends SpaceFilterAwarePageResponseImpl.Builder> SpaceFilterAwarePageResponseImpl.from(PageResponse<T> pageResponse, List<T> blockedList, @Nullable Iterable<T> list) static <F,T> PageResponseImpl <T> PageResponseImpl.transformResponse(PageResponse<F> input, Function<F, T> mapper) Converts a given PageResponse contains items of type F into an equivalent PageResponse with items of type T, transformed by the given mapper.
- 
Uses of PageResponse in com.atlassian.confluence.api.model.permissionsClasses in com.atlassian.confluence.api.model.permissions that implement PageResponseModifier and TypeClassDescriptionclassSpecial implementation ofPageResponseforContentRestrictionobjects.Methods in com.atlassian.confluence.api.model.permissions that return PageResponseMethods in com.atlassian.confluence.api.model.permissions that return types with arguments of type PageResponseModifier and TypeMethodDescriptionContentRestriction.getRestrictions()Presents information about the restriction in a form ofMap<SubjectType, PageResponse<Subject>>Method parameters in com.atlassian.confluence.api.model.permissions with type arguments of type PageResponseModifier and TypeMethodDescriptionContentRestriction.ContentRestrictionBuilder.restrictions(@Nullable Map<SubjectType, PageResponse<Subject>> restrictions) Constructors in com.atlassian.confluence.api.model.permissions with parameters of type PageResponseModifierConstructorDescriptionRelevantViewRestrictions(PageResponse<ContentRestriction> viewContentRestrictions) 
- 
Uses of PageResponse in com.atlassian.confluence.api.model.referenceMethods in com.atlassian.confluence.api.model.reference that return PageResponseModifier and TypeMethodDescriptionstatic <T> PageResponse<T> BuilderUtils.collapsedPageResponse(Navigation.Builder navBuilder) 
- 
Uses of PageResponse in com.atlassian.confluence.api.model.searchClasses in com.atlassian.confluence.api.model.search that implement PageResponseModifier and TypeClassDescriptionclassA page response impl for the search service which provides the total size of the result set, along with the CQL Query that was used to generate the result set.
- 
Uses of PageResponse in com.atlassian.confluence.api.service.contentMethods in com.atlassian.confluence.api.service.content that return PageResponseModifier and TypeMethodDescriptionAttachmentService.addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads) Add one or more attachments to a piece ofContent.AttachmentService.addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) Add one or more attachments to a piece ofContent.AttachmentService.addAttachments(ContentId containerId, Collection<AttachmentUpload> uploads) Add one or more attachments to a piece ofContent.Adds the given labels to the specified contentChildContentService.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) SpaceLabelService.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.@NonNull PageResponse<Content> CustomContentService.getChildrenOfTypeAndFilter(ContentId parentId, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<Content> predicate) Returns the children of a CustomContentEntityObject, limited to the pagination requested.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, int maxCount) Deprecated.since 9.3.0, useLabelService.getRelatedLabels(String, PageRequest)instead.LabelService.getRelatedLabels(String labelName, PageRequest pageRequest) Returns the labels related to the given label name, with a specified maximum number of results.ContentTrashService.getTrashContents(Space space, LimitedRequest request, Expansion... expansions) Retrieve a subset of the contents of the trash for a particular space.Methods in com.atlassian.confluence.api.service.content that return types with arguments of type PageResponseModifier and TypeMethodDescriptionContentService.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 ContentType
- 
Uses of PageResponse in com.atlassian.confluence.api.service.content.templateMethods in com.atlassian.confluence.api.service.content.template that return PageResponseModifier 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 PageResponse in com.atlassian.confluence.api.service.finderMethods in com.atlassian.confluence.api.service.finder that return PageResponse
- 
Uses of PageResponse in com.atlassian.confluence.api.service.longtasksMethods in com.atlassian.confluence.api.service.longtasks that return PageResponseModifier and TypeMethodDescriptionLongTaskService.getAll(PageRequest request, Expansion... expansions) Returns the status of all tracked long-running tasks visible to the user.
- 
Uses of PageResponse in com.atlassian.confluence.api.service.networkMethods in com.atlassian.confluence.api.service.network that return PageResponseModifier 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 PageResponse in com.atlassian.confluence.api.service.paginationMethods in com.atlassian.confluence.api.service.pagination that return PageResponseModifier and TypeMethodDescription<H,M> PageResponse <M> PaginationService.performPaginationListRequest(LimitedRequest pageRequest, PaginationBatch<H> fetchBatch, Function<Iterable<H>, Iterable<M>> modelConverter) Perform a pagination request, this will execute the fetchBatch function as many times as necessary to retrieve the page of results.<H,M> PageResponse <M> PaginationService.performPaginationListRequestWithCursor(LimitedRequest pageRequest, Function<LimitedRequest, PageResponse<H>> fetchBatch, Function<Iterable<H>, Iterable<M>> modelConverter, BiFunction<H, Boolean, Cursor> cursorCalculator) Perform a pagination request, this will execute the fetchBatch function as many times as to retrieve the page of results.<H,M> PageResponse <M> PaginationService.performPaginationRequest(LimitedRequest pageRequest, PaginationBatch<H> fetchBatch, Function<? super H, M> modelConverter) Perform a pagination request, this will execute the fetchBatch function as many times as necessary to retrieve the page of results.Method parameters in com.atlassian.confluence.api.service.pagination with type arguments of type PageResponseModifier and TypeMethodDescription<H,M> PageResponse <M> PaginationService.performPaginationListRequestWithCursor(LimitedRequest pageRequest, Function<LimitedRequest, PageResponse<H>> fetchBatch, Function<Iterable<H>, Iterable<M>> modelConverter, BiFunction<H, Boolean, Cursor> cursorCalculator) Perform a pagination request, this will execute the fetchBatch function as many times as to retrieve the page of results.
- 
Uses of PageResponse in com.atlassian.confluence.api.service.peopleMethods in com.atlassian.confluence.api.service.people that return PageResponseModifier and TypeMethodDescriptionPersonService.fetchActiveUsers(PageRequest limitedRequest) Fetch a page of active users (users which count towards the license limit).
- 
Uses of PageResponse in com.atlassian.confluence.api.service.relationsMethods in com.atlassian.confluence.api.service.relations that return PageResponseModifier and TypeMethodDescriptionRelationService.RelatableFinder.fetchMany(PageRequest pageRequest, Expansion... expansions) 
- 
Uses of PageResponse in com.atlassian.confluence.api.service.searchMethods in com.atlassian.confluence.api.service.search that return PageResponseModifier and TypeMethodDescriptionCQLSearchService.searchContent(String cqlInput, Expansion... expansions) Execute a CQL search query and fetch a page 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 PageResponse in com.atlassian.confluence.api.service.systemMethods in com.atlassian.confluence.api.service.system that return PageResponseModifier and TypeMethodDescriptionClusterService.getClusterNodeStatuses(PageRequest pageRequest) Retrieve information about each node in a cluster.
- 
Uses of PageResponse in com.atlassian.confluence.api.service.watchMethods in com.atlassian.confluence.api.service.watch that return PageResponseModifier 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 PageResponse in com.atlassian.confluence.api.testsupport.matchers.model.referenceMethods in com.atlassian.confluence.api.testsupport.matchers.model.reference that return types with arguments of type PageResponseModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<PageResponse<?>> ReferenceMatchers.isEmptyNonCollapsedPageResponse()Matches PageResponses which do not implement Collapsed and whose iterator is empty
- 
Uses of PageResponse in com.atlassian.confluence.contentMethods in com.atlassian.confluence.content that return PageResponseModifier and TypeMethodDescriptiondefault <T> @NonNull PageResponse<T> CustomContentManager.findByQuery(ContentQuery<T> query, LimitedRequest request, Predicate<T> predicate) Get the results of a query for CustomContentEntityObjects<T> @NonNull PageResponse<T> CustomContentManager.findByQueryAndFilter(ContentQuery<T> query, boolean cacheable, LimitedRequest request, Predicate<T> predicate) Deprecated.since 8.7@NonNull PageResponse<CustomContentEntityObject> CustomContentManager.getChildrenOfTypeAndFilter(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super CustomContentEntityObject> predicate) Returns the children of a CustomContentEntityObject, limited to the pagination requested.
- 
Uses of PageResponse in com.atlassian.confluence.content.apisupportMethods in com.atlassian.confluence.content.apisupport that return PageResponseModifier and TypeMethodDescriptionprotected abstract PageResponse<Content> BaseContentTypeApiSupport.getChildrenForThisType(T content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected abstract PageResponse<Content> BaseContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) protected PageResponse<Content> CustomContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) final PageResponse<Content> BaseContentTypeApiSupport.getFilteredChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) Retrieve the children of an item of Content.ContentTypeApiSupport.getFilteredChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) Retrieve the children of an item of Content filtered by a predicate.protected PageResponse<Content> BaseContentTypeApiSupport.getFilteredChildrenForThisType(T content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) This method includes an additional parameter "location", it will call the default one if not overriddenprotected PageResponse<Content> BaseContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) This method includes an additional parameter "location", it will call the default one if not overriddenprotected PageResponse<Content> CustomContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate) 
- 
Uses of PageResponse in com.atlassian.confluence.coreMethods in com.atlassian.confluence.core that return PageResponseModifier and TypeMethodDescription@NonNull PageResponse<AbstractPage> ContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUser(@Nullable com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request) Retrieve a page of entities that have been modified by the user, in order of the user's most recent modification.@NonNull PageResponse<AbstractPage> ContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(@Nullable com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request) Retrieve a page of entities that have been modified by the user, in order of the user's most recent modification.
- 
Uses of PageResponse in com.atlassian.confluence.core.persistenceMethods in com.atlassian.confluence.core.persistence that return PageResponseModifier and TypeMethodDescriptionContentEntityObjectDao.findContentBySpaceIdAndStatus(long spaceId, String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate) Deprecated.since 7.0.1.ContentEntityObjectDao.getPageAndBlogPostsVersionsLastEditedByUser(@Nullable com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request) Retrieve a page of entities, either the current version or historical version, that have been modified by the user, in order of the user's most recent modification.ContentEntityObjectDao.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(@Nullable com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request) Retrieve a page of entities, either the current version or historical version, that have been modified by the user, in order of the user's most recent modification.default PageResponse<ContentEntityObject> ContentEntityObjectDao.getTrashedContents(String spaceKey, LimitedRequest pageRequest, @Nullable Predicate<? super ContentEntityObject> filter) ContentEntityObjectDao.getVersionHistorySummary(long originalContentId, LimitedRequest request) Get version history with pagination.
- 
Uses of PageResponse in com.atlassian.confluence.dmzMethods in com.atlassian.confluence.dmz that return PageResponseModifier and TypeMethodDescription@NonNull PageResponse<ContentEntityObject> ContentEntityManagerInternal.getByIdsAndFilters(List<ContentId> contentIds, LimitedRequest limitedRequest, Predicate<? super ContentEntityObject> filter) @NonNull PageResponse<VersionHistorySummary> ContentEntityManagerInternal.getVersionHistorySummaries(ContentId contentId, LimitedRequest limitedRequest) Get a VersionHistorySummary for all previous versions of a ContentEntityObject, list is ordered by Version number descending.
- 
Uses of PageResponse in com.atlassian.confluence.dmz.labelsMethods in com.atlassian.confluence.dmz.labels that return PageResponseModifier and TypeMethodDescriptionLabelManagerInternal.findGlobalLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest) Returns global-namespaced labels starting with the given string.default PageResponse<Label> LabelManagerInternal.findTeamLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest) Returns team-namespaced labels starting with the given string.LabelManagerInternal.getLabelsByDetail(LimitedRequest limitedRequest, String labelName, String namespace, String spaceKey, String owner) Returns labels filtered by the given parameters.LabelManagerInternal.getLabelsInSpace(String key, LimitedRequest pageRequest) Get all labels in Space with paginationLabelManagerInternal.getMostPopularLabels(LimitedRequest limitedRequest) Returns the most popular global labels in the system.LabelManagerInternal.getMostPopularLabelsInSiteLite(LimitedRequest limitedRequest) Returns most used labels across the site.LabelManagerInternal.getMostPopularLabelsInSpace(String key, LimitedRequest limitedRequest) Retrieve a list of the 'n' most used labels in the specified space, ordered from most popular to least popular.LabelManagerInternal.getMostPopularLabelsInSpaceLite(String spaceKey, LimitedRequest limitedRequest) Returns most used labels.LabelManagerInternal.getRecentlyUsedLabellings(LimitedRequest limitedRequest) LabelManagerInternal.getRecentlyUsedLabellingsInSpace(String spaceKey, LimitedRequest limitedRequest) Retrieve the most recently used labellings within the specified space.LabelManagerInternal.getRecentlyUsedLabels(LimitedRequest limitedRequest) Returns the most recently used global labels in the system.LabelManagerInternal.getRecentlyUsedLabelsInSpace(String spaceKey, LimitedRequest limitedRequest) Retrieve the most recently used labels within the specified space.LabelManagerInternal.getRecentlyUsedPersonalLabellings(String username, LimitedRequest limitedRequest) LabelManagerInternal.getRecentlyUsedPersonalLabels(String username, LimitedRequest limitedRequest) Retrieve the labels that were recently used by currently authenticated user.LabelManagerInternal.getRelatedLabels(Label label, LimitedRequest limitedRequest) Retrieve the labels which are related (i.e.LabelManagerInternal.getRelatedLabelsInSpace(Label label, String spaceKey, LimitedRequest pageRequest) Get related labels in Space with pagination
- 
Uses of PageResponse in com.atlassian.confluence.dmz.pagesMethods in com.atlassian.confluence.dmz.pages that return PageResponseModifier and TypeMethodDescriptionPageManagerInternal.getAbstractPages(LocalDate creationDay, ZoneId zone, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) PageManagerInternal.getAllChildren(Page page, LimitedRequest pageRequest, Depth depth) Returns all the children of a page (including drafts), limited to the pagination requested@NonNull PageResponse<Page> PageManagerInternal.getChildren(Page page, LimitedRequest pageRequest, Depth depth) Returns the children of a page which have a status of CURRENT, limited to the pagination requested.@NonNull PageResponse<AbstractPage> PageManagerInternal.getFilteredAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns pages and blog posts that belong to the space, exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.@NonNull PageResponse<AbstractPage> PageManagerInternal.getFilteredAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns all content in the space within any of the specified statuses and content types, limited to the pagination request.@NonNull PageResponse<AbstractPage> PageManagerInternal.getFilteredAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns pages and blog posts that exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.@NonNull PageResponse<AbstractPage> PageManagerInternal.getFilteredAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns all content in the instance within any of the specified statuses, limited to the specified content types and the pagination request.@NonNull PageResponse<AbstractPage> PageManagerInternal.getFilteredAbstractPagesByTitle(String title, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns all current pages and blog posts that exactly match the given title, that also match the given predicate, limited to the pagination request.AttachmentManagerInternal.getFilteredAttachments(ContentEntityObject content, LimitedRequest pageRequest, Predicate<? super Attachment> filterPredicate) Returns the current attachments under the CEO.@NonNull PageResponse<BlogPost> PageManagerInternal.getFilteredBlogPosts(Space space, LimitedRequest pageRequest, Predicate<? super BlogPost>... filter) Returns all the current blog posts in the space, limited to the pagination request.@NonNull PageResponse<Comment> CommentManagerInternal.getFilteredChildren(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children of a comment, limited to the pagination requested.@NonNull PageResponse<Comment> CommentManagerInternal.getFilteredContainerComments(long containerId, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children comments of a ContentEntityObject, limited to the pagination requested.@NonNull PageResponse<Page> PageManagerInternal.getFilteredPages(LimitedRequest pageRequest, Predicate<? super Page>... filter) Returns all the current pages in this instance of confluence, limited to the pagination request.@NonNull PageResponse<Page> PageManagerInternal.getFilteredPages(Space space, LimitedRequest pageRequest, Predicate<? super Page>... filter) Returns all the current pages in the space, limited to the pagination request.@NonNull PageResponse<Page> PageManagerInternal.getTopLevelPages(Space space, LimitedRequest pageRequest) Returns the current top-level pages in a space, limited to the pagination requested.@NonNull PageResponse<AbstractPage> PageManagerInternal.scanFilteredAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns all pages in the space which has specified content statuses, limited to the pagination request.@NonNull PageResponse<AbstractPage> PageManagerInternal.scanFilteredAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns all pages in the space which has specified content statuses, limited to the pagination request.@NonNull PageResponse<Attachment> AttachmentManagerInternal.scanFilteredAttachments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) Retrieves all the existing attachments associated with the instance of Confluence, while applying the specified pagination parameters to limit the number of results returned in each request.@NonNull PageResponse<Attachment> AttachmentManagerInternal.scanFilteredAttachments(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) Retrieves all the current attachments within the specified space, with the results limited according to the provided pagination parameters.@NonNull PageResponse<Comment> CommentManagerInternal.scanFilteredComments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) Retrieves all the existing comments associated with the instance of Confluence, while applying the specified pagination parameters to limit the number of results returned in each request.@NonNull PageResponse<Comment> CommentManagerInternal.scanFilteredComments(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) Retrieves all the current comments within the specified space, with the results limited according to the provided pagination parameters.
- 
Uses of PageResponse in com.atlassian.confluence.dmz.paginationMethods in com.atlassian.confluence.dmz.pagination that return PageResponseModifier and TypeMethodDescriptionstatic <H,M> PageResponse <M> PagerToPageResponseHelper.createFromPager(com.atlassian.user.search.page.Pager<H> pager, LimitedRequest limitedRequest, Function<H, M> transformer) Helper to build page responses from atlassian user Pagersstatic <T> PageResponse<T> SubListResponse.from(List<T> list, LimitedRequest request) static <H,M> PageResponse <M> PagerToPageResponseHelper.fromPager(com.atlassian.user.search.page.Pager<H> pager, LimitedRequest limitedRequest, com.google.common.base.Function<H, M> transfromer) Deprecated.since 7.0.1.
- 
Uses of PageResponse in com.atlassian.confluence.dmz.relationsMethods in com.atlassian.confluence.dmz.relations that return PageResponseModifier and TypeMethodDescription@NonNull PageResponse<RelatableEntity> RelationManager.getSources(RelationQuery request, LimitedRequest pageRequest) Fetch all related sources for the entity.@NonNull PageResponse<RelatableEntity> RelationManager.getTargets(RelationQuery request, LimitedRequest pageRequest) Fetch all related targets for the entity.
- 
Uses of PageResponse in com.atlassian.confluence.dmz.spacesMethods in com.atlassian.confluence.dmz.spaces that return PageResponseModifier and TypeMethodDescription@NonNull PageResponse<Space> SpaceManagerInternal.getSpaces(SpacesQuery query, LimitedRequest limitedRequest, Predicate<? super Space>... filter) get a paginated list of spaces that match the spaceQuery, filtered by the given predicate
- 
Uses of PageResponse in com.atlassian.confluence.impl.contentMethods in com.atlassian.confluence.impl.content that return PageResponseModifier and TypeMethodDescriptionstatic <T extends ConfluenceEntityObject>
 PageResponse<T> DefaultContentEntityManager.filteredResponseWithCursor(LimitedRequest originalRequest, @Nullable Predicate<? super T> filter, List<T> pages) static <T extends ConfluenceEntityObject>
 PageResponse<T> DefaultContentEntityManager.filteredResponseWithCursor(LimitedRequest originalRequest, @Nullable Predicate<? super T> filter, List<T> pages, CursorType cursorType) <T> @NonNull PageResponse<T> DefaultCustomContentManager.findByQueryAndFilter(ContentQuery<T> query, boolean cacheable, LimitedRequest request, Predicate<T> predicate) DefaultPageManager.getAbstractPages(LocalDate creationDay, ZoneId zone, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<Page> DefaultPageManager.getAllChildren(Page page, LimitedRequest pageRequest, Depth depth) @NonNull PageResponse<ContentEntityObject> DefaultContentEntityManager.getByIdsAndFilters(List<ContentId> contentIds, LimitedRequest limitedRequest, Predicate<? super ContentEntityObject> filter) @NonNull PageResponse<Page> DefaultPageManager.getChildren(Page page, LimitedRequest pageRequest, Depth depth) @NonNull PageResponse<CustomContentEntityObject> DefaultCustomContentManager.getChildrenOfTypeAndFilter(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super CustomContentEntityObject> predicate) This method is used by the Content API to retrieve children of a specific type and filter them by a predicate.@NonNull PageResponse<Page> DefaultPageManager.getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth) @NonNull PageResponse<AbstractPage> DefaultPageManager.getFilteredAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> DefaultPageManager.getFilteredAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> DefaultPageManager.getFilteredAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> DefaultPageManager.getFilteredAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> DefaultPageManager.getFilteredAbstractPagesByTitle(String title, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<BlogPost> DefaultPageManager.getFilteredBlogPosts(Space space, LimitedRequest pageRequest, Predicate<? super BlogPost>... filters) @NonNull PageResponse<Comment> DefaultCommentManager.getFilteredChildren(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children of a comment, limited to the pagination requested.@NonNull PageResponse<Comment> DefaultCommentManager.getFilteredContainerComments(long containerId, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children comments of a ContentEntityObject, limited to the pagination requested.@NonNull PageResponse<Page> DefaultPageManager.getFilteredPages(LimitedRequest pageRequest, Predicate<? super Page>... filters) @NonNull PageResponse<Page> DefaultPageManager.getFilteredPages(Space space, LimitedRequest pageRequest, Predicate<? super Page>... filters) @NonNull PageResponse<AbstractPage> DefaultContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request) @NonNull PageResponse<AbstractPage> DefaultContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(@Nullable com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request) @NonNull PageResponse<Page> DefaultPageManager.getTopLevelPages(Space space, LimitedRequest pageRequest) @NonNull PageResponse<VersionHistorySummary> DefaultContentEntityManager.getVersionHistorySummaries(ContentId contentId, LimitedRequest limitedRequest) @NonNull PageResponse<AbstractPage> DefaultPageManager.scanFilteredAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> DefaultPageManager.scanFilteredAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<Comment> DefaultCommentManager.scanFilteredComments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) @NonNull PageResponse<Comment> DefaultCommentManager.scanFilteredComments(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) 
- 
Uses of PageResponse in com.atlassian.confluence.impl.labelsMethods in com.atlassian.confluence.impl.labels that return PageResponseModifier and TypeMethodDescriptionCachingLabelManager.findGlobalLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest) CachingLabelManager.findTeamLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest) CachingLabelManager.getLabelsByDetail(LimitedRequest limitedRequest, String labelName, String namespace, String spaceKey, String owner) CachingLabelManager.getLabelsInSpace(String key, LimitedRequest pageRequest) CachingLabelManager.getMostPopularLabels(LimitedRequest limitedRequest) CachingLabelManager.getMostPopularLabelsInSiteLite(LimitedRequest limitedRequest) CachingLabelManager.getMostPopularLabelsInSpace(String key, LimitedRequest limitedRequest) CachingLabelManager.getMostPopularLabelsInSpaceLite(String spaceKey, LimitedRequest limitedRequest) CachingLabelManager.getRecentlyUsedLabellings(LimitedRequest limitedRequest) CachingLabelManager.getRecentlyUsedLabellingsInSpace(String spaceKey, LimitedRequest limitedRequest) CachingLabelManager.getRecentlyUsedLabels(LimitedRequest limitedRequest) CachingLabelManager.getRecentlyUsedLabelsInSpace(String spaceKey, LimitedRequest limitedRequest) CachingLabelManager.getRecentlyUsedPersonalLabellings(String username, LimitedRequest limitedRequest) CachingLabelManager.getRecentlyUsedPersonalLabels(String username, LimitedRequest limitedRequest) CachingLabelManager.getRelatedLabels(Label label, LimitedRequest limitedRequest) CachingLabelManager.getRelatedLabelsInSpace(Label label, String spaceKey, LimitedRequest pageRequest) 
- 
Uses of PageResponse in com.atlassian.confluence.impl.pages.attachmentsMethods in com.atlassian.confluence.impl.pages.attachments that return PageResponseModifier and TypeMethodDescriptionReadThroughCachingAttachmentManager.getFilteredAttachments(ContentEntityObject content, LimitedRequest pageRequest, Predicate<? super Attachment> filterPredicate) Returns the current attachments under the CEO.@NonNull PageResponse<Attachment> ReadThroughCachingAttachmentManager.scanFilteredAttachments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) @NonNull PageResponse<Attachment> ReadThroughCachingAttachmentManager.scanFilteredAttachments(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) 
- 
Uses of PageResponse in com.atlassian.confluence.impl.paginationMethods in com.atlassian.confluence.impl.pagination that return PageResponse
- 
Uses of PageResponse in com.atlassian.confluence.impl.security.contentMethods in com.atlassian.confluence.impl.security.content that return types with arguments of type PageResponseModifier and TypeMethodDescriptionDefaultContentPermissionManager.getRelevantViewRestrictionsForContent(LimitedRequest pageRequest, Map<Long, Long> contentIdToParentIdMap) 
- 
Uses of PageResponse in com.atlassian.confluence.impl.service.finderMethods in com.atlassian.confluence.impl.service.finder that return PageResponse
- 
Uses of PageResponse in com.atlassian.confluence.impl.service.finder.contentMethods in com.atlassian.confluence.impl.service.finder.content that return PageResponseModifier and TypeMethodDescriptionNoopContentFinder.fetchMany(ContentType type, PageRequest request) NoopContentFinder.fetchManyWithAnyType(PageRequest request) NoopContentFinder.fetchManyWithoutCaching(ContentType type, PageRequest request) Methods in com.atlassian.confluence.impl.service.finder.content that return types with arguments of type PageResponseModifier and TypeMethodDescriptionNoopContentFinder.fetchMappedByContentType(PageRequest request) 
- 
Uses of PageResponse in com.atlassian.confluence.impl.userMethods in com.atlassian.confluence.impl.user that return PageResponseModifier and TypeMethodDescription@NonNull PageResponse<ConfluenceUser> DefaultUserAccessor.getUsers(LimitedRequest limitedRequest) 
- 
Uses of PageResponse in com.atlassian.confluence.internalMethods in com.atlassian.confluence.internal that return types with arguments of type PageResponseModifier and TypeMethodDescriptionContentPermissionManagerInternal.getRelevantViewRestrictionsForContent(LimitedRequest pageRequest, Map<Long, Long> contentIdToParentIdMap) Return RelevantViewRestrictions per content where it will contain the direct and inherited permission set required to view the content
- 
Uses of PageResponse in com.atlassian.confluence.internal.api.impl.service.incrementalsyncMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync that return PageResponseModifier 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.
- 
Uses of PageResponse in com.atlassian.confluence.internal.api.incrementalsync.modelClasses in com.atlassian.confluence.internal.api.incrementalsync.model that implement PageResponseModifier and TypeClassDescriptionclassIncrementalSyncPageResponse<T extends IncrementalSyncModel>Page response class for incremental sync models.
- 
Uses of PageResponse in com.atlassian.confluence.internal.api.securityMethods in com.atlassian.confluence.internal.api.security that return PageResponseModifier and TypeMethodDescriptionSpaceFilteringService.getSpaces(PageRequest request) Get list of all spaces to be used during the allowlist set up.
- 
Uses of PageResponse in com.atlassian.confluence.internal.api.security.implMethods in com.atlassian.confluence.internal.api.security.impl that return PageResponse
- 
Uses of PageResponse in com.atlassian.confluence.internal.audit.persistence.daoMethods in com.atlassian.confluence.internal.audit.persistence.dao that return PageResponseModifier and TypeMethodDescriptionAuditRecordDao.getRecords(LimitedRequest request, Instant startDate, Instant endDate, boolean includeSysAdmin, String searchString) Deprecated.
- 
Uses of PageResponse in com.atlassian.confluence.internal.audit.persistence.dao.hibernateMethods in com.atlassian.confluence.internal.audit.persistence.dao.hibernate that return PageResponseModifier and TypeMethodDescriptionHibernateAuditRecordDao.getRecords(LimitedRequest request, Instant startDate, Instant endDate, boolean includeSysAdmin, String searchString) Deprecated.
- 
Uses of PageResponse in com.atlassian.confluence.internal.labels.persistenceMethods in com.atlassian.confluence.internal.labels.persistence that return PageResponseModifier and TypeMethodDescriptionLabelDaoInternal.findByDetailsInSpace(String name, String namespace, String owner, String spaceKey, LimitedRequest limitedRequest) Allow to find labels by details in Space with pagination.LabelDaoInternal.findBySingleDegreeSeparation(Label content, LimitedRequest limitedRequest) LabelDaoInternal.findBySingleDegreeSeparation(Label content, String spaceKey, LimitedRequest limitedRequest) LabelDaoInternal.findMostPopular(String namespace, LimitedRequest limitedRequest) LabelDaoInternal.findMostPopularBySpace(String namespace, String key, LimitedRequest limitedRequest) Find the most popular labels in the specified space.LabelDaoInternal.findRecentlyUsed(LimitedRequest limitedRequest) LabelDaoInternal.findRecentlyUsedBySpace(String key, LimitedRequest limitedRequest) Find the most recently used labels in the specified space.LabelDaoInternal.findRecentlyUsedLabelling(LimitedRequest limitedRequest) Find the most recently used labellings.LabelDaoInternal.findRecentlyUsedLabellingsBySpace(String key, LimitedRequest limitedRequest) Find the most recently used labellings in the specified space.LabelDaoInternal.findRecentlyUsedUserLabellings(String username, LimitedRequest limitedRequest) Find the most recently used labellings owned by the specified user.LabelDaoInternal.findRecentlyUsedUserLabels(String username, LimitedRequest limitedRequest) Find the most recently used labels owned by the specified user.
- 
Uses of PageResponse in com.atlassian.confluence.internal.persistenceMethods in com.atlassian.confluence.internal.persistence that return PageResponseModifier and TypeMethodDescriptiondefault PageResponse<SpaceContentEntityObject> ContentEntityObjectDaoInternal.findContentBySpaceIdAndStatusAndFilter(long spaceId, String status, LimitedRequest limitedRequest, Predicate<? super SpaceContentEntityObject> predicate) Retrieve content for a given space with a particular status.
- 
Uses of PageResponse in com.atlassian.confluence.internal.persistence.hibernateMethods in com.atlassian.confluence.internal.persistence.hibernate that return PageResponseModifier and TypeMethodDescriptionContentEntityObjectHibernateDao.findContentBySpaceIdAndStatus(long spaceId, String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate) Deprecated.since 7.0.1.ContentEntityObjectHibernateDao.getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest limitedRequest) ContentEntityObjectHibernateDao.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest limitedRequest) protected <T extends ConfluenceEntityObject>
 PageResponse<T> ContentEntityObjectHibernateDao.getPagesByCursor(Function<LimitedRequest, List<T>> searchPages, LimitedRequest originalRequest, Predicate<? super T> filter) ContentEntityObjectHibernateDao.getTrashedContents(String spaceKey, LimitedRequest pageRequest, Predicate<? super ContentEntityObject> filter) ContentEntityObjectHibernateDao.getVersionHistorySummary(long originalContentId, LimitedRequest request) 
- 
Uses of PageResponse in com.atlassian.confluence.internal.relationsMethods in com.atlassian.confluence.internal.relations that return PageResponseModifier and TypeMethodDescription@NonNull PageResponse<RelatableEntity> DefaultRelationManager.getSources(RelationQuery request, LimitedRequest pageRequest) @NonNull PageResponse<RelatableEntity> DefaultRelationManager.getTargets(RelationQuery request, LimitedRequest pageRequest) 
- 
Uses of PageResponse in com.atlassian.confluence.internal.security.persistenceMethods in com.atlassian.confluence.internal.security.persistence that return types with arguments of type PageResponseModifier and TypeMethodDescriptionContentPermissionSetDaoInternal.getRelevantViewRestrictionsForContent(LimitedRequest pageRequest, Map<Long, Long> contentIdToParentIdMap) Return RelevantViewRestrictions per content where it will contain direct and inherited permission set required to access a content
- 
Uses of PageResponse in com.atlassian.confluence.internal.userMethods in com.atlassian.confluence.internal.user that return PageResponseModifier and TypeMethodDescriptionUserSearchServiceInternal.doUserSearch(PageRequest pageRequest, UserSearchRequest searchRequest) UserSearchServiceInternalImpl.doUserSearch(PageRequest pageRequest, UserSearchRequest searchRequest) Methods in com.atlassian.confluence.internal.user that return types with arguments of type PageResponseModifier 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) 
- 
Uses of PageResponse in com.atlassian.confluence.labelsMethods in com.atlassian.confluence.labels that return PageResponseModifier and TypeMethodDescriptionDefaultLabelManager.findGlobalLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest) DefaultLabelManager.findTeamLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest) DefaultLabelManager.getLabelsByDetail(LimitedRequest limitedRequest, String labelName, String namespace, String spaceKey, String owner) DefaultLabelManager.getLabelsInSpace(String key, LimitedRequest limitedRequest) DefaultLabelManager.getMostPopularLabels(LimitedRequest limitedRequest) DefaultLabelManager.getMostPopularLabelsInSiteLite(LimitedRequest limitedRequest) DefaultLabelManager.getMostPopularLabelsInSpace(String key, LimitedRequest limitedRequest) DefaultLabelManager.getMostPopularLabelsInSpaceLite(String spaceKey, LimitedRequest limitedRequest) DefaultLabelManager.getRecentlyUsedLabellings(LimitedRequest limitedRequest) DefaultLabelManager.getRecentlyUsedLabellingsInSpace(String spaceKey, LimitedRequest limitedRequest) DefaultLabelManager.getRecentlyUsedLabels(LimitedRequest limitedRequest) DefaultLabelManager.getRecentlyUsedLabelsInSpace(String key, LimitedRequest limitedRequest) DefaultLabelManager.getRecentlyUsedPersonalLabellings(String username, LimitedRequest limitedRequest) DefaultLabelManager.getRecentlyUsedPersonalLabels(String username, LimitedRequest limitedRequest) DefaultLabelManager.getRelatedLabels(Label label, LimitedRequest limitedRequest) DefaultLabelManager.getRelatedLabelsInSpace(Label label, String spaceKey, LimitedRequest limitedRequest) 
- 
Uses of PageResponse in com.atlassian.confluence.labels.actionsMethods in com.atlassian.confluence.labels.actions that return PageResponseModifier and TypeMethodDescriptionListLabelsBySpaceAction.getPageResponse()Deprecated, for removal: This API element is subject to removal in a future version.
- 
Uses of PageResponse in com.atlassian.confluence.labels.persistence.daoMethods in com.atlassian.confluence.labels.persistence.dao that return PageResponseModifier and TypeMethodDescriptionLabelDao.findGlobalLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest) Returns global-namespaced labels starting with the given string.default PageResponse<Label> LabelDao.findTeamLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest) Returns team-namespaced labels starting with the given string.
- 
Uses of PageResponse in com.atlassian.confluence.labels.persistence.dao.hibernateMethods in com.atlassian.confluence.labels.persistence.dao.hibernate that return PageResponseModifier and TypeMethodDescriptionHibernateLabelDao.findByDetailsInSpace(String name, String namespace, String owner, String spaceKey, @NonNull LimitedRequest limitedRequest) HibernateLabelDao.findBySingleDegreeSeparation(Label label, LimitedRequest limitedRequest) HibernateLabelDao.findBySingleDegreeSeparation(Label label, String spaceKey, LimitedRequest limitedRequest) HibernateLabelDao.findGlobalLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest) HibernateLabelDao.findMostPopular(String namespace, LimitedRequest limitedRequest) HibernateLabelDao.findMostPopularBySpace(String namespace, String spaceKey, LimitedRequest limitedRequest) HibernateLabelDao.findRecentlyUsed(LimitedRequest limitedRequest) HibernateLabelDao.findRecentlyUsedBySpace(String spaceKey, LimitedRequest limitedRequest) HibernateLabelDao.findRecentlyUsedLabelling(LimitedRequest limitedRequest) HibernateLabelDao.findRecentlyUsedLabellingsBySpace(String spaceKey, LimitedRequest limitedRequest) HibernateLabelDao.findRecentlyUsedUserLabellings(String username, LimitedRequest limitedRequest) HibernateLabelDao.findRecentlyUsedUserLabels(String username, LimitedRequest limitedRequest) HibernateLabelDao.findTeamLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest) 
- 
Uses of PageResponse in com.atlassian.confluence.pagesMethods in com.atlassian.confluence.pages that return PageResponseModifier and TypeMethodDescriptionPageManager.getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth) Returns the children of a page which have a status of DRAFT, limited to the pagination requested.DefaultAttachmentManager.getFilteredAttachments(ContentEntityObject content, LimitedRequest pageRequest, Predicate<? super Attachment> filterPredicate) DefaultTrashManager.getTrashContents(String spaceKey, LimitedRequest request) TrashManager.getTrashContents(String spaceKey, LimitedRequest request) Retrieve a subset of the contents of the trash for a particular space.@NonNull PageResponse<Attachment> DefaultAttachmentManager.scanFilteredAttachments(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) @NonNull PageResponse<Attachment> DefaultAttachmentManager.scanFilteredAttachments(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) 
- 
Uses of PageResponse in com.atlassian.confluence.pages.actionsMethods in com.atlassian.confluence.pages.actions that return PageResponseModifier and TypeMethodDescriptionListPermissionPagesAction.getPageResponse()ListUndefinedPagesAction.getPageResponse()default <T> PageResponse<T> PaginationServiceSupportActionAware.getPageResponse()Will return pagination data in new formViewTrashAction.getTrash()Constructors in com.atlassian.confluence.pages.actions with parameters of type PageResponseModifierConstructorDescriptionPaginationSupportAdaptor(long totalItems, int pageSize, PageResponse<T> pageResponse) 
- 
Uses of PageResponse in com.atlassian.confluence.plugins.contentpropertyMethods in com.atlassian.confluence.plugins.contentproperty that return PageResponse
- 
Uses of PageResponse in com.atlassian.confluence.plugins.contentproperty.spacepropertyMethods in com.atlassian.confluence.plugins.contentproperty.spaceproperty that return PageResponse
- 
Uses of PageResponse in com.atlassian.confluence.plugins.graphql.providersMethods in com.atlassian.confluence.plugins.graphql.providers that return PageResponse
- 
Uses of PageResponse in com.atlassian.confluence.plugins.restapi.examplesFields in com.atlassian.confluence.plugins.restapi.examples declared as PageResponseModifier and TypeFieldDescriptionstatic final PageResponse<Object> WebhookExamples.PAGE_OF_WEBHOOKS
- 
Uses of PageResponse in com.atlassian.confluence.plugins.restapi.experimental.resourcesMethods in com.atlassian.confluence.plugins.restapi.experimental.resources that return PageResponseModifier and TypeMethodDescriptionExperimentalContentRestrictionsResource.addRestrictions(ContentId contentId, String expand, PageResponse<ContentRestriction> contentRestrictions) Adds all the restrictions specified to a piece of content identified bycontentId.ExperimentalContentRestrictionsResource.deleteRestrictions(ContentId contentId, String expand) Removes all the restrictions specified directly on the content.TemplateResource.getBlueprintTemplates(String spaceKey, int start, int limit, String expand, jakarta.ws.rs.core.UriInfo uriInfo) Returns all blueprint templates of the space specified.ContentVersionResource.getContentHistory(ContentId contentId, int start, int limit, String expand, jakarta.ws.rs.core.UriInfo uriInfo) Get list of content versions in version descending order.TemplateResource.getContentTemplates(String spaceKey, int start, int limit, String expand, jakarta.ws.rs.core.UriInfo uriInfo) Returns all content templates of the space specified.ExperimentalGroupResource.getGroups(String expand, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) Get a paginated collection of user groupsExperimentalUserResource.getGroups(com.atlassian.sal.api.user.UserKey userKey, String username, String expand, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) Get a paginated collection of groups that the given user is a member ofExperimentalGroupResource.getMembers(Group group, String expand, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) Get a paginated collection of users in the given groupExperimentalContentRestrictionsResource.getRestrictions(ContentId contentId, String expand, jakarta.ws.rs.core.UriInfo uriInfo, int start, int limit) Returns all the restrictions which are directly specified on a piece of content identified bycontentIdparamExperimentalContentRestrictionsResource.updateRestrictions(ContentId contentId, String expand, PageResponse<ContentRestriction> contentRestrictions) Sets all the restrictions specified to a piece of content identified bycontentId, replacing any existing permissions.Methods in com.atlassian.confluence.plugins.restapi.experimental.resources with parameters of type PageResponseModifier and TypeMethodDescriptionExperimentalContentRestrictionsResource.addRestrictions(ContentId contentId, String expand, PageResponse<ContentRestriction> contentRestrictions) Adds all the restrictions specified to a piece of content identified bycontentId.ExperimentalContentRestrictionsResource.updateRestrictions(ContentId contentId, String expand, PageResponse<ContentRestriction> contentRestrictions) Sets all the restrictions specified to a piece of content identified bycontentId, replacing any existing permissions.
- 
Uses of PageResponse in com.atlassian.confluence.plugins.restapi.resourcesMethods in com.atlassian.confluence.plugins.restapi.resources that return PageResponseModifier and TypeMethodDescriptionSpacePropertyResource.get(String spaceKey, String expand, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) AdminUsersResource.getActiveUsers(String expand, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) GroupResource.getAncestorGroups(Group group, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) ContentResource.getContent(String type, String spaceKey, String title, List<ContentStatus> statuses, String postingDay, String expand, int start, int limit, List<String> ids, jakarta.ws.rs.core.UriInfo uriInfo, String username) ContentResource.getContentByGraph(ContentId id, String expand, String type, String spaceKey, String title, String postingDay, List<ContentStatus> statuses, Integer version, int offset, String afterOffset, int limit, jakarta.ws.rs.core.UriInfo uriInfo) UserResource.getGroups(String userKey, String username, String expand, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) GroupResource.getMembers(Group group, String expand, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) GroupResource.getNestedGroupMembers(Group group, String expand, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) GroupResource.getParentGroups(Group group, String expand, int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) SpaceWatcherResource.index(jakarta.ws.rs.core.UriInfo uriInfo, String spaceKey, int start, int limit) ContentLabelsResource.labels(ContentId contentId, List<String> prefixes, int offset, int limit, jakarta.ws.rs.core.UriInfo uriInfo) LabelResource.popular(int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) LabelResource.recent(int start, int limit, jakarta.ws.rs.core.UriInfo uriInfo) ContentResource.scanContent(String spaceKey, List<ContentStatus> statuses, String expand, int limit, String cursor, String type, jakarta.ws.rs.core.UriInfo uriInfo) ContentResource.search(String cql, String cqlcontext, String expand, int start, int limit, String username, jakarta.ws.rs.core.UriInfo uriInfo) SpaceResource.spaces(String spaceKey, List<String> spaceKeys, List<String> spaceIds, String type, String status, List<String> labelNames, List<String> contentLabelNames, Boolean favourite, Boolean hasRetentionPolicy, String expand, int offset, String afterOffset, int limit, String username, jakarta.ws.rs.core.UriInfo uriInfo) ContentRestrictionResource.updateRestrictions(ContentId contentId, String expand, List<ContentRestriction> contentRestrictions) Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type PageResponse
- 
Uses of PageResponse in com.atlassian.confluence.plugins.restapi.rvsync.resourcesMethods in com.atlassian.confluence.plugins.restapi.rvsync.resources that return PageResponseModifier and TypeMethodDescriptionLimitedSpaceResource.getAllLimitedSpaces(Integer start, Integer limit, jakarta.ws.rs.core.UriInfo uriInfo) ContentManagementIncrementalSyncResource.getEventsBatch(String cursor, int limit, jakarta.ws.rs.core.UriInfo uriInfo) GlobalPermissionManagementIncrementalSyncResource.getEventsBatch(String cursor, int limit, jakarta.ws.rs.core.UriInfo uriInfo) UserManagementIncrementalSyncResource.getEventsBatch(String cursor, int limit, jakarta.ws.rs.core.UriInfo uriInfo) 
- 
Uses of PageResponse in com.atlassian.confluence.rest.clientMethods in com.atlassian.confluence.rest.client that return types with arguments of type PageResponseModifier and TypeMethodDescriptionRemoteAttachmentService.addAttachmentsCompletionStage(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads) RemoteAttachmentService.addAttachmentsCompletionStage(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) RemoteAttachmentService.addAttachmentsCompletionStage(ContentId contentId, Collection<AttachmentUpload> uploads) Add one or more attachments to a piece ofContent.RemoteAttachmentServiceImpl.addAttachmentsCompletionStage(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads) RemoteAttachmentServiceImpl.addAttachmentsCompletionStage(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) RemoteAttachmentServiceImpl.addAttachmentsCompletionStage(ContentId contentId, Collection<AttachmentUpload> uploads) AbstractRemoteContentLabelService.addLabelsCompletionStage(ContentId contentId, Iterable<Label> labels) RemoteContentLabelService.addLabelsCompletionStage(ContentId contentId, Iterable<Label> labels) Adds the given labels to the specified contentRemotePersonService.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.protected <K,V> CompletionStage <Map<K, PageResponse<V>>> AbstractRemoteService.getCompletionStageMapOfPageResponses(jakarta.ws.rs.client.WebTarget webTarget, Class<K> keyClass, Class<V> listContentClass) protected <E> CompletionStage<PageResponse<E>> AbstractRemoteService.getCompletionStagePageResponseList(jakarta.ws.rs.client.WebTarget webTarget, Class<E> contentClass) 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) RemoteLabelService.getRelatedLabelsCompletionStage(String labelName, int maxCount) Returns the labels related to the given label name, with a specified maximum number of results.RemoteLabelServiceImpl.getRelatedLabelsCompletionStage(String labelName, int maxCount) RemoteContentTemplateService.getTemplatesCompletionStage(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions) RemoteContentTrashService.getTrashContentsCompletionStage(Space space, LimitedRequest limitedRequest, Expansion... expansions) protected <T> CompletionStage<PageResponse<T>> AbstractRemoteService.postCompletionStageToPageResponse(jakarta.ws.rs.client.WebTarget webTarget, Class<T> entityClass, Object postEntity, jakarta.ws.rs.core.MediaType mediaType) 
- 
Uses of PageResponse in com.atlassian.confluence.rest.client.graphqlMethods in com.atlassian.confluence.rest.client.graphql that return types with arguments of type PageResponseModifier 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 PageResponse in com.atlassian.confluence.rest.client.implMethods in com.atlassian.confluence.rest.client.impl that return types with arguments of type PageResponseModifier 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) RemoteContentTrashServiceImpl.getTrashContentsCompletionStage(Space space, LimitedRequest limitedRequest, Expansion... expansions) 
- 
Uses of PageResponse in com.atlassian.confluence.rest.client.remoteservice.peopleMethods in com.atlassian.confluence.rest.client.remoteservice.people that return types with arguments of type PageResponseModifier and TypeMethodDescriptionRemoteGroupService.RemoteGroupFinder.fetchManyCompletionStage(PageRequest request) RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchManyCompletionStage(PageRequest request) 
- 
Uses of PageResponse in com.atlassian.confluence.rest.serialization.jackson2Methods in com.atlassian.confluence.rest.serialization.jackson2 that return PageResponseModifier and TypeMethodDescriptionRestListDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) Methods in com.atlassian.confluence.rest.serialization.jackson2 with parameters of type PageResponseModifier and TypeMethodDescriptionvoidPageResponseSerializer.serialize(PageResponse<?> value, com.fasterxml.jackson.core.JsonGenerator jsonGen, com.fasterxml.jackson.databind.SerializerProvider provider) 
- 
Uses of PageResponse in com.atlassian.confluence.rest.serialization.jackson2.graphqlClasses in com.atlassian.confluence.rest.serialization.jackson2.graphql that implement PageResponseModifier and TypeClassDescriptionclassA graphql formatted pagination response.Constructors in com.atlassian.confluence.rest.serialization.jackson2.graphql with parameters of type PageResponseModifierConstructorDescriptionGraphQLPageResponse(PageResponse<T> pageResponse, BiFunction<T, Integer, String> cursorMapper) GraphQLPageResponse(PageResponse<T> pageResponse, List<GraphQLPaginationEdge<T>> edges) 
- 
Uses of PageResponse in com.atlassian.confluence.rest.v2.api.modelClasses in com.atlassian.confluence.rest.v2.api.model that implement PageResponseModifier and TypeClassDescriptionfinal classRestList<T>The RestList participates in our collection serialization by jackson, and allows collections to be enriched with extra properties during serialization.Methods in com.atlassian.confluence.rest.v2.api.model that return PageResponseMethods in com.atlassian.confluence.rest.v2.api.model with parameters of type PageResponseModifier and TypeMethodDescriptionRestPageRequest.copyWithLimits(PageResponse<?> response) static <T> RestList<T> RestList.createRestList(PageRequest pageRequest, PageResponse<T> pageResponse) Deprecated.since 5.6.5.static <T> RestList<T> RestList.createRestList(PageResponse<T> pageResponse) Deprecated.since 5.6.5.static <T> RestList.Builder<T> RestList.newRestList(PageResponse<T> response) RestList.Builder.results(PageResponse<T> pageResponse) 
- 
Uses of PageResponse in com.atlassian.confluence.security.persistence.dao.hibernateMethods in com.atlassian.confluence.security.persistence.dao.hibernate that return types with arguments of type PageResponseModifier and TypeMethodDescriptionHibernateContentPermissionSetDao.getRelevantViewRestrictionsForContent(LimitedRequest pageRequest, Map<Long, Long> contentIdToParentIdMap) 
- 
Uses of PageResponse in com.atlassian.confluence.spacesMethods in com.atlassian.confluence.spaces that return PageResponseModifier and TypeMethodDescriptionfinal @NonNull PageResponse<Space> DefaultSpaceManager.getSpaces(SpacesQuery query, LimitedRequest limitedRequest, Predicate<? super Space>... filter) 
- 
Uses of PageResponse in com.atlassian.confluence.userMethods in com.atlassian.confluence.user that return PageResponseModifier and TypeMethodDescription@NonNull PageResponse<ConfluenceUser> ConfluenceUserResolver.getUsers(LimitedRequest limitedRequest) Get fully backed (active or disabled) Confluence Users.@NonNull PageResponse<ConfluenceUser> ReadOnlyUserAccessor.getUsers(LimitedRequest limitedRequest) 
- 
Uses of PageResponse in com.atlassian.confluence.user.actionsMethods in com.atlassian.confluence.user.actions that return PageResponseModifier and TypeMethodDescriptionAbstractSearchCrowdUsersAction.getPageResponse()BrowseUnsyncedUsersAction.getPageResponse()Methods in com.atlassian.confluence.user.actions with parameters of type PageResponseModifier and TypeMethodDescriptionvoidAbstractSearchCrowdUsersAction.setPageResponse(PageResponse<ConfluenceUser> result) voidBrowseUnsyncedUsersAction.setPageResponse(PageResponse<Person> pageResponse)