Uses of Interface
com.atlassian.confluence.api.model.pagination.PageResponse
-
-
Uses of PageResponse in bucket.core.persistence
Methods in bucket.core.persistence that return PageResponse Modifier and Type Method Description <T> @NonNull PageResponse<T>ObjectDao. findByClassIds(Iterable<Long> ids, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super T> filter)Deprecated, for removal: This API element is subject to removal in a future version.since 8.6 -
Uses of PageResponse in com.atlassian.confluence.api.impl.pagination
Methods in com.atlassian.confluence.api.impl.pagination that return PageResponse Modifier and Type Method Description static <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 <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.PageResponse<T>Paginated. 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)Method parameters in com.atlassian.confluence.api.impl.pagination with type arguments of type PageResponse Modifier and Type Method Description <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.content
Methods in com.atlassian.confluence.api.impl.service.content that return PageResponse Modifier and Type Method Description PageResponse<Content>AttachmentServiceImpl. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads)PageResponse<Content>AttachmentServiceImpl. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)PageResponse<Content>AttachmentServiceImpl. addAttachments(ContentId containerId, Collection<AttachmentUpload> uploads)PageResponse<Label>ContentLabelServiceImpl. addLabels(ContentId contentId, Iterable<Label> labels)PageResponse<Content>SpaceServiceImpl.SpaceContentImpl. fetchMany(ContentType type, PageRequest pageRequest)PageResponse<Space>SpaceServiceImpl.SpaceFinderImpl. fetchMany(PageRequest request)PageResponse<Label>ContentLabelServiceImpl. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest)Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type PageResponse Modifier and Type Method Description Map<ContentType,PageResponse<Content>>SpaceServiceImpl.SpaceContentImpl. fetchMappedByType(PageRequest pageRequest) -
Uses of PageResponse in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return PageResponse Modifier and Type Method Description PageResponse<Content>ChildSupport. 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 PageResponse Modifier and Type Method Description Map<ContentType,PageResponse<Content>>ChildContentFactory. buildFrom(ContentSelector parentSelector, Depth depth, Fauxpansions fauxpansions)Map<ContentType,PageResponse<Content>>ChildSupport. getChildrenMap(ContentSelector parentSelector, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth)Map<ContentType,PageResponse<Content>>ChildSupport. getChildrenMap(ContentSelector parentSelector, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location)Map<ContentType,PageResponse<Content>>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.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return PageResponse Modifier and Type Method Description PageResponse<Content>AttachmentContentTypeApiSupport. 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>CommentContentTypeApiSupport. getChildrenForThisType(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)protected PageResponse<Content>PageContentTypeApiSupport. getChildrenForThisType(Page content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)PageResponse<Content>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>CommentContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)protected PageResponse<Content>PageContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth) -
Uses of PageResponse in com.atlassian.confluence.api.impl.service.longtasks
Methods in com.atlassian.confluence.api.impl.service.longtasks that return PageResponse Modifier and Type Method Description PageResponse<LongTaskStatus>LongTaskServiceImpl. getAll(PageRequest request, Expansion... expansions) -
Uses of PageResponse in com.atlassian.confluence.api.impl.service.network
Methods in com.atlassian.confluence.api.impl.service.network that return PageResponse Modifier and Type Method Description PageResponse<User>NetworkServiceImpl. getFollowers(com.atlassian.sal.api.user.UserKey userKey, PageRequest request)PageResponse<User>NetworkServiceImpl. getFollowing(com.atlassian.sal.api.user.UserKey userKey, PageRequest request) -
Uses of PageResponse in com.atlassian.confluence.api.impl.service.people
Methods in com.atlassian.confluence.api.impl.service.people that return PageResponse Modifier and Type Method Description PageResponse<Group>GroupServiceImpl.GroupFinderImpl. fetchMany(PageRequest pageRequest)PageResponse<Person>PersonServiceImpl.PersonFinderImpl. fetchMany(PageRequest request)PageResponse<Person>PersonServiceImpl.PersonSearcherImpl. fetchMany(PageRequest request) -
Uses of PageResponse in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return types with arguments of type PageResponse Modifier and Type Method Description Map<ContentType,PageResponse<Content>>Content. getChildren()Returns a map of the immediate sub-content of this Content, split by ContentType.Map<ContentType,PageResponse<Content>>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 PageResponse Modifier and Type Method Description Content.ContentBuilderContent.ContentBuilder. children(Map<ContentType,PageResponse<Content>> children)Content.ContentBuilderContent.ContentBuilder. descendants(Map<ContentType,PageResponse<Content>> descendants) -
Uses of PageResponse in com.atlassian.confluence.api.model.pagination
Classes in com.atlassian.confluence.api.model.pagination that implement PageResponse Modifier and Type Class Description classPageResponseImpl<T>A wrapper around a list of content.Methods in com.atlassian.confluence.api.model.pagination that return PageResponse Modifier and Type Method Description static <T> PageResponse<T>PageResponseImpl. filteredPageResponse(LimitedRequest limitedRequest, List<T> items, com.google.common.base.Predicate<? super T> predicate)Deprecated.since 6.10.0.static <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.Methods in com.atlassian.confluence.api.model.pagination with parameters of type PageResponse Modifier and Type Method Description static <F,T>
PageResponseImpl<T>PageResponseImpl. transform(PageResponse<F> input, com.google.common.base.Function<F,T> mapper)Deprecated.since 6.10.0.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.permissions
Classes in com.atlassian.confluence.api.model.permissions that implement PageResponse Modifier and Type Class Description classContentRestrictionsPageResponseSpecial implementation ofPageResponseforContentRestrictionobjects.Methods in com.atlassian.confluence.api.model.permissions that return types with arguments of type PageResponse Modifier and Type Method Description Map<SubjectType,PageResponse<Subject>>ContentRestriction. 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 PageResponse Modifier and Type Method Description ContentRestriction.ContentRestrictionBuilderContentRestriction.ContentRestrictionBuilder. restrictions(@Nullable Map<SubjectType,PageResponse<Subject>> restrictions) -
Uses of PageResponse in com.atlassian.confluence.api.model.reference
Methods in com.atlassian.confluence.api.model.reference that return PageResponse Modifier and Type Method Description static <T> PageResponse<T>BuilderUtils. collapsedPageResponse(Navigation.Builder navBuilder) -
Uses of PageResponse in com.atlassian.confluence.api.model.search
Classes in com.atlassian.confluence.api.model.search that implement PageResponse Modifier and Type Class Description classSearchPageResponse<T>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
Methods in com.atlassian.confluence.api.service.content that return PageResponse Modifier and Type Method Description PageResponse<Content>AttachmentService. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads)Add one or more attachments to a piece ofContent.PageResponse<Content>AttachmentService. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)Add one or more attachments to a piece ofContent.PageResponse<Content>AttachmentService. addAttachments(ContentId containerId, Collection<AttachmentUpload> uploads)Add one or more attachments to a piece ofContent.PageResponse<Label>ContentLabelService. addLabels(ContentId contentId, Iterable<Label> labels)Adds the given labels to the specified contentPageResponse<Content>ChildContentService.ChildContentFinder. fetchMany(ContentType type, PageRequest request)Retrieve all content of the particular type contained in this parent.PageResponse<Content>ContentService.ContentFetcher. fetchMany(ContentType type, PageRequest request)PageResponse<Content>SpaceService.SpaceContentFinder. fetchMany(ContentType type, PageRequest request)Retrieve all content contained in this space of the particular typePageResponse<Label>ContentLabelService. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest)Get the labels attached to a given piece of content in the given namespacesMethods in com.atlassian.confluence.api.service.content that return types with arguments of type PageResponse Modifier and Type Method Description Map<ContentType,PageResponse<Content>>ContentService.ContentFetcher. fetchMappedByContentType(PageRequest request)Map<ContentType,PageResponse<Content>>ChildContentService.ChildContentFinder. fetchMappedByType(PageRequest request)Retrieve all content contained in this parent mapped by ContentType.Map<ContentType,PageResponse<Content>>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
Methods in com.atlassian.confluence.api.service.content.template that return PageResponse Modifier and Type Method Description default PageResponse<ContentTemplate>ContentTemplateService. getTemplates(ContentTemplateType contentTemplateType, com.atlassian.fugue.Option<Space> space, PageRequest pageRequest, Expansion... expansions)Deprecated.PageResponse<ContentTemplate>ContentTemplateService. 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
Methods in com.atlassian.confluence.api.service.finder that return PageResponse Modifier and Type Method Description PageResponse<T>ManyFetcher. fetchMany(PageRequest request) -
Uses of PageResponse in com.atlassian.confluence.api.service.longtasks
Methods in com.atlassian.confluence.api.service.longtasks that return PageResponse Modifier and Type Method Description PageResponse<LongTaskStatus>LongTaskService. 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
Methods in com.atlassian.confluence.api.service.network that return PageResponse Modifier and Type Method Description PageResponse<User>NetworkService. getFollowers(com.atlassian.sal.api.user.UserKey userKey, PageRequest request)Gets the users who are following the given user.PageResponse<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
Methods in com.atlassian.confluence.api.service.pagination that return PageResponse Modifier and Type Method Description default <H,M>
PageResponse<M>PaginationService. doPaginationListRequest(LimitedRequest pageRequest, PaginationBatch<H> fetchBatch, com.google.common.base.Function<Iterable<H>,Iterable<M>> modelConverter)Deprecated.since 7.0.1.default <H,M>
PageResponse<M>PaginationService. doPaginationRequest(LimitedRequest pageRequest, PaginationBatch<H> fetchBatch, com.google.common.base.Function<? super H,M> modelConverter)Deprecated.since 7.0.1.<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.default <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 PageResponse Modifier and Type Method Description default <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
Methods in com.atlassian.confluence.api.service.relations that return PageResponse Modifier and Type Method Description PageResponse<R>RelationService.RelatableFinder. fetchMany(PageRequest pageRequest, Expansion... expansions) -
Uses of PageResponse in com.atlassian.confluence.api.service.search
Methods in com.atlassian.confluence.api.service.search that return PageResponse Modifier and Type Method Description PageResponse<Content>CQLSearchService. searchContent(String cqlInput, Expansion... expansions)Execute a CQL search query and fetch a page results.PageResponse<Content>CQLSearchService. searchContent(String cqlInput, PageRequest pageRequest, Expansion... expansions)Execute a CQL search query and fetch a page results.PageResponse<Content>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.testsupport.matchers.model.reference
Methods in com.atlassian.confluence.api.testsupport.matchers.model.reference that return types with arguments of type PageResponse Modifier and Type Method Description static 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
Methods in com.atlassian.confluence.content that return PageResponse Modifier and Type Method Description default <T> @NonNull PageResponse<T>CustomContentManager. findByQuery(ContentQuery<T> query, boolean cacheable, LimitedRequest request, com.google.common.base.Predicate<T> predicate)Deprecated.since 7.0.1.default <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.7default @NonNull PageResponse<Content>CustomContentManager. getChildrenOfType(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)Deprecated.since 7.0.1.@NonNull PageResponse<Content>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
Methods in com.atlassian.confluence.content.apisupport that return PageResponse Modifier and Type Method Description default PageResponse<Content>ContentTypeApiSupport. getChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)Deprecated.since 7.0.1.protected abstract PageResponse<Content>BaseContentTypeApiSupport. getChildrenForThisType(T content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)protected PageResponse<Content>BaseContentTypeApiSupport. getChildrenForThisType(T content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)Deprecated.since 7.0.1.protected abstract PageResponse<Content>BaseContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)protected PageResponse<Content>BaseContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)Deprecated.since 7.0.1.protected PageResponse<Content>CustomContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)protected PageResponse<Content>CustomContentTypeApiSupport. getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)Deprecated.since 7.0.1.PageResponse<Content>BaseContentTypeApiSupport. getFilteredChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super ContentEntityObject> predicate)Retrieve the children of an item of Content.PageResponse<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 overridden -
Uses of PageResponse in com.atlassian.confluence.content.persistence
Methods in com.atlassian.confluence.content.persistence that return PageResponse Modifier and Type Method Description default <T> PageResponse<T>CustomContentDao. findByQuery(ContentQuery<T> query, boolean cacheable, LimitedRequest request, com.google.common.base.Predicate<T> predicate)Deprecated.since 7.0.1.default <T> PageResponse<T>CustomContentDao. findByQueryAndFilter(ContentQuery<T> query, boolean cacheable, LimitedRequest request, Predicate<T> predicate)Deprecated. -
Uses of PageResponse in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return PageResponse Modifier and Type Method Description @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
Methods in com.atlassian.confluence.core.persistence that return PageResponse Modifier and Type Method Description PageResponse<SpaceContentEntityObject>ContentEntityObjectDao. findContentBySpaceIdAndStatus(long spaceId, String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate)Deprecated.since 7.0.1.PageResponse<AbstractPage>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.PageResponse<AbstractPage>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)PageResponse<VersionHistorySummary>ContentEntityObjectDao. getVersionHistorySummary(long originalContentId, LimitedRequest request)Get version history with pagination. -
Uses of PageResponse in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate that return PageResponse Modifier and Type Method Description <E> @NonNull PageResponse<E>HibernateObjectDao. findByClassIds(Iterable<Long> ids, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super E> filter)Deprecated.since 6.10.0.@NonNull PageResponse<T>HibernateObjectDao. findByClassIdsFiltered(Iterable<Long> ids, LimitedRequest limitedRequest, Predicate<? super T> filter) -
Uses of PageResponse in com.atlassian.confluence.follow.persistence.dao
Methods in com.atlassian.confluence.follow.persistence.dao that return PageResponse Modifier and Type Method Description PageResponse<ConfluenceUser>ConnectionDao. getFilteredFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate)Returns a list of usernames for the users that the specified user is followingPageResponse<ConfluenceUser>ConnectionDao. getFilteredFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate)Returns a list of users that are followers of the specified userdefault PageResponse<ConfluenceUser>ConnectionDao. getFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)Deprecated.since 7.0.1.default PageResponse<ConfluenceUser>ConnectionDao. getFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)Deprecated.since 7.0.1. -
Uses of PageResponse in com.atlassian.confluence.follow.persistence.dao.hibernate
Methods in com.atlassian.confluence.follow.persistence.dao.hibernate that return PageResponse Modifier and Type Method Description PageResponse<ConfluenceUser>HibernateConnectionDao. getFilteredFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate)Returns a list of usernames for the users that the specified user is followingPageResponse<ConfluenceUser>HibernateConnectionDao. 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
Methods in com.atlassian.confluence.impl.content that return PageResponse Modifier and Type Method Description static <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)PageResponse<AbstractPage>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)PageResponse<ContentEntityObject>DefaultContentEntityManager. getByIdsAndFilters(List<ContentId> contentIds, LimitedRequest limitedRequest, Predicate<? super ContentEntityObject>... filters)@NonNull PageResponse<Page>DefaultPageManager. getChildren(Page page, LimitedRequest pageRequest, Depth depth)@NonNull PageResponse<Content>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>... predicates)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>... predicates)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
Methods in com.atlassian.confluence.impl.labels that return PageResponse Modifier and Type Method Description PageResponse<Label>CachingLabelManager. findGlobalLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest)PageResponse<Label>CachingLabelManager. findTeamLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest) -
Uses of PageResponse in com.atlassian.confluence.impl.pages.attachments
Methods in com.atlassian.confluence.impl.pages.attachments that return PageResponse Modifier and Type Method Description PageResponse<Attachment>ReadThroughCachingAttachmentManager. getFilteredAttachments(ContentEntityObject content, LimitedRequest pageRequest, Predicate<? super Attachment> filterPredicate)Returns the current attachments under the CEO. -
Uses of PageResponse in com.atlassian.confluence.impl.service.finder
Methods in com.atlassian.confluence.impl.service.finder that return PageResponse Modifier and Type Method Description PageResponse<T>NoopFetcher. fetchMany(PageRequest request) -
Uses of PageResponse in com.atlassian.confluence.impl.service.finder.content
Methods in com.atlassian.confluence.impl.service.finder.content that return PageResponse Modifier and Type Method Description PageResponse<Content>NoopContentFinder. fetchMany(ContentType type, PageRequest request)Methods in com.atlassian.confluence.impl.service.finder.content that return types with arguments of type PageResponse Modifier and Type Method Description Map<ContentType,PageResponse<Content>>NoopContentFinder. fetchMappedByContentType(PageRequest request) -
Uses of PageResponse in com.atlassian.confluence.internal
Methods in com.atlassian.confluence.internal that return PageResponse Modifier and Type Method Description default @NonNull PageResponse<ContentEntityObject>ContentEntityManagerInternal. getByIds(List<ContentId> contentIds, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super ContentEntityObject>... filter)Deprecated.since 7.0.1.@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.internal.audit.persistence.dao
Methods in com.atlassian.confluence.internal.audit.persistence.dao that return PageResponse Modifier and Type Method Description PageResponse<AuditRecordEntity>AuditRecordDao. getRecords(LimitedRequest request, Instant startDate, Instant endDate, boolean includeSysAdmin, String searchString)Deprecated. -
Uses of PageResponse in com.atlassian.confluence.internal.audit.persistence.dao.hibernate
Methods in com.atlassian.confluence.internal.audit.persistence.dao.hibernate that return PageResponse Modifier and Type Method Description PageResponse<AuditRecordEntity>HibernateAuditRecordDao. getRecords(LimitedRequest request, Instant startDate, Instant endDate, boolean includeSysAdmin, String searchString)Deprecated. -
Uses of PageResponse in com.atlassian.confluence.internal.labels
Methods in com.atlassian.confluence.internal.labels that return PageResponse Modifier and Type Method Description PageResponse<Label>LabelManagerInternal. 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.longrunning
Methods in com.atlassian.confluence.internal.longrunning that return PageResponse Modifier and Type Method Description PageResponse<LongTaskStatus>LongRunningTaskManagerInternal. getAllTasks(@Nullable ConfluenceUser asUser, LimitedRequest request)Get all currently-tracked tasks that the specified user can see. -
Uses of PageResponse in com.atlassian.confluence.internal.pages
Methods in com.atlassian.confluence.internal.pages that return PageResponse Modifier and Type Method Description default @NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.default @NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.default @NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(LocalDate creationDay, ZoneId zone, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter)default @NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.default @NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.PageResponse<Page>PageManagerInternal. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)Returns all the children of a page (including drafts), limited to the pagination requesteddefault PageResponse<Attachment>AttachmentManagerInternal. getAttachments(ContentEntityObject content, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Attachment> filterPredicate)Deprecated.since 7.0.1.default @NonNull PageResponse<BlogPost>PageManagerInternal. getBlogPosts(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super BlogPost>... filter)Deprecated.since 7.0.1.default @NonNull PageResponse<Comment>CommentManagerInternal. getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)Deprecated.since 7.0.1.@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.default @NonNull PageResponse<Comment>CommentManagerInternal. getContainerComments(long containerId, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)Deprecated.since 7.0.1.@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.PageResponse<Attachment>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>... predicates)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>... predicates)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.default @NonNull PageResponse<Page>PageManagerInternal. getPages(LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page>... filter)Deprecated.since 7.0.1.default @NonNull PageResponse<Page>PageManagerInternal. getPages(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page>... filter)Deprecated.since 7.0.1.@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.internal.pages.persistence
Methods in com.atlassian.confluence.internal.pages.persistence that return PageResponse Modifier and Type Method Description default PageResponse<AbstractPage>PageDaoInternal. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.default PageResponse<AbstractPage>PageDaoInternal. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.default PageResponse<AbstractPage>PageDaoInternal. getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.default PageResponse<AbstractPage>PageDaoInternal. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.default PageResponse<AbstractPage>PageDaoInternal. getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.default PageResponse<AbstractPage>PageDaoInternal. getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.default PageResponse<AbstractPage>PageDaoInternal. getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.default PageResponse<BlogPost>PageDaoInternal. getBlogPosts(Space space, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super BlogPost> filter)Deprecated.since 7.0.1.default PageResponse<Page>PageDaoInternal. getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)Deprecated.since 7.0.1.default PageResponse<Comment>CommentDaoInternal. getFilteredChildren(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment>... predicates)Get the children of a commentdefault PageResponse<Comment>CommentDaoInternal. getFilteredContainerComments(long containerId, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment>... predicates)Get the comments belonging to a containerdefault PageResponse<Attachment>AttachmentDaoInternal. getFilteredLatestVersionsOfAttachments(ContentEntityObject ceo, LimitedRequest pageRequest, Predicate<? super Attachment> predicate)Deprecated, for removal: This API element is subject to removal in a future version.default PageResponse<Page>PageDaoInternal. getPages(LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super Page> filter)Deprecated.since 7.0.1.default PageResponse<Page>PageDaoInternal. getPages(Space space, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super Page> filter)Deprecated.since 7.0.1.default PageResponse<Page>PageDaoInternal. getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)Deprecated.since 7.0.1. -
Uses of PageResponse in com.atlassian.confluence.internal.pagination
Methods in com.atlassian.confluence.internal.pagination that return PageResponse Modifier and Type Method Description static <T> PageResponse<T>SubListResponse. from(List<T> list, LimitedRequest request) -
Uses of PageResponse in com.atlassian.confluence.internal.persistence
Methods in com.atlassian.confluence.internal.persistence that return PageResponse Modifier and Type Method Description <E> @NonNull PageResponse<E>DelegatingObjectDaoInternal. findByClassIds(Iterable<Long> ids, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super E> filter)Deprecated.since 6.10.0.<E> @NonNull PageResponse<E>ObjectDaoInternal. findByClassIds(Iterable<Long> ids, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super E> filter)Deprecated.since 6.10.0.@NonNull PageResponse<T>DelegatingObjectDaoInternal. findByClassIdsFiltered(Iterable<Long> ids, LimitedRequest limitedRequest, Predicate<? super T> filter)@NonNull PageResponse<T>ObjectDaoInternal. findByClassIdsFiltered(Iterable<Long> ids, LimitedRequest limitedRequest, Predicate<? super T> filter)Find a list of objects from the same persistent class.default 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
Methods in com.atlassian.confluence.internal.persistence.hibernate that return PageResponse Modifier and Type Method Description PageResponse<SpaceContentEntityObject>AbstractContentEntityObjectHibernateDao. findContentBySpaceIdAndStatus(long spaceId, String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate)Deprecated.since 7.0.1.PageResponse<AbstractPage>AbstractContentEntityObjectHibernateDao. getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest limitedRequest)PageResponse<AbstractPage>AbstractContentEntityObjectHibernateDao. getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest limitedRequest)protected <T extends ConfluenceEntityObject>
PageResponse<T>AbstractContentEntityObjectHibernateDao. getPagesByCursor(Function<LimitedRequest,List<T>> searchPages, LimitedRequest originalRequest, Predicate<? super T> filter)PageResponse<ContentEntityObject>AbstractContentEntityObjectHibernateDao. getTrashedContents(String spaceKey, LimitedRequest pageRequest, Predicate<? super ContentEntityObject> filter)PageResponse<VersionHistorySummary>AbstractContentEntityObjectHibernateDao. getVersionHistorySummary(long originalContentId, LimitedRequest request) -
Uses of PageResponse in com.atlassian.confluence.internal.relations
Methods in com.atlassian.confluence.internal.relations that return PageResponse Modifier and Type Method Description @NonNull PageResponse<RelatableEntity>DefaultRelationManager. getSources(RelationQuery request, LimitedRequest pageRequest)@NonNull PageResponse<RelatableEntity>RelationManager. getSources(RelationQuery request, LimitedRequest pageRequest)Fetch all related sources for the entity.@NonNull PageResponse<RelatableEntity>DefaultRelationManager. getTargets(RelationQuery request, LimitedRequest pageRequest)@NonNull PageResponse<RelatableEntity>RelationManager. getTargets(RelationQuery request, LimitedRequest pageRequest)Fetch all related targets for the entity. -
Uses of PageResponse in com.atlassian.confluence.internal.spaces
Methods in com.atlassian.confluence.internal.spaces that return PageResponse Modifier and Type Method Description @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.internal.user
Methods in com.atlassian.confluence.internal.user that return PageResponse Modifier and Type Method Description PageResponse<ConfluenceUser>UserSearchServiceInternal. doUserSearch(PageRequest pageRequest, UserSearchRequest searchRequest)PageResponse<ConfluenceUser>UserSearchServiceInternalImpl. doUserSearch(PageRequest pageRequest, UserSearchRequest searchRequest)Methods in com.atlassian.confluence.internal.user that return types with arguments of type PageResponse Modifier and Type Method Description com.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.it.api
Methods in com.atlassian.confluence.it.api that return PageResponse Modifier and Type Method Description PageResponse<Content>TestAttachmentFactory. addAttachments(int numFiles, javax.ws.rs.core.MediaType contentType)Methods in com.atlassian.confluence.it.api with parameters of type PageResponse Modifier and Type Method Description static List<Attachment>ApiEntityConverter. convertApiContentPageToItAttachments(PageResponse<Content> contents) -
Uses of PageResponse in com.atlassian.confluence.it.api.test.plugin.apiavailable
Methods in com.atlassian.confluence.it.api.test.plugin.apiavailable that return PageResponse Modifier and Type Method Description protected PageResponse<Content>DummyAvailableContentTypeSupport. getChildrenForThisType(CustomContentEntityObject content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) -
Uses of PageResponse in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return PageResponse Modifier and Type Method Description PageResponse<Label>DefaultLabelManager. findGlobalLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest)PageResponse<Label>DefaultLabelManager. findTeamLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest) -
Uses of PageResponse in com.atlassian.confluence.labels.actions
Methods in com.atlassian.confluence.labels.actions that return PageResponse Modifier and Type Method Description PageResponse<Label>ListLabelsBySpaceAction. getPageResponse() -
Uses of PageResponse in com.atlassian.confluence.labels.persistence.dao
Methods in com.atlassian.confluence.labels.persistence.dao that return PageResponse Modifier and Type Method Description PageResponse<Label>LabelDao. 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
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return PageResponse Modifier and Type Method Description PageResponse<Label>HibernateLabelDao. findGlobalLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest)PageResponse<Label>HibernateLabelDao. findTeamLabelsByNamePrefix(String namePrefix, LimitedRequest pageRequest) -
Uses of PageResponse in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return PageResponse Modifier and Type Method Description PageResponse<Page>PageManager. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)Returns the children of a page which have a status of DRAFT, limited to the pagination requested.PageResponse<Attachment>DefaultAttachmentManager. getFilteredAttachments(ContentEntityObject content, LimitedRequest pageRequest, Predicate<? super Attachment> filterPredicate)PageResponse<Attachment>DelegatorAttachmentManager. getFilteredAttachments(ContentEntityObject content, LimitedRequest pageRequest, Predicate<? super Attachment> filterPredicate)Returns the current attachments under the CEO.PageResponse<Content>DefaultTrashManager. getTrashContents(Space space, LimitedRequest request, Expansion[] expansions)PageResponse<Content>TrashManager. getTrashContents(Space space, LimitedRequest request, Expansion... expansions)Retrieve a subset of the contents of the trash for a particular space. -
Uses of PageResponse in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return PageResponse Modifier and Type Method Description PageResponse<Page>ListPermissionPagesAction. getPageResponse()default <T> PageResponse<T>PaginationServiceSupportActionAware. getPageResponse()Will return pagination data in new formPageResponse<Content>ViewTrashAction. getTrash()Constructors in com.atlassian.confluence.pages.actions with parameters of type PageResponse Constructor Description PaginationSupportAdaptor(long totalItems, int pageSize, PageResponse<T> pageResponse) -
Uses of PageResponse in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return PageResponse Modifier and Type Method Description <T> @NonNull PageResponse<T>DelegatingPageDao. findByClassIds(Iterable<Long> ids, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super T> filter)Deprecated.@NonNull PageResponse<Page>DelegatingPageDao. findByClassIdsFiltered(Iterable<Long> ids, LimitedRequest limitedRequest, Predicate<? super Page> filter)PageResponse<SpaceContentEntityObject>DelegatingPageDao. findContentBySpaceIdAndStatus(long spaceId, String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super SpaceContentEntityObject> predicate)Deprecated.PageResponse<AbstractPage>PageDao. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<Page>DelegatingPageDao. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)PageResponse<Page>PageDao. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)Deprecated, for removal: This API element is subject to removal in a future version.Returns all children of a page (including drafts), limited to the pagination requested.PageResponse<BlogPost>PageDao. getBlogPosts(Space space, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super BlogPost> filter)Deprecated.since 7.0.1.default PageResponse<Comment>CommentDao. getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)Deprecated.since 7.0.1.PageResponse<Page>PageDao. getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)Deprecated.since 7.0.1.default PageResponse<Comment>CommentDao. getContainerComments(long containerId, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)Deprecated.since 7.0.1.PageResponse<Page>DelegatingPageDao. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)PageResponse<Page>PageDao. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)Deprecated, for removal: This API element is subject to removal in a future version.Returns the children of a page which have a status of DRAFT, limited to the pagination requested.default PageResponse<Attachment>AttachmentDao. getLatestVersionsOfAttachments(ContentEntityObject ceo, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Attachment> predicate)Deprecated.since 7.0.1.PageResponse<AbstractPage>DelegatingPageDao. getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request)PageResponse<AbstractPage>DelegatingPageDao. getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request)PageResponse<Page>PageDao. getPages(LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super Page> filter)Deprecated.since 7.0.1.PageResponse<Page>PageDao. getPages(Space space, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super Page> filter)Deprecated.since 7.0.1.PageResponse<Page>PageDao. getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)Deprecated.since 7.0.1.PageResponse<VersionHistorySummary>DelegatingPageDao. getVersionHistorySummary(long originalContentId, LimitedRequest request) -
Uses of PageResponse in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return PageResponse Modifier and Type Method Description PageResponse<Page>HibernatePageDao. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)PageResponse<Page>HibernatePageDao. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth) -
Uses of PageResponse in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty that return PageResponse Modifier and Type Method Description PageResponse<T>TransactionWrappingFinder. fetchMany(PageRequest request) -
Uses of PageResponse in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Methods in com.atlassian.confluence.plugins.contentproperty.spaceproperty that return PageResponse Modifier and Type Method Description PageResponse<JsonSpaceProperty>SpacePropertyFinderImpl. fetchMany(PageRequest request) -
Uses of PageResponse in com.atlassian.confluence.plugins.graphql.providers
Methods in com.atlassian.confluence.plugins.graphql.providers that return PageResponse Modifier and Type Method Description PageResponse<Label>ContentLabelsProvider. labels(List<String> prefixes, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo, graphql.schema.DataFetchingEnvironment env) -
Uses of PageResponse in com.atlassian.confluence.plugins.restapi.examples
Fields in com.atlassian.confluence.plugins.restapi.examples declared as PageResponse Modifier and Type Field Description static PageResponse<Object>WebhookExamples. PAGE_OF_WEBHOOKS -
Uses of PageResponse in com.atlassian.confluence.plugins.restapi.experimental.resources
Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that return PageResponse Modifier and Type Method Description PageResponse<ContentRestriction>ExperimentalContentRestrictionsResource. addRestrictions(ContentId contentId, String expand, PageResponse<ContentRestriction> contentRestrictions)Adds all the restrictions specified to a piece of content identified bycontentId.PageResponse<ContentRestriction>ExperimentalContentRestrictionsResource. deleteRestrictions(ContentId contentId, String expand)Removes all the restrictions specified directly on the content.PageResponse<ContentTemplate>TemplateResource. getBlueprintTemplates(String spaceKey, int start, int limit, String expand, javax.ws.rs.core.UriInfo uriInfo)Returns all blueprint templates of the space specified.PageResponse<Version>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.PageResponse<ContentTemplate>TemplateResource. getContentTemplates(String spaceKey, int start, int limit, String expand, javax.ws.rs.core.UriInfo uriInfo)Returns all content templates of the space specified.PageResponse<Group>ExperimentalGroupResource. getGroups(String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Get a paginated collection of user groupsPageResponse<Group>ExperimentalUserResource. 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 ofPageResponse<Person>ExperimentalGroupResource. getMembers(Group group, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Get a paginated collection of users in the given groupPageResponse<ContentRestriction>ExperimentalContentRestrictionsResource. 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 bycontentIdparamPageResponse<ContentRestriction>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.Methods in com.atlassian.confluence.plugins.restapi.experimental.resources with parameters of type PageResponse Modifier and Type Method Description PageResponse<ContentRestriction>ExperimentalContentRestrictionsResource. addRestrictions(ContentId contentId, String expand, PageResponse<ContentRestriction> contentRestrictions)Adds all the restrictions specified to a piece of content identified bycontentId.PageResponse<ContentRestriction>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
Methods in com.atlassian.confluence.plugins.restapi.resources that return PageResponse Modifier and Type Method Description PageResponse<Label>ContentLabelsResource. addLabels(ContentId contentId, String labels)Adds a list of labels to the specified content.PageResponse<JsonSpaceProperty>SpacePropertyResource. get(String spaceKey, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns a paginated list of space properties.PageResponse<Content>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)Returns a paginated list of Content.PageResponse<Content>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)PageResponse<Group>GroupResource. getGroups(String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Get a paginated collection of user groupsPageResponse<Group>UserResource. getGroups(String 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 ofPageResponse<Person>GroupResource. getMembers(Group group, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Get a paginated collection of users in the given groupPageResponse<Person>UserResource. getUsers(String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Gets a paginated collection of all registered users, including but not limited to: Disabled users Enabled users Enabled users which count towards the license count on the site Enabled users which do not count towards the license count on the site Enabled users which have "can use" global permissions Enabled users which do not have "can use" global permissionsPageResponse<Label>ContentLabelsResource. labels(ContentId contentId, List<String> prefixes, int offset, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns the list of labels on a piece of Content.PageResponse<Content>ContentResource. scanContent(String spaceKey, List<ContentStatus> statuses, String expand, int limit, String cursor, javax.ws.rs.core.UriInfo uriInfo)Returns a paginated list of Content.PageResponse<Content>ContentResource. search(String cql, String cqlcontext, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Fetch a list of content using the Confluence Query Language (CQL).PageResponse<Space>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)Returns information about a number of spaces.PageResponse<ContentRestriction>ContentRestrictionResource. updateRestrictions(ContentId contentId, String expand, List<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.resources that return types with arguments of type PageResponse Modifier and Type Method Description Map<ContentType,PageResponse<Content>>ChildContentResource. children(ContentId contentId, String expand, Integer parentVersion, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns a map of the direct children of a piece of Content.Map<ContentType,PageResponse<Content>>DescendantContentResource. descendants(ContentId contentId, String expand, javax.ws.rs.core.UriInfo uriInfo)Returns a map of the descendants of a piece of Content. -
Uses of PageResponse in com.atlassian.confluence.rest.api.model
Classes in com.atlassian.confluence.rest.api.model that implement PageResponse Modifier and Type Class Description 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.api.model that return PageResponse Modifier and Type Method Description PageResponse<T>RestList. getPageResponse()Methods in com.atlassian.confluence.rest.api.model with parameters of type PageResponse Modifier and Type Method Description RestPageRequestRestPageRequest. 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<T>RestList.Builder. results(PageResponse<T> pageResponse)Constructors in com.atlassian.confluence.rest.api.model with parameters of type PageResponse Constructor Description RestPageRequest(Navigation.Builder navBuilder, PageResponse<Content> response)RestPageRequest(javax.ws.rs.core.UriBuilder requestUri, PageResponse response) -
Uses of PageResponse in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type PageResponse Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteAttachmentService. addAttachments(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads)Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteAttachmentService. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteAttachmentService. addAttachments(ContentId contentId, Collection<AttachmentUpload> uploads)Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>RemoteAttachmentService. addAttachmentsCompletionStage(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads)CompletionStage<PageResponse<Content>>RemoteAttachmentService. addAttachmentsCompletionStage(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)CompletionStage<PageResponse<Content>>RemoteAttachmentService. addAttachmentsCompletionStage(ContentId contentId, Collection<AttachmentUpload> uploads)Add one or more attachments to a piece ofContent.CompletionStage<PageResponse<Content>>RemoteAttachmentServiceImpl. addAttachmentsCompletionStage(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads)CompletionStage<PageResponse<Content>>RemoteAttachmentServiceImpl. addAttachmentsCompletionStage(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)CompletionStage<PageResponse<Content>>RemoteAttachmentServiceImpl. addAttachmentsCompletionStage(ContentId contentId, Collection<AttachmentUpload> uploads)CompletionStage<PageResponse<Label>>AbstractRemoteContentLabelService. addLabelsCompletionStage(ContentId contentId, Iterable<Label> labels)default com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteChildContentService.RemoteChildContentFinder. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteContentService.RemoteContentFetcher. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<T>>RemoteManyFetcher. fetchMany(PageRequest request)Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteSpaceService.RemoteSpaceContentFinder. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>RemoteAttachmentService.RemoteAttachmentFinder. fetchManyCompletionStage(PageRequest request)CompletionStage<PageResponse<Content>>RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl. fetchManyCompletionStage(PageRequest request)CompletionStage<PageResponse<Content>>RemoteChildContentService.RemoteChildContentFinder. fetchManyCompletionStage(ContentType type, PageRequest request)Retrieve a paged list of content of the given type contained in this parentCompletionStage<PageResponse<Content>>RemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<PageResponse<JsonContentProperty>>RemoteContentPropertyService.RemoteContentPropertyFetcher. fetchManyCompletionStage(PageRequest request)CompletionStage<PageResponse<JsonContentProperty>>RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl. fetchManyCompletionStage(PageRequest request)CompletionStage<PageResponse<Content>>RemoteContentService.RemoteContentFetcher. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<PageResponse<Content>>RemoteContentServiceImpl.RemoteContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<PageResponse<ContentTemplate>>RemoteContentTemplateService.RemoteTemplateFetcher. fetchManyCompletionStage(PageRequest request)CompletionStage<PageResponse<T>>RemoteManyFetcher. fetchManyCompletionStage(PageRequest request)CompletionStage<PageResponse<T>>RemotePersonService.RemotePersonManyFetcher. fetchManyCompletionStage(PageRequest pageRequest)Deprecated.CompletionStage<PageResponse<Person>>RemotePersonServiceImpl.RemotePersonFinderImpl. fetchManyCompletionStage(PageRequest pageRequest)CompletionStage<PageResponse<T>>RemoteSpacePropertyService.RemoteManyFetcher. fetchManyCompletionStage(PageRequest request)CompletionStage<PageResponse<JsonSpaceProperty>>RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl. fetchManyCompletionStage(PageRequest request)CompletionStage<PageResponse<Content>>RemoteSpaceService.RemoteSpaceContentFinder. fetchManyCompletionStage(ContentType type, PageRequest request)Retrieve a paged list of content of the given type contained in this spaceCompletionStage<PageResponse<Space>>RemoteSpaceService.RemoteSpaceFinder. fetchManyCompletionStage(PageRequest request)CompletionStage<PageResponse<Content>>RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<PageResponse<Space>>RemoteSpaceServiceImpl.RemoteSpaceFinderImpl. fetchManyCompletionStage(PageRequest request)default com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteContentService.RemoteContentFetcher. fetchMappedByContentType(PageRequest request)Deprecated.since 7.0.1.CompletionStage<Map<ContentType,PageResponse<Content>>>AbstractRemoteContentService.AbstractRemoteContentFinder. fetchMappedByContentTypeCompletionStage(PageRequest request)CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteContentService.RemoteContentFetcher. fetchMappedByContentTypeCompletionStage(PageRequest request)CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteContentServiceImpl.RemoteContentFinderImpl. fetchMappedByContentTypeCompletionStage(PageRequest request)default com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteChildContentService.RemoteChildContentFinder. fetchMappedByType(PageRequest request)Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteSpaceService.RemoteSpaceContentFinder. fetchMappedByType(PageRequest request)Deprecated.since 7.0.1.CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteChildContentService.RemoteChildContentFinder. fetchMappedByTypeCompletionStage(PageRequest request)Retrieve the content contained in this parent.CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMappedByTypeCompletionStage(PageRequest request)CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteSpaceService.RemoteSpaceContentFinder. fetchMappedByTypeCompletionStage(PageRequest request)Retrieve the all content contained in this space.CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. fetchMappedByTypeCompletionStage(PageRequest request)default com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteContentService. getChildren(Content parent, PageRequest pageRequest, Expansion... expansion)Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>AbstractRemoteContentService. getChildrenCompletionStage(Content parent, PageRequest pageRequest, Expansion... expansions)CompletionStage<PageResponse<Content>>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(com.sun.jersey.api.client.WebResource resource, Class<K> keyClass, Class<V> listContentClass)protected <E> CompletionStage<PageResponse<E>>AbstractRemoteService. getCompletionStagePageResponseList(com.sun.jersey.api.client.WebResource resource, Class<E> contentClass)protected <K,V>
com.atlassian.util.concurrent.Promise<Map<K,PageResponse<V>>>AbstractRemoteService. getFutureMapOfPageResponses(com.sun.jersey.api.client.WebResource resource, Class<K> keyClass, Class<V> listContentClass)Deprecated.since 7.0.1.protected <E> com.atlassian.util.concurrent.Promise<PageResponse<E>>AbstractRemoteService. getFuturePageResponseList(com.sun.jersey.api.client.WebResource resource, Class<E> contentClass)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Label>>AbstractRemoteContentLabelService. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)Deprecated.since 8.7.abstract CompletionStage<PageResponse<Label>>AbstractRemoteContentLabelService. getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)CompletionStage<PageResponse<Label>>RemoteContentLabelServiceImpl. getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)default com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>>RemoteContentTemplateService. getTemplates(ContentTemplateType contentTemplateType, com.atlassian.fugue.Option<Space> space, PageRequest pageRequest, Expansion... expansions)Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>>RemoteContentTemplateService. getTemplates(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions)Deprecated.since 7.0.1.CompletionStage<PageResponse<ContentTemplate>>RemoteContentTemplateService. getTemplatesCompletionStage(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions)protected <T> CompletionStage<PageResponse<T>>AbstractRemoteService. postCompletionStageToPageResponse(com.sun.jersey.api.client.WebResource resource, Class<T> entityClass, Object postEntity, javax.ws.rs.core.MediaType mediaType)protected <T> com.atlassian.util.concurrent.Promise<PageResponse<T>>AbstractRemoteService. postFutureToPageResponse(com.sun.jersey.api.client.WebResource resource, Class<T> entityClass, Object postEntity, javax.ws.rs.core.MediaType mediaType)Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteCQLSearchService. searchContent(String cql, Expansion... expansions)Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteCQLSearchService. searchContent(String cql, PageRequest request, Expansion... expansions)Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteCQLSearchService. searchContent(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions)Deprecated.since 7.0.1. -
Uses of PageResponse in com.atlassian.confluence.rest.client.graphql
Methods in com.atlassian.confluence.rest.client.graphql that return types with arguments of type PageResponse Modifier and Type Method Description CompletionStage<PageResponse<Content>>GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<PageResponse<Content>>GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<Map<ContentType,PageResponse<Content>>>GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMappedByTypeCompletionStage(PageRequest request)CompletionStage<PageResponse<Label>>GraphQLRemoteContentLabelServiceImpl. getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) -
Uses of PageResponse in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl that return types with arguments of type PageResponse Modifier and Type Method Description CompletionStage<PageResponse<ContentTemplate>>RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl. fetchManyCompletionStage(PageRequest request)CompletionStage<PageResponse<Version>>RemoteContentVersionServiceImpl.RemoteVersionFinderImpl. fetchManyCompletionStage(PageRequest pageRequest)CompletionStage<PageResponse<ContentTemplate>>RemoteContentTemplateServiceImpl. getTemplatesCompletionStage(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions) -
Uses of PageResponse in com.atlassian.confluence.rest.client.remoteservice.people
Methods in com.atlassian.confluence.rest.client.remoteservice.people that return types with arguments of type PageResponse Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<PageResponse<Group>>RemoteGroupService.RemoteGroupFinder. fetchMany(PageRequest request)Deprecated.since 7.0.1.CompletionStage<PageResponse<Group>>RemoteGroupService.RemoteGroupFinder. fetchManyCompletionStage(PageRequest request)CompletionStage<PageResponse<Group>>RemoteGroupServiceImpl.RemoteGroupFinderImpl. fetchManyCompletionStage(PageRequest request) -
Uses of PageResponse in com.atlassian.confluence.rest.serialization
Methods in com.atlassian.confluence.rest.serialization that return PageResponse Modifier and Type Method Description PageResponseRestListDeserializer. deserialize(org.codehaus.jackson.JsonParser jsonParser, org.codehaus.jackson.map.DeserializationContext deserializationContext)Methods in com.atlassian.confluence.rest.serialization with parameters of type PageResponse Modifier and Type Method Description voidPageResponseSerializer. serialize(PageResponse<?> value, org.codehaus.jackson.JsonGenerator jsonGen, org.codehaus.jackson.map.SerializerProvider provider) -
Uses of PageResponse in com.atlassian.confluence.rest.serialization.graphql
Classes in com.atlassian.confluence.rest.serialization.graphql that implement PageResponse Modifier and Type Class Description classGraphQLPageResponse<T>A graphql formatted pagination response.Constructors in com.atlassian.confluence.rest.serialization.graphql with parameters of type PageResponse Constructor Description GraphQLPageResponse(PageResponse<T> pageResponse, BiFunction<T,Integer,String> cursorMapper)GraphQLPageResponse(PageResponse<T> pageResponse, List<GraphQLPaginationEdge<T>> edges) -
Uses of PageResponse in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return PageResponse Modifier and Type Method Description @NonNull PageResponse<Space>DefaultSpaceManager. getSpaces(SpacesQuery query, LimitedRequest limitedRequest, Predicate<? super Space>... filter) -
Uses of PageResponse in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user that return PageResponse Modifier and Type Method Description @NonNull PageResponse<ConfluenceUser>ConfluenceUserResolver. getUsers(LimitedRequest limitedRequest)Get fully backed (active or disabled) Confluence Users.PageResponse<ConfluenceUser>DefaultUserAccessor. getUsers(LimitedRequest limitedRequest)@NonNull PageResponse<ConfluenceUser>ReadOnlyUserAccessor. getUsers(LimitedRequest limitedRequest) -
Uses of PageResponse in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return PageResponse Modifier and Type Method Description PageResponse<ConfluenceUser>AbstractSearchCrowdUsersAction. getPageResponse()PageResponse<Person>BrowseUnsyncedUsersAction. getPageResponse()Methods in com.atlassian.confluence.user.actions with parameters of type PageResponse Modifier and Type Method Description voidAbstractSearchCrowdUsersAction. setPageResponse(PageResponse<ConfluenceUser> result)voidBrowseUnsyncedUsersAction. setPageResponse(PageResponse<Person> pageResponse) -
Uses of PageResponse in com.atlassian.confluence.util.longrunning
Methods in com.atlassian.confluence.util.longrunning that return PageResponse Modifier and Type Method Description PageResponse<LongTaskStatus>DefaultLongRunningTaskManager. getAllTasks(@Nullable ConfluenceUser asUser, LimitedRequest request)
-