Modifier and Type | Method and Description |
---|---|
PageResponse<T> |
Paginated.page(PageRequest request)
Retrieves a page of data.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
PageResponse<LongTaskStatus> |
LongTaskServiceImpl.getAll(PageRequest request,
Expansion... expansions) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ContentRestriction |
ContentRestrictionServiceImpl.getRestrictionsForOperation(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... allExpansions) |
Modifier and Type | Class and Description |
---|---|
class |
SimplePageRequest
A simple immutable implementation of PageRequest
|
Modifier and Type | Field and Description |
---|---|
static PageRequest |
SimplePageRequest.ONE |
Modifier and Type | Method and Description |
---|---|
PageRequest |
PageResponseImpl.getPageRequest() |
PageRequest |
PageResponse.getPageRequest() |
Modifier and Type | Method and Description |
---|---|
static LimitedRequest |
LimitedRequestImpl.create(PageRequest request,
int maxLimit) |
static <T> PageResponseImpl<T> |
PageResponseImpl.empty(boolean hasMore,
PageRequest request) |
PageResponseImpl.Builder<T> |
PageResponseImpl.Builder.pageRequest(PageRequest request) |
Constructor and Description |
---|
LimitedRequestImpl(PageRequest request,
int maxLimit) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
SpaceService.SpaceContentFinder.fetchMany(ContentType type,
PageRequest request)
Retrieve all content contained in this space of the particular type
|
PageResponse<Content> |
ContentService.ContentFetcher.fetchMany(ContentType type,
PageRequest request) |
PageResponse<Content> |
ChildContentService.ChildContentFinder.fetchMany(ContentType type,
PageRequest request)
Retrieve all content of the particular type contained in this parent.
|
PageResponse<Space> |
SpaceService.SpaceFinder.fetchMany(PageRequest request) |
PageResponse<JsonContentProperty> |
ContentPropertyService.ContentPropertyFetcher.fetchMany(PageRequest request) |
PageResponse<Content> |
AttachmentService.AttachmentFinder.fetchMany(PageRequest request)
Fetch the attachments from the datastore that match the restrictions applied with the withX methods.
|
Map<ContentType,PageResponse<Content>> |
ContentService.ContentFetcher.fetchMappedByContentType(PageRequest request) |
Map<ContentType,PageResponse<Content>> |
SpaceService.SpaceContentFinder.fetchMappedByType(PageRequest request)
Retrieve all content contained in this space mapped by ContentType
|
Map<ContentType,PageResponse<Content>> |
ChildContentService.ChildContentFinder.fetchMappedByType(PageRequest request)
Retrieve all content contained in this parent mapped by ContentType.
|
PageResponse<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
|
Modifier and Type | Method and Description |
---|---|
PageResponse<LongTaskStatus> |
LongTaskService.getAll(PageRequest request,
Expansion... expansions)
Returns the status of all tracked long-running tasks visible to the user.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ContentRestriction |
ContentRestrictionService.getRestrictionsForOperation(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... expansions)
Retrieves all restrictions for given operation key on given content.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static LimitedRequest |
LimitedRequestImpl.create(PageRequest request,
int maxLimit)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
RestPageRequest
A request for a page of data.
|
Modifier and Type | Method and Description |
---|---|
PageRequest |
RestList.getPageRequest() |
Modifier and Type | Method and Description |
---|---|
static <T> RestList<T> |
RestList.createRestList(PageRequest request,
List<T> results,
boolean hasMore)
Deprecated.
|
static <T> RestList<T> |
RestList.createRestList(PageRequest pageRequest,
PageResponse<T> pageResponse)
Deprecated.
|
static <T> RestList.Builder<T> |
RestList.newRestList(PageRequest pageRequest) |
RestList.Builder<T> |
RestList.Builder.pageRequest(PageRequest pageRequest) |
Modifier and Type | Method and 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 |
AbstractRemoteService.addPageRequestParams(com.sun.jersey.api.client.WebResource resource,
PageRequest request)
Adds start and limit query params to honour the pageRequest values
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchMany(ContentType type,
PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteSpaceService.RemoteSpaceContentFinder.fetchMany(ContentType type,
PageRequest request)
Retrieve a paged list of content of the given type contained in this space
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteContentServiceImpl.RemoteContentFinderImpl.fetchMany(ContentType type,
PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteContentService.RemoteContentFetcher.fetchMany(ContentType type,
PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMany(ContentType type,
PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteChildContentService.RemoteChildContentFinder.fetchMany(ContentType type,
PageRequest request)
Retrieve a paged list of content of the given type contained in this parent
|
com.atlassian.util.concurrent.Promise<PageResponse<Space>> |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<Space>> |
RemoteSpaceService.RemoteSpaceFinder.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>> |
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>> |
RemoteContentPropertyService.RemoteContentPropertyFetcher.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentService.RemoteAttachmentFinder.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
RemoteContentServiceImpl.RemoteContentFinderImpl.fetchMappedByContentType(PageRequest request) |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
RemoteContentService.RemoteContentFetcher.fetchMappedByContentType(PageRequest request) |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchMappedByType(PageRequest request) |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
RemoteSpaceService.RemoteSpaceContentFinder.fetchMappedByType(PageRequest request)
Retrieve the all content contained in this space.
|
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByType(PageRequest request) |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
RemoteChildContentService.RemoteChildContentFinder.fetchMappedByType(PageRequest request)
Retrieve the content contained in this parent.
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteContentServiceImpl.getChildren(Content parent,
PageRequest pageRequest,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteContentService.getChildren(Content parent,
PageRequest pageRequest,
Expansion... expansion)
Retrieve the children of an item of Content.
|
com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
RemoteContentLabelServiceImpl.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request) |
com.atlassian.util.concurrent.Promise<? extends Iterable<Label>> |
RemoteContentLabelService.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request)
Get the labels attached to a given piece of content in the given namespaces
|
com.atlassian.util.concurrent.Promise<ContentRestriction> |
RemoteContentRestrictionServiceImpl.getRestrictionsForOperation(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentRestriction> |
RemoteContentRestrictionService.getRestrictionsForOperation(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... expansions)
Retrieves all restrictions for given operation key on given content.
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchServiceImpl.searchContent(String cql,
PageRequest request,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchService.searchContent(String cql,
PageRequest request,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchServiceImpl.searchContent(String cqlInput,
SearchContext searchContext,
PageRequest request,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchService.searchContent(String cqlInput,
SearchContext searchContext,
PageRequest pageRequest,
Expansion... expansions) |
Copyright © 2003–2015 Atlassian. All rights reserved.