Uses of Interface
com.atlassian.confluence.api.model.pagination.PageRequest
-
-
Uses of PageRequest in com.atlassian.confluence.api.impl.pagination
Methods in com.atlassian.confluence.api.impl.pagination with parameters of type PageRequest Modifier and Type Method Description PageResponse<T>
Paginated. page(PageRequest request)
Retrieves a page of data. -
Uses of PageRequest in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content with parameters of type PageRequest Modifier and Type Method Description PageResponse<Content>
SpaceServiceImpl.SpaceContentImpl. fetchMany(ContentType type, PageRequest pageRequest)
PageResponse<Space>
SpaceServiceImpl.SpaceFinderImpl. fetchMany(PageRequest request)
Map<ContentType,PageResponse<Content>>
SpaceServiceImpl.SpaceContentImpl. fetchMappedByType(PageRequest pageRequest)
PageResponse<Label>
ContentLabelServiceImpl. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest)
-
Uses of PageRequest in com.atlassian.confluence.api.impl.service.longtasks
Methods in com.atlassian.confluence.api.impl.service.longtasks with parameters of type PageRequest Modifier and Type Method Description PageResponse<LongTaskStatus>
LongTaskServiceImpl. getAll(PageRequest request, Expansion... expansions)
-
Uses of PageRequest in com.atlassian.confluence.api.impl.service.network
Methods in com.atlassian.confluence.api.impl.service.network with parameters of type PageRequest 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 PageRequest in com.atlassian.confluence.api.impl.service.people
Methods in com.atlassian.confluence.api.impl.service.people with parameters of type PageRequest 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 PageRequest in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions with parameters of type PageRequest Modifier and Type Method Description ContentRestrictionsPageResponse
ContentRestrictionServiceImpl. getRestrictions(ContentId target, PageRequest pageRequest, Expansion... allExpansions)
ContentRestriction
ContentRestrictionServiceImpl. getRestrictionsForOperation(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... allExpansions)
-
Uses of PageRequest in com.atlassian.confluence.api.model.pagination
Classes in com.atlassian.confluence.api.model.pagination that implement PageRequest Modifier and Type Class Description class
SimplePageRequest
A simple immutable implementation of PageRequestFields in com.atlassian.confluence.api.model.pagination declared as PageRequest Modifier and Type Field Description static PageRequest
SimplePageRequest. ONE
Methods in com.atlassian.confluence.api.model.pagination that return PageRequest Modifier and Type Method Description PageRequest
PageResponse. getPageRequest()
PageRequest
PageResponseImpl. getPageRequest()
Methods in com.atlassian.confluence.api.model.pagination with parameters of type PageRequest Modifier and Type Method Description static LimitedRequest
LimitedRequestImpl. create(PageRequest request, int maxLimit)
static <T> PageResponseImpl<T>
PageResponseImpl. empty(boolean hasMore, PageRequest request)
B
PageResponseImpl.Builder. pageRequest(PageRequest request)
Constructors in com.atlassian.confluence.api.model.pagination with parameters of type PageRequest Constructor Description LimitedRequestImpl(PageRequest request, int maxLimit)
-
Uses of PageRequest in com.atlassian.confluence.api.model.search
Fields in com.atlassian.confluence.api.model.search declared as PageRequest Modifier and Type Field Description PageRequest
SearchPageResponse.Builder. pageRequest
Methods in com.atlassian.confluence.api.model.search that return PageRequest Modifier and Type Method Description PageRequest
SearchPageResponse. getPageRequest()
Methods in com.atlassian.confluence.api.model.search with parameters of type PageRequest Modifier and Type Method Description SearchPageResponse.Builder<T>
SearchPageResponse.Builder. pageRequest(PageRequest pageRequest)
-
Uses of PageRequest in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content with parameters of type PageRequest Modifier and Type Method Description PageResponse<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 typeMap<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 ContentTypePageResponse<Label>
ContentLabelService. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest)
Get the labels attached to a given piece of content in the given namespaces -
Uses of PageRequest in com.atlassian.confluence.api.service.content.template
Methods in com.atlassian.confluence.api.service.content.template with parameters of type PageRequest 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 PageRequest in com.atlassian.confluence.api.service.finder
Methods in com.atlassian.confluence.api.service.finder with parameters of type PageRequest Modifier and Type Method Description PageResponse<T>
ManyFetcher. fetchMany(PageRequest request)
-
Uses of PageRequest in com.atlassian.confluence.api.service.longtasks
Methods in com.atlassian.confluence.api.service.longtasks with parameters of type PageRequest 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 PageRequest in com.atlassian.confluence.api.service.network
Methods in com.atlassian.confluence.api.service.network with parameters of type PageRequest 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 PageRequest in com.atlassian.confluence.api.service.permissions
Methods in com.atlassian.confluence.api.service.permissions with parameters of type PageRequest Modifier and Type Method Description ContentRestrictionsPageResponse
ContentRestrictionService. getRestrictions(ContentId target, PageRequest pageRequest, Expansion... expansions)
Retrieves all the restrictions for all the operations on a given Content.ContentRestriction
ContentRestrictionService. getRestrictionsForOperation(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... expansions)
Retrieves all restrictions for given operation key on given content. -
Uses of PageRequest in com.atlassian.confluence.api.service.relations
Methods in com.atlassian.confluence.api.service.relations with parameters of type PageRequest Modifier and Type Method Description PageResponse<R>
RelationService.RelatableFinder. fetchMany(PageRequest pageRequest, Expansion... expansions)
-
Uses of PageRequest in com.atlassian.confluence.api.service.search
Methods in com.atlassian.confluence.api.service.search with parameters of type PageRequest Modifier and Type Method Description SearchPageResponse<SearchResult>
CQLSearchService. search(String cqlInput, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions)
Execute a CQL search query and fetch a page of 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 PageRequest in com.atlassian.confluence.impl.service.finder
Methods in com.atlassian.confluence.impl.service.finder with parameters of type PageRequest Modifier and Type Method Description PageResponse<T>
NoopFetcher. fetchMany(PageRequest request)
-
Uses of PageRequest in com.atlassian.confluence.impl.service.finder.content
Methods in com.atlassian.confluence.impl.service.finder.content with parameters of type PageRequest Modifier and Type Method Description PageResponse<Content>
NoopContentFinder. fetchMany(ContentType type, PageRequest request)
Map<ContentType,PageResponse<Content>>
NoopContentFinder. fetchMappedByContentType(PageRequest request)
-
Uses of PageRequest in com.atlassian.confluence.internal.user
Methods in com.atlassian.confluence.internal.user with parameters of type PageRequest 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)
PageResponse<ConfluenceUser>
UserSearchServiceInternal. doUserSearch(PageRequest pageRequest, UserSearchRequest searchRequest)
PageResponse<ConfluenceUser>
UserSearchServiceInternalImpl. doUserSearch(PageRequest pageRequest, UserSearchRequest searchRequest)
-
Uses of PageRequest in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type PageRequest Modifier and Type Method Description PageResponse<T>
TransactionWrappingFinder. fetchMany(PageRequest request)
-
Uses of PageRequest in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Methods in com.atlassian.confluence.plugins.contentproperty.spaceproperty with parameters of type PageRequest Modifier and Type Method Description PageResponse<JsonSpaceProperty>
SpacePropertyFinderImpl. fetchMany(PageRequest request)
-
Uses of PageRequest in com.atlassian.confluence.rest.api.model
Classes in com.atlassian.confluence.rest.api.model that implement PageRequest Modifier and Type Class Description class
RestPageRequest
A request for a page of data.Methods in com.atlassian.confluence.rest.api.model that return PageRequest Modifier and Type Method Description PageRequest
RestList. getPageRequest()
Methods in com.atlassian.confluence.rest.api.model with parameters of type PageRequest Modifier and Type Method Description static <T> RestList<T>
RestList. createRestList(PageRequest pageRequest, PageResponse<T> pageResponse)
Deprecated.since 5.6.5.static <T> RestList<T>
RestList. createRestList(PageRequest request, List<T> results, boolean hasMore)
Deprecated.since 5.6.5.static <T> RestList.Builder<T>
RestList. newRestList(PageRequest pageRequest)
RestList.Builder<T>
RestList.Builder. pageRequest(PageRequest pageRequest)
-
Uses of PageRequest in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type PageRequest Modifier and Type Method Description protected com.sun.jersey.api.client.WebResource
AbstractRemoteService. addPageRequest(com.sun.jersey.api.client.WebResource resource, PageRequest pageRequest)
protected com.sun.jersey.api.client.WebResource
RemoteContentServiceImpl.RemoteContentFinderImpl. addPageRequest(com.sun.jersey.api.client.WebResource resource, PageRequest pageRequest)
protected com.sun.jersey.api.client.WebResource
AbstractRemoteService. addPageRequestParams(com.sun.jersey.api.client.WebResource resource, @Nullable PageRequest request)
Adds start and limit query params to honour the pageRequest valuescom.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteAttachmentService.RemoteAttachmentFinder. fetchMany(PageRequest request)
com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl. fetchMany(PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteChildContentService.RemoteChildContentFinder. fetchMany(ContentType type, PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMany(ContentType type, @Nullable PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>>
RemoteContentPropertyService.RemoteContentPropertyFetcher. fetchMany(PageRequest request)
com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>>
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl. fetchMany(PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteContentService.RemoteContentFetcher. fetchMany(ContentType type, PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteContentServiceImpl.RemoteContentFinderImpl. fetchMany(ContentType type, PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>>
RemoteContentTemplateService.RemoteTemplateFetcher. fetchMany(PageRequest request)
com.atlassian.util.concurrent.Promise<PageResponse<T>>
RemoteManyFetcher. fetchMany(PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<T>>
RemotePersonService.RemotePersonManyFetcher. fetchMany(PageRequest request)
Deprecated.com.atlassian.util.concurrent.Promise<PageResponse<Person>>
RemotePersonServiceImpl.RemotePersonFinderImpl. fetchMany(PageRequest pageRequest)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<T>>
RemoteSpacePropertyService.RemoteManyFetcher. fetchMany(PageRequest request)
com.atlassian.util.concurrent.Promise<PageResponse<JsonSpaceProperty>>
RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl. fetchMany(PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteSpaceService.RemoteSpaceContentFinder. fetchMany(ContentType type, PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Space>>
RemoteSpaceService.RemoteSpaceFinder. fetchMany(PageRequest request)
com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. fetchMany(ContentType type, PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Space>>
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl. fetchMany(PageRequest request)
Deprecated.since 7.0.1.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>>
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)
default CompletionStage<PageResponse<T>>
RemoteManyFetcher. fetchManyCompletionStage(PageRequest request)
CompletionStage<PageResponse<Person>>
RemotePersonServiceImpl.RemotePersonFinderImpl. fetchManyCompletionStage(PageRequest pageRequest)
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<Content>>
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)
CompletionStage<PageResponse<Space>>
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl. fetchManyCompletionStage(PageRequest request)
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>
AbstractRemoteContentService.AbstractRemoteContentFinder. fetchMappedByContentType(PageRequest request)
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>
RemoteContentService.RemoteContentFetcher. fetchMappedByContentType(PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>
RemoteContentServiceImpl.RemoteContentFinderImpl. fetchMappedByContentType(PageRequest request)
CompletionStage<Map<ContentType,PageResponse<Content>>>
AbstractRemoteContentService.AbstractRemoteContentFinder. fetchMappedByContentTypeCompletionStage(PageRequest request)
CompletionStage<Map<ContentType,PageResponse<Content>>>
RemoteContentService.RemoteContentFetcher. fetchMappedByContentTypeCompletionStage(PageRequest request)
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>
RemoteChildContentService.RemoteChildContentFinder. fetchMappedByType(PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMappedByType(@Nullable PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>
RemoteSpaceService.RemoteSpaceContentFinder. fetchMappedByType(PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. 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)
com.atlassian.util.concurrent.Promise<PageResponse<Content>>
AbstractRemoteContentService. getChildren(Content parent, PageRequest pageRequest, Expansion... expansions)
Deprecated.since 7.0.1.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.abstract com.atlassian.util.concurrent.Promise<PageResponse<Label>>
AbstractRemoteContentLabelService. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<? extends Iterable<Label>>
RemoteContentLabelService. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Label>>
RemoteContentLabelServiceImpl. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
Deprecated.since 7.0.1.abstract CompletionStage<PageResponse<Label>>
AbstractRemoteContentLabelService. getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
CompletionStage<? extends Iterable<Label>>
RemoteContentLabelService. getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
Get the labels attached to a given piece of content in the given namespacesCompletionStage<PageResponse<Label>>
RemoteContentLabelServiceImpl. getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse>
RemoteContentRestrictionService. getRestrictions(ContentId target, PageRequest pageRequest, Expansion... expansions)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse>
RemoteContentRestrictionServiceImpl. getRestrictions(ContentId target, PageRequest pageRequest, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<ContentRestrictionsPageResponse>
RemoteContentRestrictionService. getRestrictionsCompletionStage(ContentId target, PageRequest pageRequest, Expansion... expansions)
Retrieves all the restrictions for all the operations on a given Content.CompletionStage<ContentRestrictionsPageResponse>
RemoteContentRestrictionServiceImpl. getRestrictionsCompletionStage(ContentId target, PageRequest pageRequest, Expansion... expansions)
com.atlassian.util.concurrent.Promise<ContentRestriction>
RemoteContentRestrictionService. getRestrictionsForOperation(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... expansions)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<ContentRestriction>
RemoteContentRestrictionServiceImpl. getRestrictionsForOperation(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<ContentRestriction>
RemoteContentRestrictionService. getRestrictionsForOperationCompletionStage(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... expansions)
Retrieves all restrictions for given operation key on given content.CompletionStage<ContentRestriction>
RemoteContentRestrictionServiceImpl. getRestrictionsForOperationCompletionStage(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... expansions)
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)
com.atlassian.util.concurrent.Promise<SearchPageResponse<SearchResult>>
RemoteCQLSearchService. search(String cql, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<SearchPageResponse<SearchResult>>
RemoteCQLSearchServiceImpl. search(String cql, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<SearchPageResponse<SearchResult>>
RemoteCQLSearchService. searchCompletionStage(String cql, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions)
CompletionStage<SearchPageResponse<SearchResult>>
RemoteCQLSearchServiceImpl. searchCompletionStage(String cql, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions)
com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteCQLSearchService. searchContent(String cql, PageRequest request, Expansion... expansions)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteCQLSearchService. searchContent(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteCQLSearchServiceImpl. searchContent(String cql, PageRequest request, Expansion... expansions)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteCQLSearchServiceImpl. searchContent(String cqlInput, SearchContext searchContext, PageRequest request, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<SearchPageResponse<Content>>
RemoteCQLSearchService. searchContentCompletionStage(String cql, PageRequest request, Expansion... expansions)
CompletionStage<SearchPageResponse<Content>>
RemoteCQLSearchService. searchContentCompletionStage(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions)
CompletionStage<SearchPageResponse<Content>>
RemoteCQLSearchServiceImpl. searchContentCompletionStage(String cql, PageRequest request, Expansion... expansions)
CompletionStage<SearchPageResponse<Content>>
RemoteCQLSearchServiceImpl. searchContentCompletionStage(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions)
-
Uses of PageRequest in com.atlassian.confluence.rest.client.graphql
Methods in com.atlassian.confluence.rest.client.graphql with parameters of type PageRequest Modifier and Type Method Description com.atlassian.util.concurrent.Promise<PageResponse<Content>>
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMany(ContentType type, @Nullable PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>
GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl. fetchMany(ContentType type, PageRequest request)
Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)
CompletionStage<PageResponse<Content>>
GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMappedByType(@Nullable PageRequest request)
Deprecated.since 7.0.1.CompletionStage<Map<ContentType,PageResponse<Content>>>
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMappedByTypeCompletionStage(PageRequest request)
com.atlassian.util.concurrent.Promise<PageResponse<Label>>
GraphQLRemoteContentLabelServiceImpl. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
Deprecated.since 7.0.1.CompletionStage<PageResponse<Label>>
GraphQLRemoteContentLabelServiceImpl. getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
-
Uses of PageRequest in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl with parameters of type PageRequest Modifier and Type Method Description com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>>
RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl. fetchMany(PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Version>>
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl. fetchMany(PageRequest pageRequest)
Deprecated.since 7.0.1.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 PageRequest in com.atlassian.confluence.rest.client.remoteservice.people
Methods in com.atlassian.confluence.rest.client.remoteservice.people with parameters of type PageRequest Modifier and Type Method Description com.atlassian.util.concurrent.Promise<PageResponse<Group>>
RemoteGroupService.RemoteGroupFinder. fetchMany(PageRequest request)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Group>>
RemoteGroupServiceImpl.RemoteGroupFinderImpl. 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 PageRequest in com.atlassian.confluence.rest.serialization.graphql
Methods in com.atlassian.confluence.rest.serialization.graphql that return PageRequest Modifier and Type Method Description PageRequest
GraphQLPageResponse. getPageRequest()
-
Uses of PageRequest in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return PageRequest Modifier and Type Method Description PageRequest
AbstractSearchCrowdUsersAction. getPageRequest()
PageRequest
BrowseUnsyncedUsersAction. getPageRequest()
-