Uses of Interface
com.atlassian.confluence.api.model.pagination.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
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.service.content
Modifier 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.getRecentlyUsedLabels
(PageRequest pageRequest) LabelServiceImpl.getRelatedLabels
(String labelName, int maxCount) ContentTrashServiceImpl.getTrashContents
(Space space, LimitedRequest request, Expansion... expansions) Modifier and TypeMethodDescriptionSpaceServiceImpl.SpaceContentImpl.fetchMappedByType
(PageRequest pageRequest) -
Uses of PageResponse in com.atlassian.confluence.api.impl.service.content.factory
Modifier and TypeMethodDescriptionChildSupport.getChildrenList
(ContentConvertible parent, ContentType childType, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Collection<String> location) Modifier 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 theContentFactory
when expanding "children" on a Content item being built. -
Uses of PageResponse in com.atlassian.confluence.api.impl.service.content.typebinding
Modifier 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.longtasks
Modifier and TypeMethodDescriptionLongTaskServiceImpl.getAll
(PageRequest request, Expansion... expansions) -
Uses of PageResponse in com.atlassian.confluence.api.impl.service.network
Modifier 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.people
Modifier and TypeMethodDescriptionGroupServiceImpl.GroupFinderImpl.fetchMany
(PageRequest pageRequest) PersonServiceImpl.PersonFinderImpl.fetchMany
(PageRequest request) PersonServiceImpl.PersonSearcherImpl.fetchMany
(PageRequest request) -
Uses of PageResponse in com.atlassian.confluence.api.impl.service.watch
Modifier and TypeMethodDescriptionWatchServiceImpl.findUsersWatchingContentPaginated
(ContentId contentId, PageRequest pageRequest) WatchServiceImpl.findUsersWatchingSpacePaginated
(String spaceKey, PageRequest pageRequest) -
Uses of PageResponse in com.atlassian.confluence.api.model.content
Modifier 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.Modifier 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.pagination
Modifier 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.Modifier and TypeMethodDescriptionstatic <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.permissions
Modifier and TypeClassDescriptionclass
Special implementation ofPageResponse
forContentRestriction
objects.Modifier and TypeMethodDescriptionContentRestriction.getRestrictions()
Presents information about the restriction in a form ofMap<SubjectType, PageResponse<Subject>>
Modifier and TypeMethodDescriptionContentRestriction.ContentRestrictionBuilder.restrictions
(@Nullable Map<SubjectType, PageResponse<Subject>> restrictions) -
Uses of PageResponse in com.atlassian.confluence.api.model.reference
Modifier and TypeMethodDescriptionstatic <T> PageResponse<T>
BuilderUtils.collapsedPageResponse
(Navigation.Builder navBuilder) -
Uses of PageResponse in com.atlassian.confluence.api.model.search
Modifier and TypeClassDescriptionclass
A 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.content
Modifier 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 typeSpaceLabelService.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.getRecentlyUsedLabels
(PageRequest pageRequest) Returns a paginated list of the most recent Labels used in a Confluence instance.LabelService.getRelatedLabels
(String labelName, int maxCount) 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.Modifier 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.template
Modifier 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.finder
-
Uses of PageResponse in com.atlassian.confluence.api.service.longtasks
Modifier 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.network
Modifier 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.pagination
Modifier 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.Modifier 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.relations
Modifier and TypeMethodDescriptionRelationService.RelatableFinder.fetchMany
(PageRequest pageRequest, Expansion... expansions) -
Uses of PageResponse in com.atlassian.confluence.api.service.search
Modifier 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.watch
Modifier 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.reference
Modifier 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.content
Modifier 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.apisupport
Modifier 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.core
Modifier 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.persistence
Modifier 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.dmz
Modifier 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.pages
Modifier 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.default @NonNull PageResponse<Page>
PageManagerInternal.scanFilteredPages
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page>... filter) Returns all pages in the space which has specified content statuses, limited to the pagination request.default @NonNull PageResponse<Page>
PageManagerInternal.scanFilteredPages
(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page>... filter) Returns all pages with specified content statuses, limited to the pagination request. -
Uses of PageResponse in com.atlassian.confluence.dmz.pagination
Modifier 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.relations
Modifier 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.spaces
Modifier 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.follow.persistence.dao
Modifier and TypeMethodDescriptionConnectionDao.getFilteredFollowees
(ConfluenceUser follower, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of usernames for the users that the specified user is followingConnectionDao.getFilteredFollowers
(ConfluenceUser followee, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of users that are followers of the specified user -
Uses of PageResponse in com.atlassian.confluence.follow.persistence.dao.hibernate
Modifier and TypeMethodDescriptionHibernateConnectionDao.getFilteredFollowees
(ConfluenceUser follower, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of usernames for the users that the specified user is followingHibernateConnectionDao.getFilteredFollowers
(ConfluenceUser followee, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of users that are followers of the specified user -
Uses of PageResponse in com.atlassian.confluence.impl.content
Modifier and TypeMethodDescriptionstatic <T extends ConfluenceEntityObject>
PageResponse<T>DefaultContentEntityManager.filteredResponseWithCursor
(LimitedRequest originalRequest, @Nullable Predicate<? super T> filter, List<T> pages) <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) Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>
DefaultPageManager.getFilteredAbstractPages
(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>
DefaultPageManager.getFilteredAbstractPages
(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>
DefaultPageManager.getFilteredAbstractPages
(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>
DefaultPageManager.getFilteredAbstractPagesByTitle
(String title, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Deprecated.since 7.0.1.@NonNull PageResponse<BlogPost>
DefaultPageManager.getFilteredBlogPosts
(Space space, LimitedRequest pageRequest, Predicate<? super BlogPost>... filters) Deprecated.since 7.0.1.@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) Deprecated.since 7.0.1.@NonNull PageResponse<Page>
DefaultPageManager.getFilteredPages
(Space space, LimitedRequest pageRequest, Predicate<? super Page>... filters) Deprecated.since 7.0.1.@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<Page>
DefaultPageManager.scanFilteredPages
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page>... filter) @NonNull PageResponse<Page>
DefaultPageManager.scanFilteredPages
(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page>... filter) -
Uses of PageResponse in com.atlassian.confluence.impl.labels
Modifier and TypeMethodDescriptionCachingLabelManager.findGlobalLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) CachingLabelManager.findTeamLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) -
Uses of PageResponse in com.atlassian.confluence.impl.pages.attachments
Modifier and TypeMethodDescriptionReadThroughCachingAttachmentManager.getFilteredAttachments
(ContentEntityObject content, LimitedRequest pageRequest, Predicate<? super Attachment> filterPredicate) Returns the current attachments under the CEO. -
Uses of PageResponse in com.atlassian.confluence.impl.pagination
Modifier and TypeMethodDescriptionPaginated.page
(PageRequest request) Retrieves a page of data.<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) Modifier 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.impl.service.finder
-
Uses of PageResponse in com.atlassian.confluence.impl.service.finder.content
Modifier and TypeMethodDescriptionNoopContentFinder.fetchMany
(ContentType type, PageRequest request) Modifier and TypeMethodDescriptionNoopContentFinder.fetchMappedByContentType
(PageRequest request) -
Uses of PageResponse in com.atlassian.confluence.internal.audit.persistence.dao
Modifier 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.hibernate
Modifier and TypeMethodDescriptionHibernateAuditRecordDao.getRecords
(LimitedRequest request, Instant startDate, Instant endDate, boolean includeSysAdmin, String searchString) Deprecated. -
Uses of PageResponse in com.atlassian.confluence.internal.labels
Modifier 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. -
Uses of PageResponse in com.atlassian.confluence.internal.persistence
Modifier 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.hibernate
Modifier 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.relations
Modifier 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.user
Modifier and TypeMethodDescriptionUserSearchServiceInternal.doUserSearch
(PageRequest pageRequest, UserSearchRequest searchRequest) UserSearchServiceInternalImpl.doUserSearch
(PageRequest pageRequest, UserSearchRequest searchRequest) Modifier and TypeMethodDescriptioncom.atlassian.fugue.Pair<List<String>,
PageResponse<ConfluenceUser>> UserSearchServiceInternal.doMemberOfGroupsSearch
(PageRequest pageRequest, GroupSearchRequest searchRequest) com.atlassian.fugue.Pair<List<String>,
PageResponse<ConfluenceUser>> UserSearchServiceInternalImpl.doMemberOfGroupsSearch
(PageRequest pageRequest, GroupSearchRequest searchRequest) -
Uses of PageResponse in com.atlassian.confluence.labels
Modifier and TypeMethodDescriptionDefaultLabelManager.findGlobalLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) DefaultLabelManager.findTeamLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) -
Uses of PageResponse in com.atlassian.confluence.labels.actions
-
Uses of PageResponse in com.atlassian.confluence.labels.persistence.dao
Modifier 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.hibernate
Modifier and TypeMethodDescriptionHibernateLabelDao.findGlobalLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) HibernateLabelDao.findTeamLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) -
Uses of PageResponse in com.atlassian.confluence.pages
Modifier 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) DelegatorAttachmentManager.getFilteredAttachments
(ContentEntityObject content, LimitedRequest pageRequest, Predicate<? super Attachment> filterPredicate) Returns the current attachments under the CEO.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. -
Uses of PageResponse in com.atlassian.confluence.pages.actions
Modifier and TypeMethodDescriptionListPermissionPagesAction.getPageResponse()
ListUndefinedPagesAction.getPageResponse()
default <T> PageResponse<T>
PaginationServiceSupportActionAware.getPageResponse()
Will return pagination data in new formViewTrashAction.getTrash()
ModifierConstructorDescriptionPaginationSupportAdaptor
(long totalItems, int pageSize, PageResponse<T> pageResponse) -
Uses of PageResponse in com.atlassian.confluence.plugins.contentproperty
-
Uses of PageResponse in com.atlassian.confluence.plugins.contentproperty.spaceproperty
-
Uses of PageResponse in com.atlassian.confluence.plugins.graphql.providers
-
Uses of PageResponse in com.atlassian.confluence.plugins.restapi.examples
Modifier and TypeFieldDescriptionstatic final PageResponse<Object>
WebhookExamples.PAGE_OF_WEBHOOKS
-
Uses of PageResponse in com.atlassian.confluence.plugins.restapi.experimental.resources
Modifier 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, javax.ws.rs.core.UriInfo uriInfo) Returns all blueprint templates of the space specified.ContentVersionResource.getContentHistory
(ContentId contentId, int start, int limit, String expand, javax.ws.rs.core.UriInfo uriInfo) Get list of content versions in version descending order.TemplateResource.getContentTemplates
(String spaceKey, int start, int limit, String expand, javax.ws.rs.core.UriInfo uriInfo) Returns all content templates of the space specified.ExperimentalGroupResource.getGroups
(String expand, int start, int limit, javax.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, javax.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, javax.ws.rs.core.UriInfo uriInfo) Get a paginated collection of users in the given groupExperimentalContentRestrictionsResource.getRestrictions
(ContentId contentId, String expand, javax.ws.rs.core.UriInfo uriInfo, int start, int limit) Returns all the restrictions which are directly specified on a piece of content identified bycontentId
paramExperimentalContentRestrictionsResource.updateRestrictions
(ContentId contentId, String expand, PageResponse<ContentRestriction> contentRestrictions) Sets all the restrictions specified to a piece of content identified bycontentId
, replacing any existing permissions.Modifier 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.resources
Modifier and TypeMethodDescriptionSpacePropertyResource.get
(String spaceKey, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) ContentResource.getContent
(String type, String spaceKey, String title, List<ContentStatus> statuses, String postingDay, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) 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, javax.ws.rs.core.UriInfo uriInfo) UserResource.getGroups
(String userKey, String username, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) GroupResource.getMembers
(Group group, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) LabelResource.getRelatedLabels
(String labelName, int limit) ContentLabelsResource.labels
(ContentId contentId, List<String> prefixes, int offset, int limit, javax.ws.rs.core.UriInfo uriInfo) LabelResource.recent
(int start, int limit, javax.ws.rs.core.UriInfo uriInfo) ContentResource.scanContent
(String spaceKey, List<ContentStatus> statuses, String expand, int limit, String cursor, javax.ws.rs.core.UriInfo uriInfo) ContentResource.search
(String cql, String cqlcontext, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) SpaceResource.spaces
(String spaceKey, List<String> spaceKeys, String type, String status, List<String> labelNames, Boolean favourite, Boolean hasRetentionPolicy, String expand, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo) ContentRestrictionResource.updateRestrictions
(ContentId contentId, String expand, List<ContentRestriction> contentRestrictions) -
Uses of PageResponse in com.atlassian.confluence.rest.client
Modifier 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 contentRemoteAttachmentService.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) RemoteContentServiceImpl.RemoteContentFinderImpl.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
(javax.ws.rs.client.WebTarget webTarget, Class<K> keyClass, Class<V> listContentClass) protected <E> CompletionStage<PageResponse<E>>
AbstractRemoteService.getCompletionStagePageResponseList
(javax.ws.rs.client.WebTarget webTarget, Class<E> contentClass) 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
(javax.ws.rs.client.WebTarget webTarget, Class<T> entityClass, Object postEntity, javax.ws.rs.core.MediaType mediaType) -
Uses of PageResponse in com.atlassian.confluence.rest.client.graphql
Modifier and TypeMethodDescriptionGraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchManyCompletionStage
(ContentType type, PageRequest request) GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl.fetchManyCompletionStage
(ContentType type, PageRequest request) GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByTypeCompletionStage
(PageRequest request) GraphQLRemoteContentLabelServiceImpl.getLabelsCompletionStage
(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) -
Uses of PageResponse in com.atlassian.confluence.rest.client.impl
Modifier 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.people
Modifier and TypeMethodDescriptionRemoteGroupService.RemoteGroupFinder.fetchManyCompletionStage
(PageRequest request) RemoteGroupServiceImpl.RemoteGroupFinderImpl.fetchManyCompletionStage
(PageRequest request) -
Uses of PageResponse in com.atlassian.confluence.rest.serialization.jackson2
Modifier and TypeMethodDescriptionRestListDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) Modifier and TypeMethodDescriptionvoid
PageResponseSerializer.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.graphql
Modifier and TypeClassDescriptionclass
A graphql formatted pagination response.ModifierConstructorDescriptionGraphQLPageResponse
(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.model
Modifier and TypeClassDescriptionfinal class
RestList<T>
The RestList participates in our collection serialization by jackson, and allows collections to be enriched with extra properties during serialization.Modifier 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) ModifierConstructorDescriptionRestPageRequest
(Navigation.Builder navBuilder, PageResponse<Content> response) RestPageRequest
(javax.ws.rs.core.UriBuilder requestUri, PageResponse response) -
Uses of PageResponse in com.atlassian.confluence.spaces
Modifier and TypeMethodDescriptionfinal @NonNull PageResponse<Space>
DefaultSpaceManager.getSpaces
(SpacesQuery query, LimitedRequest limitedRequest, Predicate<? super Space>... filter) -
Uses of PageResponse in com.atlassian.confluence.user
Modifier and TypeMethodDescription@NonNull PageResponse<ConfluenceUser>
ConfluenceUserResolver.getUsers
(LimitedRequest limitedRequest) Get fully backed (active or disabled) Confluence Users.DefaultUserAccessor.getUsers
(LimitedRequest limitedRequest) @NonNull PageResponse<ConfluenceUser>
ReadOnlyUserAccessor.getUsers
(LimitedRequest limitedRequest) -
Uses of PageResponse in com.atlassian.confluence.user.actions
Modifier and TypeMethodDescriptionAbstractSearchCrowdUsersAction.getPageResponse()
BrowseUnsyncedUsersAction.getPageResponse()
Modifier and TypeMethodDescriptionvoid
AbstractSearchCrowdUsersAction.setPageResponse
(PageResponse<ConfluenceUser> result) void
BrowseUnsyncedUsersAction.setPageResponse
(PageResponse<Person> pageResponse)