Uses of Interface
com.atlassian.confluence.api.model.pagination.LimitedRequest
Packages that use LimitedRequest
Package
Description
Subpackages of this package are exposed to the plugin whose key starting with com.atlassian or in the internal-bundles section of public-api,yaml
Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration
of bootstrapContext.xml.
This package contains the code which communicates with Confluence via REST API.
-
Uses of LimitedRequest in com.atlassian.confluence.api.impl.pagination
Methods in com.atlassian.confluence.api.impl.pagination with parameters of type LimitedRequestModifier and TypeMethodDescription<H,
M> PageResponse<M> PaginationServiceImpl.performPaginationListRequest
(LimitedRequest initialRequest, PaginationBatch<H> fetchPage, Function<Iterable<H>, Iterable<M>> modelConverter) <H,
M> PageResponse<M> PaginationServiceImpl.performPaginationListRequestWithCursor
(LimitedRequest initialRequest, Function<LimitedRequest, PageResponse<H>> fetchBatch, Function<Iterable<H>, Iterable<M>> modelConverter, BiFunction<H, Boolean, Cursor> cursorCalculator) <H,
M> PageResponse<M> PaginationServiceImpl.performPaginationRequest
(LimitedRequest initialRequest, PaginationBatch<H> fetchPage, Function<? super H, M> modelConverter) Method parameters in com.atlassian.confluence.api.impl.pagination with type arguments of type LimitedRequestModifier 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 LimitedRequest in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content with parameters of type LimitedRequestModifier and TypeMethodDescription@NonNull PageResponse<Content>
CustomContentServiceImpl.getChildrenOfTypeAndFilter
(@NonNull ContentId parentId, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<Content> predicate) ContentTrashServiceImpl.getTrashContents
(Space space, LimitedRequest request, Expansion... expansions) -
Uses of LimitedRequest in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type LimitedRequestModifier and TypeMethodDescriptionChildSupport.getChildrenList
(ContentConvertible parent, ContentType childType, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Collection<String> location) 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 LimitedRequest in com.atlassian.confluence.api.impl.service.content.finder
Methods in com.atlassian.confluence.api.impl.service.content.finder with parameters of type LimitedRequestModifier and TypeMethodDescriptionAttachmentFetcher.fetch
(LimitedRequest request) BlogPostFetcher.fetch
(LimitedRequest request) CommentFetcher.fetch
(LimitedRequest request) ContentFetcher.fetch
(LimitedRequest request) PageFetcher.fetch
(LimitedRequest request) protected void
BlogPostFetcher.validateCursor
(LimitedRequest request) protected void
PageFetcher.validateCursor
(LimitedRequest request) -
Uses of LimitedRequest in com.atlassian.confluence.api.impl.service.content.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type LimitedRequestModifier 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 LimitedRequest in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions with parameters of type LimitedRequestModifier and TypeMethodDescriptionContentRestrictionFactory.buildFrom
(@NonNull ContentPermissionSet set, LimitedRequest limitedRequest, Expansions expansions) Produces aContentRestriction
from aContentPermissionSet
sContentRestrictionServiceImpl.getRelevantViewRestrictionsForContent
(LimitedRequest limitedReq, Map<Long, Long> contentIdToParentIdMap, Expansions expansions) ContentRestrictionServiceImpl.getRelevantViewRestrictionsForSingleContent
(LimitedRequest pageRequest, ContentId contentId, Expansions expansions) -
Uses of LimitedRequest in com.atlassian.confluence.api.model.pagination
Subinterfaces of LimitedRequest in com.atlassian.confluence.api.model.paginationClasses in com.atlassian.confluence.api.model.pagination that implement LimitedRequestMethods in com.atlassian.confluence.api.model.pagination that return LimitedRequestModifier and TypeMethodDescriptionstatic LimitedRequest
LimitedRequestImpl.create
(int maxLimit) static LimitedRequest
LimitedRequestImpl.create
(int start, int limit, int maxLimit) static LimitedRequest
LimitedRequestImpl.create
(int start, int limit, int maxLimit, boolean shouldSkipDiscardingThreshold) static LimitedRequest
static LimitedRequest
LimitedRequestImpl.create
(PageRequest request, int maxLimit) Methods in com.atlassian.confluence.api.model.pagination with parameters of type LimitedRequestModifier and TypeMethodDescriptionstatic <T> PageResponseImpl<T>
PageResponseImpl.empty
(boolean hasMore, LimitedRequest request) 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.NavigablePageResponseImpl.Builder.pageRequest
(LimitedRequest limitedRequest) PageResponseImpl.Builder.pageRequest
(LimitedRequest limitedRequest) Constructors in com.atlassian.confluence.api.model.pagination with parameters of type LimitedRequest -
Uses of LimitedRequest in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content with parameters of type LimitedRequestModifier and TypeMethodDescription@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.ContentTrashService.getTrashContents
(Space space, LimitedRequest request, Expansion... expansions) Retrieve a subset of the contents of the trash for a particular space. -
Uses of LimitedRequest in com.atlassian.confluence.api.service.pagination
Methods in com.atlassian.confluence.api.service.pagination with parameters of type LimitedRequestModifier and TypeMethodDescription<H,
M> PageResponse<M> PaginationService.performPaginationListRequest
(LimitedRequest pageRequest, PaginationBatch<H> fetchBatch, Function<Iterable<H>, Iterable<M>> modelConverter) Perform a pagination request, this will execute the fetchBatch function as many times as necessary to retrieve the page of results.<H,
M> PageResponse<M> PaginationService.performPaginationListRequestWithCursor
(LimitedRequest pageRequest, Function<LimitedRequest, PageResponse<H>> fetchBatch, Function<Iterable<H>, Iterable<M>> modelConverter, BiFunction<H, Boolean, Cursor> cursorCalculator) Perform a pagination request, this will execute the fetchBatch function as many times as to retrieve the page of results.<H,
M> PageResponse<M> PaginationService.performPaginationRequest
(LimitedRequest pageRequest, PaginationBatch<H> fetchBatch, Function<? super H, M> modelConverter) Perform a pagination request, this will execute the fetchBatch function as many times as necessary to retrieve the page of results.Method parameters in com.atlassian.confluence.api.service.pagination with type arguments of type LimitedRequestModifier 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 LimitedRequest in com.atlassian.confluence.api.service.permissions
Methods in com.atlassian.confluence.api.service.permissions with parameters of type LimitedRequestModifier and TypeMethodDescriptionContentRestrictionService.getRelevantViewRestrictionsForContent
(LimitedRequest pageRequest, Map<Long, Long> contentIdToParentIdMap, Expansions expansions) Return RelevantViewRestrictions per content where it will contain direct and inherited permission set required to access a contentContentRestrictionService.getRelevantViewRestrictionsForSingleContent
(LimitedRequest pageRequest, ContentId contentId, Expansions expansions) Return RelevantViewRestrictions per content where it will contain direct and inherited permission set required to access a content -
Uses of LimitedRequest in com.atlassian.confluence.content
Methods in com.atlassian.confluence.content with parameters of type LimitedRequestModifier 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 LimitedRequest in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport with parameters of type LimitedRequestModifier 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 LimitedRequest in com.atlassian.confluence.content.persistence
Methods in com.atlassian.confluence.content.persistence with parameters of type LimitedRequestModifier and TypeMethodDescription<T> List<T>
CustomContentDao.findByQuery
(ContentQuery<T> query, boolean cacheable, LimitedRequest request) -
Uses of LimitedRequest in com.atlassian.confluence.content.persistence.hibernate
Methods in com.atlassian.confluence.content.persistence.hibernate with parameters of type LimitedRequestModifier and TypeMethodDescription<T> List<T>
PluginContentHibernateDao.findByQuery
(ContentQuery<T> contentQuery, boolean cacheable, LimitedRequest limitedRequest) -
Uses of LimitedRequest in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type LimitedRequestModifier 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.DefaultContentPermissionManager.getRelevantViewRestrictionsForContent
(LimitedRequest pageRequest, Map<Long, Long> contentIdToParentIdMap) -
Uses of LimitedRequest in com.atlassian.confluence.core.persistence
Methods in com.atlassian.confluence.core.persistence with parameters of type LimitedRequestModifier 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 LimitedRequest in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type LimitedRequestModifier and TypeMethodDescriptionprotected List
ConfluenceHibernateObjectDao.findNamedQueryStringParams
(String queryName, HibernateObjectDao.Cacheability cacheability, LimitedRequest limitedRequest, Object... paramNamesAndValues) This method here instead of inHibernateObjectDao
in bucket because we don't want to update bucket right now.protected List
VersionedHibernateObjectDao.findNamedQueryStringParams
(String queryName, boolean cacheable, LimitedRequest limitedRequest, Object... paramNamesAndValues) Deprecated.since 5.8 Use the equivalent method that uses theHibernateObjectDao.Cacheability
enum instead of the cacheable boolean flagConfluenceHibernateObjectDao.scanFilteredContents
(Class clazz, Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) ConfluenceHibernateObjectDao.scanFilteredContents
(Class clazz, List<ContentStatus> statuses, LimitedRequest pageRequest) -
Uses of LimitedRequest in com.atlassian.confluence.dmz
Methods in com.atlassian.confluence.dmz with parameters of type LimitedRequestModifier 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 LimitedRequest in com.atlassian.confluence.dmz.labels
Methods in com.atlassian.confluence.dmz.labels with parameters of type LimitedRequestModifier and TypeMethodDescriptionLabelManagerInternal.findGlobalLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) Returns global-namespaced labels starting with the given string.default PageResponse<Label>
LabelManagerInternal.findTeamLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) Returns team-namespaced labels starting with the given string.LabelManagerInternal.getLabelsByDetail
(LimitedRequest limitedRequest, String labelName, String namespace, String spaceKey, String owner) Returns labels filtered by the given parameters.LabelManagerInternal.getLabelsInSpace
(String key, LimitedRequest pageRequest) Get all labels in Space with paginationLabelManagerInternal.getMostPopularLabels
(LimitedRequest limitedRequest) Returns the most popular global labels in the system.LabelManagerInternal.getMostPopularLabelsInSpace
(String key, LimitedRequest limitedRequest) Retrieve a list of the 'n' most used labels in the specified space, ordered from most popular to least popular.LabelManagerInternal.getRecentlyUsedLabellingsInSpace
(String spaceKey, LimitedRequest limitedRequest) Retrieve the most recently used labellings within the specified space.LabelManagerInternal.getRecentlyUsedLabels
(LimitedRequest limitedRequest) Returns the most recently used global labels in the system.LabelManagerInternal.getRecentlyUsedLabelsInSpace
(String spaceKey, LimitedRequest limitedRequest) Retrieve the most recently used labels within the specified space.LabelManagerInternal.getRelatedLabels
(Label label, LimitedRequest limitedRequest) Retrieve the labels which are related (i.e.LabelManagerInternal.getRelatedLabelsInSpace
(Label label, String spaceKey, LimitedRequest pageRequest) Get related labels in Space with pagination -
Uses of LimitedRequest in com.atlassian.confluence.dmz.pages
Methods in com.atlassian.confluence.dmz.pages with parameters of type LimitedRequestModifier 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.PageManagerInternal.getPermissionPages
(Space space, LimitedRequest limitedRequest) Pagination permission pages for particular Space@NonNull PageResponse<Page>
PageManagerInternal.getTopLevelPages
(Space space, LimitedRequest pageRequest) Returns the current top-level pages in a space, limited to the pagination requested.PageManagerInternal.getUndefinedLinks
(@Nullable String spaceKey, LimitedRequest limitedRequest) Retrieve a list of link destinations in a given space that do not have pages.@NonNull PageResponse<AbstractPage>
PageManagerInternal.scanFilteredAbstractPages
(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns all pages in the space which has specified content statuses, limited to the pagination request.@NonNull PageResponse<AbstractPage>
PageManagerInternal.scanFilteredAbstractPages
(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns all pages in the space which has specified content statuses, limited to the pagination request.@NonNull PageResponse<Attachment>
AttachmentManagerInternal.scanFilteredAttachments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) Retrieves all the existing attachments associated with the instance of Confluence, while applying the specified pagination parameters to limit the number of results returned in each request.@NonNull PageResponse<Attachment>
AttachmentManagerInternal.scanFilteredAttachments
(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) Retrieves all the current attachments within the specified space, with the results limited according to the provided pagination parameters.@NonNull PageResponse<Comment>
CommentManagerInternal.scanFilteredComments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) Retrieves all the existing comments associated with the instance of Confluence, while applying the specified pagination parameters to limit the number of results returned in each request.@NonNull PageResponse<Comment>
CommentManagerInternal.scanFilteredComments
(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) Retrieves all the current comments within the specified space, with the results limited according to the provided pagination parameters. -
Uses of LimitedRequest in com.atlassian.confluence.dmz.pagination
Methods in com.atlassian.confluence.dmz.pagination with parameters of type LimitedRequestModifier 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 LimitedRequest in com.atlassian.confluence.dmz.relations
Methods in com.atlassian.confluence.dmz.relations with parameters of type LimitedRequestModifier 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 LimitedRequest in com.atlassian.confluence.dmz.spaces
Methods in com.atlassian.confluence.dmz.spaces with parameters of type LimitedRequestModifier 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 LimitedRequest in com.atlassian.confluence.follow.persistence.dao
Methods in com.atlassian.confluence.follow.persistence.dao with parameters of type LimitedRequestModifier 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 LimitedRequest in com.atlassian.confluence.follow.persistence.dao.hibernate
Methods in com.atlassian.confluence.follow.persistence.dao.hibernate with parameters of type LimitedRequestModifier 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 LimitedRequest in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content with parameters of type LimitedRequestModifier and TypeMethodDescriptionstatic <T extends ConfluenceEntityObject>
PageResponse<T>DefaultContentEntityManager.filteredResponseWithCursor
(LimitedRequest originalRequest, @Nullable Predicate<? super T> filter, List<T> pages) static <T extends ConfluenceEntityObject>
PageResponse<T>DefaultContentEntityManager.filteredResponseWithCursor
(LimitedRequest originalRequest, @Nullable Predicate<? super T> filter, List<T> pages, CursorType cursorType) <T> @NonNull PageResponse<T>
DefaultCustomContentManager.findByQueryAndFilter
(ContentQuery<T> query, boolean cacheable, LimitedRequest request, Predicate<T> predicate) DefaultPageManager.getAbstractPages
(LocalDate creationDay, ZoneId zone, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<Page>
DefaultPageManager.getAllChildren
(Page page, LimitedRequest pageRequest, Depth depth) @NonNull PageResponse<ContentEntityObject>
DefaultContentEntityManager.getByIdsAndFilters
(List<ContentId> contentIds, LimitedRequest limitedRequest, Predicate<? super ContentEntityObject> filter) @NonNull PageResponse<Page>
DefaultPageManager.getChildren
(Page page, LimitedRequest pageRequest, Depth depth) @NonNull PageResponse<CustomContentEntityObject>
DefaultCustomContentManager.getChildrenOfTypeAndFilter
(ContentEntityObject entity, String contentModuleKey, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Predicate<? super CustomContentEntityObject> predicate) This method is used by the Content API to retrieve children of a specific type and filter them by a predicate.@NonNull PageResponse<Page>
DefaultPageManager.getDraftChildren
(Page page, LimitedRequest pageRequest, Depth depth) @NonNull PageResponse<AbstractPage>
DefaultPageManager.getFilteredAbstractPages
(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage>
DefaultPageManager.getFilteredAbstractPages
(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage>
DefaultPageManager.getFilteredAbstractPages
(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage>
DefaultPageManager.getFilteredAbstractPages
(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage>
DefaultPageManager.getFilteredAbstractPagesByTitle
(String title, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<BlogPost>
DefaultPageManager.getFilteredBlogPosts
(Space space, LimitedRequest pageRequest, Predicate<? super BlogPost>... filters) @NonNull PageResponse<Comment>
DefaultCommentManager.getFilteredChildren
(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children of a comment, limited to the pagination requested.@NonNull PageResponse<Comment>
DefaultCommentManager.getFilteredContainerComments
(long containerId, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment> filter) Returns the children comments of a ContentEntityObject, limited to the pagination requested.@NonNull PageResponse<Page>
DefaultPageManager.getFilteredPages
(LimitedRequest pageRequest, Predicate<? super Page>... filters) @NonNull PageResponse<Page>
DefaultPageManager.getFilteredPages
(Space space, LimitedRequest pageRequest, Predicate<? super Page>... filters) @NonNull PageResponse<AbstractPage>
DefaultContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUser
(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request) @NonNull PageResponse<AbstractPage>
DefaultContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts
(@Nullable com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request) DefaultPageManager.getPermissionPages
(Space space, LimitedRequest limitedRequest) @NonNull PageResponse<Page>
DefaultPageManager.getTopLevelPages
(Space space, LimitedRequest pageRequest) DefaultPageManager.getUndefinedLinks
(@Nullable String spaceKey, LimitedRequest limitedRequest) @NonNull PageResponse<VersionHistorySummary>
DefaultContentEntityManager.getVersionHistorySummaries
(ContentId contentId, LimitedRequest limitedRequest) @NonNull PageResponse<AbstractPage>
DefaultPageManager.scanFilteredAbstractPages
(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage>
DefaultPageManager.scanFilteredAbstractPages
(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<Comment>
DefaultCommentManager.scanFilteredComments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) @NonNull PageResponse<Comment>
DefaultCommentManager.scanFilteredComments
(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Comment>... filter) -
Uses of LimitedRequest in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels with parameters of type LimitedRequestModifier and TypeMethodDescriptionCachingLabelManager.findGlobalLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) CachingLabelManager.findTeamLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) CachingLabelManager.getLabelsByDetail
(LimitedRequest limitedRequest, String labelName, String namespace, String spaceKey, String owner) CachingLabelManager.getLabelsInSpace
(String key, LimitedRequest pageRequest) CachingLabelManager.getMostPopularLabels
(LimitedRequest limitedRequest) CachingLabelManager.getMostPopularLabelsInSpace
(String key, LimitedRequest limitedRequest) CachingLabelManager.getRecentlyUsedLabellingsInSpace
(String spaceKey, LimitedRequest limitedRequest) CachingLabelManager.getRecentlyUsedLabels
(LimitedRequest limitedRequest) CachingLabelManager.getRecentlyUsedLabelsInSpace
(String spaceKey, LimitedRequest limitedRequest) CachingLabelManager.getRelatedLabels
(Label label, LimitedRequest limitedRequest) CachingLabelManager.getRelatedLabelsInSpace
(Label label, String spaceKey, LimitedRequest pageRequest) -
Uses of LimitedRequest in com.atlassian.confluence.impl.pages.attachments
Methods in com.atlassian.confluence.impl.pages.attachments with parameters of type LimitedRequestModifier and TypeMethodDescriptionReadThroughCachingAttachmentManager.getFilteredAttachments
(ContentEntityObject content, LimitedRequest pageRequest, Predicate<? super Attachment> filterPredicate) Returns the current attachments under the CEO.@NonNull List<Attachment>
ReadThroughCachingAttachmentDao.scanFilteredAttachments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) ReadThroughCachingAttachmentDao.scanFilteredAttachments
(List<ContentStatus> statuses, LimitedRequest pageRequest) @NonNull PageResponse<Attachment>
ReadThroughCachingAttachmentManager.scanFilteredAttachments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) @NonNull PageResponse<Attachment>
ReadThroughCachingAttachmentManager.scanFilteredAttachments
(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) -
Uses of LimitedRequest in com.atlassian.confluence.internal
Methods in com.atlassian.confluence.internal with parameters of type LimitedRequestModifier and TypeMethodDescriptionContentPermissionManagerInternal.getRelevantViewRestrictionsForContent
(LimitedRequest pageRequest, Map<Long, Long> contentIdToParentIdMap) Return RelevantViewRestrictions per content where it will contain the direct and inherited permission set required to view the content -
Uses of LimitedRequest in com.atlassian.confluence.internal.audit.persistence.dao
Methods in com.atlassian.confluence.internal.audit.persistence.dao with parameters of type LimitedRequestModifier and TypeMethodDescriptionAuditRecordDao.getRecords
(LimitedRequest request, Instant startDate, Instant endDate, boolean includeSysAdmin, String searchString) Deprecated. -
Uses of LimitedRequest in com.atlassian.confluence.internal.audit.persistence.dao.hibernate
Methods in com.atlassian.confluence.internal.audit.persistence.dao.hibernate with parameters of type LimitedRequestModifier and TypeMethodDescriptionHibernateAuditRecordDao.getRecords
(LimitedRequest request, Instant startDate, Instant endDate, boolean includeSysAdmin, String searchString) Deprecated. -
Uses of LimitedRequest in com.atlassian.confluence.internal.labels.persistence
Methods in com.atlassian.confluence.internal.labels.persistence with parameters of type LimitedRequestModifier and TypeMethodDescriptionLabelDaoInternal.findByDetailsInSpace
(String name, String namespace, String owner, String spaceKey, LimitedRequest limitedRequest) Allow to find labels by details in Space with pagination.LabelDaoInternal.findBySingleDegreeSeparation
(Label content, LimitedRequest limitedRequest) LabelDaoInternal.findBySingleDegreeSeparation
(Label content, String spaceKey, LimitedRequest limitedRequest) LabelDaoInternal.findMostPopular
(String namespace, LimitedRequest limitedRequest) LabelDaoInternal.findMostPopularBySpace
(String namespace, String key, LimitedRequest limitedRequest) Find the most popular labels in the specified space.LabelDaoInternal.findRecentlyUsed
(LimitedRequest limitedRequest) LabelDaoInternal.findRecentlyUsedBySpace
(String key, LimitedRequest limitedRequest) Find the most recently used labels in the specified space.LabelDaoInternal.findRecentlyUsedLabellingsBySpace
(String key, LimitedRequest limitedRequest) Find the most recently used labellings in the specified space. -
Uses of LimitedRequest in com.atlassian.confluence.internal.pages.persistence
Methods in com.atlassian.confluence.internal.pages.persistence with parameters of type LimitedRequestModifier and TypeMethodDescriptionPageDaoInternal.getAbstractPages
(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getAbstractPages
(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getAbstractPages
(com.atlassian.core.util.DateUtils.DateRange creationDate, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getAbstractPages
(String title, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getAbstractPages
(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getAbstractPagesByCreationDate
(com.atlassian.core.util.DateUtils.DateRange creationDate, LimitedRequest pageRequest) PageDaoInternal.getAbstractPagesByTitle
(String title, LimitedRequest pageRequest) PageDaoInternal.getBlogPosts
(Space space, LimitedRequest pageRequest) PageDaoInternal.getChildren
(Page page, LimitedRequest pageRequest) PageDaoInternal.getPages
(LimitedRequest pageRequest) PageDaoInternal.getPages
(Space space, LimitedRequest pageRequest) PageDaoInternal.getPermissionPages
(Space space, LimitedRequest limitedRequest) Pagination permission pages for particular SpaceAbstractPageDaoInternal.getStaleSharedDrafts
(LimitedRequest limitedRequest) Get all stale shared drafts in the database.PageDaoInternal.getTopLevelPages
(Space space, LimitedRequest limitedRequest) PageDaoInternal.getUndefinedLinks
(@Nullable String spaceKey, LimitedRequest limitedRequest) Retrieve the undefined links in a space.AttachmentDaoInternal.scanFilteredAttachments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) AttachmentDaoInternal.scanFilteredAttachments
(List<ContentStatus> statuses, LimitedRequest pageRequest) CommentDaoInternal.scanFilteredComments
(List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.scanFilteredSpaceAbstractPages
(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) Retrieves a page response of all Abstract Page in a Space with specified content types and content statuses.PageDaoInternal.scanFilteredSpaceAbstractPages
(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) Retrieves a page response of Abstract Page with specified content types and content statuses.CommentDaoInternal.scanFilteredSpaceComments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) -
Uses of LimitedRequest in com.atlassian.confluence.internal.persistence
Methods in com.atlassian.confluence.internal.persistence with parameters of type LimitedRequestModifier and TypeMethodDescriptionContentEntityObjectDaoInternal.findByClassIds
(Set<Long> ids, LimitedRequest limitedRequest) 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 LimitedRequest in com.atlassian.confluence.internal.persistence.hibernate
Methods in com.atlassian.confluence.internal.persistence.hibernate with parameters of type LimitedRequestModifier and TypeMethodDescription@NonNull List<ContentEntityObject>
ContentEntityObjectHibernateDao.findByClassIds
(Set<Long> ids, LimitedRequest request) ContentEntityObjectHibernateDao.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) Method parameters in com.atlassian.confluence.internal.persistence.hibernate with type arguments of type LimitedRequestModifier and TypeMethodDescriptionprotected <T extends ConfluenceEntityObject>
PageResponse<T>ContentEntityObjectHibernateDao.getPagesByCursor
(Function<LimitedRequest, List<T>> searchPages, LimitedRequest originalRequest, Predicate<? super T> filter) -
Uses of LimitedRequest in com.atlassian.confluence.internal.relations
Methods in com.atlassian.confluence.internal.relations with parameters of type LimitedRequestModifier and TypeMethodDescription@NonNull PageResponse<RelatableEntity>
DefaultRelationManager.getSources
(RelationQuery request, LimitedRequest pageRequest) @NonNull PageResponse<RelatableEntity>
DefaultRelationManager.getTargets
(RelationQuery request, LimitedRequest pageRequest) -
Uses of LimitedRequest in com.atlassian.confluence.internal.security.persistence
Methods in com.atlassian.confluence.internal.security.persistence with parameters of type LimitedRequestModifier and TypeMethodDescriptionContentPermissionSetDaoInternal.getRelevantViewRestrictionsForContent
(LimitedRequest pageRequest, Map<Long, Long> contentIdToParentIdMap) Return RelevantViewRestrictions per content where it will contain direct and inherited permission set required to access a content -
Uses of LimitedRequest in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels with parameters of type LimitedRequestModifier and TypeMethodDescriptionDefaultLabelManager.findGlobalLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) DefaultLabelManager.findTeamLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) DefaultLabelManager.getLabelsByDetail
(LimitedRequest limitedRequest, String labelName, String namespace, String spaceKey, String owner) DefaultLabelManager.getLabelsInSpace
(String key, LimitedRequest limitedRequest) DefaultLabelManager.getMostPopularLabels
(LimitedRequest limitedRequest) DefaultLabelManager.getMostPopularLabelsInSpace
(String key, LimitedRequest limitedRequest) DefaultLabelManager.getRecentlyUsedLabellingsInSpace
(String spaceKey, LimitedRequest limitedRequest) DefaultLabelManager.getRecentlyUsedLabels
(LimitedRequest limitedRequest) DefaultLabelManager.getRecentlyUsedLabelsInSpace
(String key, LimitedRequest limitedRequest) DefaultLabelManager.getRelatedLabels
(Label label, LimitedRequest limitedRequest) DefaultLabelManager.getRelatedLabelsInSpace
(Label label, String spaceKey, LimitedRequest limitedRequest) -
Uses of LimitedRequest in com.atlassian.confluence.labels.persistence.dao
Methods in com.atlassian.confluence.labels.persistence.dao with parameters of type LimitedRequestModifier 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 LimitedRequest in com.atlassian.confluence.labels.persistence.dao.hibernate
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type LimitedRequestModifier and TypeMethodDescriptionHibernateLabelDao.findByDetailsInSpace
(String name, String namespace, String owner, String spaceKey, @NonNull LimitedRequest limitedRequest) HibernateLabelDao.findBySingleDegreeSeparation
(Label label, LimitedRequest limitedRequest) HibernateLabelDao.findBySingleDegreeSeparation
(Label label, String spaceKey, LimitedRequest limitedRequest) HibernateLabelDao.findGlobalLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) HibernateLabelDao.findMostPopular
(String namespace, LimitedRequest limitedRequest) HibernateLabelDao.findMostPopularBySpace
(String namespace, String spaceKey, LimitedRequest limitedRequest) HibernateLabelDao.findRecentlyUsed
(LimitedRequest limitedRequest) HibernateLabelDao.findRecentlyUsedBySpace
(String spaceKey, LimitedRequest limitedRequest) HibernateLabelDao.findRecentlyUsedLabellingsBySpace
(String spaceKey, LimitedRequest limitedRequest) HibernateLabelDao.findTeamLabelsByNamePrefix
(String namePrefix, LimitedRequest pageRequest) -
Uses of LimitedRequest in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages with parameters of type LimitedRequestModifier 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.@NonNull PageResponse<Attachment>
DefaultAttachmentManager.scanFilteredAttachments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) @NonNull PageResponse<Attachment>
DefaultAttachmentManager.scanFilteredAttachments
(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) @NonNull PageResponse<Attachment>
DelegatorAttachmentManager.scanFilteredAttachments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) @NonNull PageResponse<Attachment>
DelegatorAttachmentManager.scanFilteredAttachments
(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Attachment>... filter) -
Uses of LimitedRequest in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments with parameters of type LimitedRequestModifier and TypeMethodDescriptionAbstractDelegatingAttachmentDao.getLatestVersionsOfAttachments
(ContentEntityObject ceo, LimitedRequest pageRequest) AbstractDelegatingAttachmentDao.scanFilteredAttachments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) AbstractDelegatingAttachmentDao.scanFilteredAttachments
(List<ContentStatus> statuses, LimitedRequest pageRequest) -
Uses of LimitedRequest in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type LimitedRequestModifier and TypeMethodDescriptionPageDao.getAllChildren
(Page page, LimitedRequest pageRequest) 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.CommentDao.getChildren
(Comment comment, LimitedRequest pageRequest) CommentDao.getContainerComments
(long containerId, LimitedRequest pageRequest) PageDao.getDraftChildren
(Page page, LimitedRequest pageRequest) 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.AttachmentDao.getLatestVersionsOfAttachments
(ContentEntityObject ceo, LimitedRequest request) -
Uses of LimitedRequest in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type LimitedRequestModifier and TypeMethodDescriptionHibernatePageDao.getAbstractPages
(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getAbstractPages
(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getAbstractPages
(com.atlassian.core.util.DateUtils.DateRange range, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getAbstractPages
(String title, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getAbstractPages
(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getAbstractPagesByCreationDate
(com.atlassian.core.util.DateUtils.DateRange range, LimitedRequest pageRequest) HibernatePageDao.getAbstractPagesByTitle
(String title, LimitedRequest limitedRequest) HibernatePageDao.getAllChildren
(Page page, LimitedRequest pageRequest) HibernatePageDao.getBlogPosts
(Space space, LimitedRequest limitedRequest) HibernateCommentDao.getChildren
(Comment comment, LimitedRequest pageRequest) HibernatePageDao.getChildren
(Page page, LimitedRequest pageRequest) HibernateCommentDao.getContainerComments
(long containerId, LimitedRequest pageRequest) HibernatePageDao.getDraftChildren
(Page page, LimitedRequest pageRequest) AbstractHibernateAttachmentDao.getLatestVersionsOfAttachments
(ContentEntityObject ceo, LimitedRequest request) HibernatePageDao.getPages
(LimitedRequest pageRequest) HibernatePageDao.getPages
(Space space, LimitedRequest pageRequest) HibernatePageDao.getPermissionPages
(Space space, LimitedRequest limitedRequest) HibernateAbstractPageDao.getStaleSharedDrafts
(LimitedRequest limitedRequest) HibernatePageDao.getTopLevelPages
(Space space, LimitedRequest limitedRequest) final List<OutgoingLink>
HibernatePageDao.getUndefinedLinks
(@Nullable String spaceKey, LimitedRequest limitedRequest) AbstractHibernateAttachmentDao.scanFilteredAttachments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) AbstractHibernateAttachmentDao.scanFilteredAttachments
(List<ContentStatus> statuses, LimitedRequest pageRequest) HibernateCommentDao.scanFilteredComments
(List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.scanFilteredSpaceAbstractPages
(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.scanFilteredSpaceAbstractPages
(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernateCommentDao.scanFilteredSpaceComments
(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest) -
Uses of LimitedRequest in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type LimitedRequestModifier and TypeMethodDescriptionRemoteContentTrashService.getTrashContentsCompletionStage
(Space space, LimitedRequest limitedRequest, Expansion... expansions) -
Uses of LimitedRequest in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl with parameters of type LimitedRequestModifier and TypeMethodDescriptionRemoteContentTrashServiceImpl.getTrashContentsCompletionStage
(Space space, LimitedRequest limitedRequest, Expansion... expansions) -
Uses of LimitedRequest in com.atlassian.confluence.security.persistence.dao.hibernate
Methods in com.atlassian.confluence.security.persistence.dao.hibernate with parameters of type LimitedRequestModifier and TypeMethodDescriptionHibernateContentPermissionSetDao.getRelevantViewRestrictionsForContent
(LimitedRequest pageRequest, Map<Long, Long> contentIdToParentIdMap) -
Uses of LimitedRequest in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces with parameters of type LimitedRequestModifier and TypeMethodDescriptionfinal @NonNull PageResponse<Space>
DefaultSpaceManager.getSpaces
(SpacesQuery query, LimitedRequest limitedRequest, Predicate<? super Space>... filter) -
Uses of LimitedRequest in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user with parameters of type LimitedRequestModifier 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)