|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PageResponse in com.atlassian.confluence.api.extension.typebinding |
---|
Methods in com.atlassian.confluence.api.extension.typebinding that return PageResponse | |
---|---|
PageResponse<Content> |
ContentTypeBinding.getChildren(Content parent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth)
Retrieve the children of an item of Content. |
Uses of PageResponse in com.atlassian.confluence.api.impl.pagination |
---|
Methods in com.atlassian.confluence.api.impl.pagination that return PageResponse | ||
---|---|---|
|
PaginationServiceImpl.doPaginationRequest(LimitedRequest initialRequest,
PaginationBatch<H> fetchPage,
com.google.common.base.Function<? super H,M> modelConverter)
|
Uses of PageResponse in com.atlassian.confluence.api.impl.service.content |
---|
Methods in com.atlassian.confluence.api.impl.service.content that return PageResponse | |
---|---|
PageResponse<Content> |
AttachmentServiceImpl.addAttachments(ContentId containerId,
java.util.Collection<AttachmentUpload> uploads)
|
PageResponse<Label> |
ContentLabelServiceImpl.addLabels(ContentId contentId,
java.lang.Iterable<Label> labels)
|
PageResponse<Content> |
SpaceServiceImpl.SpaceContentImpl.fetchMany(ContentType type,
PageRequest pageRequest)
|
PageResponse<Space> |
SpaceServiceImpl.SpaceFinderImpl.fetchMany(PageRequest request)
|
PageResponse<Label> |
ContentLabelServiceImpl.getLabels(ContentId contentId,
java.util.Collection<Label.Prefix> prefixes,
PageRequest pageRequest)
|
Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type PageResponse | |
---|---|
java.util.Map<ContentType,PageResponse<Content>> |
SpaceServiceImpl.SpaceContentImpl.fetchMappedByType(PageRequest pageRequest)
|
Uses of PageResponse in com.atlassian.confluence.api.impl.service.content.factory |
---|
Methods in com.atlassian.confluence.api.impl.service.content.factory that return PageResponse | |
---|---|
PageResponse<Content> |
ChildSupport.getChildrenList(Content parent,
ContentType childType,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth)
|
Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type PageResponse | |
---|---|
java.util.Map<ContentType,PageResponse<Content>> |
ChildContentFactory.buildFrom(Content parent,
Depth depth,
Fauxpansions fauxpansions)
|
java.util.Map<ContentType,PageResponse<Content>> |
ChildSupport.getChildrenMap(Content parent,
LimitedRequest limitedRequest,
Expansions childExpansions,
Depth depth)
Called from the ContentFactory when expanding "children" on a Content item being built. |
Uses of PageResponse in com.atlassian.confluence.api.impl.service.content.typebinding |
---|
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return PageResponse | |
---|---|
PageResponse<Content> |
AttachmentContentTypeBinding.getAttachments(ContentId containerId,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Attachment> predicate,
Expansions contentExpansions)
|
PageResponse<Content> |
PageContentTypeBinding.getChildren(Content parent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth)
|
PageResponse<Content> |
CommentContentTypeBinding.getChildren(Content parent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth)
|
PageResponse<Content> |
AttachmentContentTypeBinding.getChildren(Content parent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth)
|
Uses of PageResponse in com.atlassian.confluence.api.model.content |
---|
Methods in com.atlassian.confluence.api.model.content that return types with arguments of type PageResponse | |
---|---|
java.util.Map<ContentType,PageResponse<Content>> |
Content.getChildren()
Returns a map of the immediate sub-content of this Content, split by ContentType. |
java.util.Map<ContentType,PageResponse<Content>> |
Content.getDescendants()
Returns a map of all sub-content of this Content, at any depth, split by ContentType. |
Method parameters in com.atlassian.confluence.api.model.content with type arguments of type PageResponse | |
---|---|
Content.ContentBuilder |
Content.ContentBuilder.children(java.util.Map<ContentType,PageResponse<Content>> children)
|
Content.ContentBuilder |
Content.ContentBuilder.descendants(java.util.Map<ContentType,PageResponse<Content>> descendants)
|
Uses of PageResponse in com.atlassian.confluence.api.model.pagination |
---|
Classes in com.atlassian.confluence.api.model.pagination that implement PageResponse | |
---|---|
class |
PageResponseImpl<T>
A wrapper around a list of content. |
Methods in com.atlassian.confluence.api.model.pagination that return PageResponse | ||
---|---|---|
static
|
PageResponseImpl.filteredPageResponse(LimitedRequest limitedRequest,
java.util.List<T> items,
com.google.common.base.Predicate<? super T> predicate)
Reduces a list of items for a limited request by the predicate provided. |
Uses of PageResponse in com.atlassian.confluence.api.model.reference |
---|
Methods in com.atlassian.confluence.api.model.reference that return PageResponse | ||
---|---|---|
static
|
BuilderUtils.collapsedPageResponse(Navigation.Builder navBuilder)
|
Uses of PageResponse in com.atlassian.confluence.api.service.content |
---|
Methods in com.atlassian.confluence.api.service.content that return PageResponse | |
---|---|
PageResponse<Content> |
AttachmentService.addAttachments(ContentId containerId,
java.util.Collection<AttachmentUpload> uploads)
Add one or more attachments to a piece of Content . |
PageResponse<Label> |
ContentLabelService.addLabels(ContentId contentId,
java.lang.Iterable<Label> labels)
Adds the given labels to the specified content |
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<Content> |
AttachmentService.AttachmentFinder.fetchMany(PageRequest request)
Fetch the attachments from the datastore that match the restrictions applied with the withX methods. |
PageResponse<Label> |
ContentLabelService.getLabels(ContentId contentId,
java.util.Collection<Label.Prefix> prefixes,
PageRequest pageRequest)
Get the labels attached to a given piece of content in the given namespaces |
Methods in com.atlassian.confluence.api.service.content that return types with arguments of type PageResponse | |
---|---|
java.util.Map<ContentType,PageResponse<Content>> |
ContentService.ContentFetcher.fetchMappedByContentType(PageRequest request)
|
java.util.Map<ContentType,PageResponse<Content>> |
SpaceService.SpaceContentFinder.fetchMappedByType(PageRequest request)
Retrieve all content contained in this space mapped by ContentType |
java.util.Map<ContentType,PageResponse<Content>> |
ChildContentService.ChildContentFinder.fetchMappedByType(PageRequest request)
Retrieve all content contained in this parent mapped by ContentType. |
Uses of PageResponse in com.atlassian.confluence.api.service.pagination |
---|
Methods in com.atlassian.confluence.api.service.pagination that return PageResponse | ||
---|---|---|
|
PaginationService.doPaginationRequest(LimitedRequest pageRequest,
PaginationBatch<H> fetchBatch,
com.google.common.base.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. |
Uses of PageResponse in com.atlassian.confluence.core.persistence |
---|
Methods in com.atlassian.confluence.core.persistence that return PageResponse | |
---|---|
PageResponse<ContentEntityObject> |
ContentEntityObjectDao.findContentBySpaceIdAndStatus(long spaceId,
java.lang.String status,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<Page> predicate)
Retrieve content for a given space with a particular status. |
Uses of PageResponse in com.atlassian.confluence.core.persistence.hibernate |
---|
Methods in com.atlassian.confluence.core.persistence.hibernate that return PageResponse | |
---|---|
PageResponse<ContentEntityObject> |
ContentEntityObjectHibernateDao.findContentBySpaceIdAndStatus(long spaceId,
java.lang.String status,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<Page> predicate)
|
Uses of PageResponse in com.atlassian.confluence.internal.pages |
---|
Methods in com.atlassian.confluence.internal.pages that return PageResponse | |
---|---|
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns the pages and blogposts created on the given date, that also match the given predicate, limited to the page request |
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPagesByTitle(java.lang.String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns the pages and blogposts that exactly match the given title, that also match the given predicate, limited to the pagination request |
PageResponse<Attachment> |
AttachmentManagerInternal.getAttachments(ContentEntityObject content,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Attachment> filterPredicate)
Returns the current attachments under the CEO. |
PageResponse<BlogPost> |
PageManagerInternal.getBlogPosts(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super BlogPost>... filter)
Returns all the current blogposts in the space, limited to the pagination request |
PageResponse<Comment> |
CommentManagerInternal.getChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth)
Returns the children of a comment, limited to the pagination requested. |
PageResponse<Page> |
PageManagerInternal.getChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns the children of a page, limited to the pagination requested. |
PageResponse<Comment> |
CommentManagerInternal.getPageComments(long pageId,
LimitedRequest pageRequest,
Depth depth)
Returns the children of a Page or Blogpost, limited to the pagination requested. |
PageResponse<Page> |
PageManagerInternal.getPages(LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page>... filter)
Returns all the current pages in this instance of confluence, limited to the pagination request. |
PageResponse<Page> |
PageManagerInternal.getPages(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page>... filter)
Returns all the current pages in the space, limited to the pagination request |
PageResponse<Page> |
PageManagerInternal.getTopLevelPages(Space space,
LimitedRequest pageRequest)
Returns the top-level pages in a space, limited to the pagination requested. |
Uses of PageResponse in com.atlassian.confluence.internal.spaces |
---|
Methods in com.atlassian.confluence.internal.spaces that return PageResponse | |
---|---|
PageResponse<Space> |
SpaceManagerInternal.getSpaces(SpacesQuery query,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Space>... filter)
get a paginated list of spaces that match the spaceQuery, filtered by the given predicate |
Uses of PageResponse in com.atlassian.confluence.it.api |
---|
Methods in com.atlassian.confluence.it.api that return PageResponse | |
---|---|
PageResponse<Content> |
TestAttachmentFactory.addAttachments(int numFiles,
javax.ws.rs.core.MediaType contentType)
|
Methods in com.atlassian.confluence.it.api with parameters of type PageResponse | |
---|---|
static java.util.List<Attachment> |
ApiEntityConverter.convertApiContentPageToItAttachments(PageResponse<Content> contents)
|
Uses of PageResponse in com.atlassian.confluence.pages |
---|
Methods in com.atlassian.confluence.pages that return PageResponse | |
---|---|
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
|
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPagesByTitle(java.lang.String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
|
PageResponse<Attachment> |
DelegatorAttachmentManager.getAttachments(ContentEntityObject content,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Attachment> filterPredicate)
|
PageResponse<Attachment> |
DefaultAttachmentManager.getAttachments(ContentEntityObject content,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Attachment> filterPredicate)
|
PageResponse<Attachment> |
CachingAttachmentManager.getAttachments(ContentEntityObject content,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Attachment> filterPredicate)
|
PageResponse<BlogPost> |
DefaultPageManager.getBlogPosts(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super BlogPost>... filters)
|
PageResponse<Comment> |
DefaultCommentManager.getChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth)
|
PageResponse<Page> |
DefaultPageManager.getChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
|
PageResponse<Comment> |
DefaultCommentManager.getPageComments(long pageId,
LimitedRequest pageRequest,
Depth depth)
|
PageResponse<Page> |
DefaultPageManager.getPages(LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page>... filters)
|
PageResponse<Page> |
DefaultPageManager.getPages(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page>... filters)
|
PageResponse<Page> |
DefaultPageManager.getTopLevelPages(Space space,
LimitedRequest pageRequest)
|
Uses of PageResponse in com.atlassian.confluence.pages.attachments |
---|
Methods in com.atlassian.confluence.pages.attachments that return PageResponse | |
---|---|
PageResponse<Attachment> |
CachingAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Attachment> predicate)
|
Uses of PageResponse in com.atlassian.confluence.pages.persistence.dao |
---|
Methods in com.atlassian.confluence.pages.persistence.dao that return PageResponse | |
---|---|
PageResponse<AbstractPage> |
PageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the pages and blogposts created on the given date, that also match the given predicate, limited to the page request |
PageResponse<AbstractPage> |
PageDao.getAbstractPagesByTitle(java.lang.String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the pages and blogposts that exactly match the given title, limited to the pagination request |
PageResponse<BlogPost> |
PageDao.getBlogPosts(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super BlogPost> predicate)
Retrieve a page of the current blog posts in this space |
PageResponse<Comment> |
CommentDao.getChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth)
|
PageResponse<Page> |
PageDao.getChildren(Page page,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
|
PageResponse<Attachment> |
WebDavAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Attachment> predicate)
Deprecated. |
PageResponse<Attachment> |
AttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Attachment> predicate)
Retrieves a paginated list of the latest version of attachments to the ceo filtered by the predicate |
PageResponse<Comment> |
CommentDao.getPageComments(long pageId,
LimitedRequest pageRequest,
Depth depth)
|
PageResponse<Page> |
PageDao.getPages(LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
Retrieve a page of all the current content |
PageResponse<Page> |
PageDao.getPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
Retrieve a page of the current content in this space |
PageResponse<Page> |
PageDao.getTopLevelPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
|
Uses of PageResponse in com.atlassian.confluence.pages.persistence.dao.hibernate |
---|
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return PageResponse | |
---|---|
PageResponse<ContentEntityObject> |
CachingPageDao.findContentBySpaceIdAndStatus(long spaceId,
java.lang.String status,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<Page> predicate)
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
|
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPagesByTitle(java.lang.String title,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
|
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPagesByTitle(java.lang.String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
|
PageResponse<BlogPost> |
HibernatePageDao.getBlogPosts(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super BlogPost> predicate)
|
PageResponse<BlogPost> |
CachingPageDao.getBlogPosts(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super BlogPost> predicate)
|
PageResponse<Comment> |
HibernateCommentDao.getChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth)
|
PageResponse<Page> |
HibernatePageDao.getChildren(Page page,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
|
PageResponse<Page> |
CachingPageDao.getChildren(Page page,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
|
PageResponse<Attachment> |
AbstractHibernateAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo,
LimitedRequest request,
com.google.common.base.Predicate<? super Attachment> predicate)
|
PageResponse<Comment> |
HibernateCommentDao.getPageComments(long pageId,
LimitedRequest pageRequest,
Depth depth)
|
PageResponse<Page> |
HibernatePageDao.getPages(LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
|
PageResponse<Page> |
CachingPageDao.getPages(LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
|
PageResponse<Page> |
HibernatePageDao.getPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
|
PageResponse<Page> |
CachingPageDao.getPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
|
PageResponse<Page> |
HibernatePageDao.getTopLevelPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
|
PageResponse<Page> |
CachingPageDao.getTopLevelPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
|
Uses of PageResponse in com.atlassian.confluence.rest.api.model |
---|
Classes in com.atlassian.confluence.rest.api.model that implement PageResponse | |
---|---|
class |
RestList<T>
The RestList participates in our collection serialization by jackson, and allows collections to be enriched with extra properties during serialization. |
Methods in com.atlassian.confluence.rest.api.model that return PageResponse | |
---|---|
PageResponse<T> |
RestList.getPageResponse()
|
Methods in com.atlassian.confluence.rest.api.model with parameters of type PageResponse | ||
---|---|---|
RestPageRequest |
RestPageRequest.copyWithLimits(PageResponse response)
|
|
static
|
RestList.createRestList(PageRequest pageRequest,
PageResponse<T> pageResponse)
|
|
static
|
RestList.createRestList(PageResponse<T> pageResponse)
|
Constructors in com.atlassian.confluence.rest.api.model with parameters of type PageResponse | |
---|---|
RestPageRequest(Navigation.Builder navBuilder,
PageResponse<Content> pageResponse)
|
|
RestPageRequest(javax.ws.rs.core.UriBuilder requestUri,
PageResponse response)
|
Uses of PageResponse in com.atlassian.confluence.rest.client |
---|
Methods in com.atlassian.confluence.rest.client that return types with arguments of type PageResponse | ||
---|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentServiceImpl.addAttachments(ContentId contentId,
java.util.Collection<AttachmentUpload> uploads)
|
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentService.addAttachments(ContentId contentId,
java.util.Collection<AttachmentUpload> uploads)
Add one or more attachments to a piece of Content . |
|
com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
RemoteContentLabelServiceImpl.addLabels(ContentId contentId,
java.lang.Iterable<Label> labels)
|
|
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<Content>> |
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.fetchMany(PageRequest request)
|
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteAttachmentService.RemoteAttachmentFinder.fetchMany(PageRequest request)
|
|
com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> |
RemoteContentServiceImpl.RemoteContentFinderImpl.fetchMappedByContentType(PageRequest request)
|
|
com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> |
RemoteContentService.RemoteContentFetcher.fetchMappedByContentType(PageRequest request)
|
|
com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> |
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.fetchMappedByType(PageRequest request)
|
|
com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> |
RemoteSpaceService.RemoteSpaceContentFinder.fetchMappedByType(PageRequest request)
Retrieve the all content contained in this space. |
|
com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> |
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.fetchMappedByType(PageRequest request)
|
|
com.atlassian.util.concurrent.Promise<java.util.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. |
|
protected
|
AbstractRemoteService.getFutureMapOfPageResponses(com.sun.jersey.api.client.WebResource resource,
java.lang.Class<K> keyClass,
java.lang.Class<V> listContentClass)
|
|
protected
|
AbstractRemoteService.getFuturePageResponseList(com.sun.jersey.api.client.WebResource resource,
java.lang.Class<E> contentClass)
|
|
com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
RemoteContentLabelServiceImpl.getLabels(ContentId contentId,
java.util.Collection<Label.Prefix> prefixes,
PageRequest request)
|
|
protected
|
AbstractRemoteService.postFutureToPageResponse(com.sun.jersey.api.client.WebResource resource,
java.lang.Class<T> entityClass,
java.lang.Object postEntity,
javax.ws.rs.core.MediaType mediaType)
|
Uses of PageResponse in com.atlassian.confluence.rest.examples |
---|
Fields in com.atlassian.confluence.rest.examples with type parameters of type PageResponse | |
---|---|
static java.util.Map<ContentType,PageResponse<Content>> |
ContentExamples.CHILDREN_DOC_EXAMPLE
|
Uses of PageResponse in com.atlassian.confluence.rest.resources |
---|
Methods in com.atlassian.confluence.rest.resources that return PageResponse | |
---|---|
PageResponse<Label> |
ContentLabelsResource.addLabels(ContentId contentId,
java.util.List<Label> labels)
Adds a list of labels to the specified content. |
PageResponse<Content> |
ContentResource.getContent(java.lang.String type,
java.lang.String spaceKey,
java.lang.String title,
java.lang.String postingDay,
java.lang.String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns a piece of Content. |
PageResponse<Label> |
ContentLabelsResource.labels(ContentId contentId,
java.util.List<java.lang.String> prefixes,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns the list of labels on a piece of Content. |
PageResponse<Space> |
SpaceResource.spaces(java.util.List<java.lang.String> spaceKeys,
java.lang.String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
|
Methods in com.atlassian.confluence.rest.resources that return types with arguments of type PageResponse | |
---|---|
java.util.Map<ContentType,PageResponse<Content>> |
ChildContentResource.children(ContentId contentId,
java.lang.String expand,
javax.ws.rs.core.UriInfo uriInfo)
Returns a map of the direct children of a piece of Content. |
java.util.Map<ContentType,PageResponse<Content>> |
DescendantContentResource.descendants(ContentId contentId,
java.lang.String expand,
javax.ws.rs.core.UriInfo uriInfo)
Returns a map of the descendants of a piece of Content. |
Uses of PageResponse in com.atlassian.confluence.spaces |
---|
Methods in com.atlassian.confluence.spaces that return PageResponse | |
---|---|
PageResponse<Space> |
DefaultSpaceManager.getSpaces(SpacesQuery query,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Space>... filter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |