Modifier and Type | Method and Description |
---|---|
SpaceService.SpaceContentFinder |
SpaceServiceImpl.SpaceContentImpl.withDepth(Depth depth) |
Modifier and Type | Method and Description |
---|---|
protected PageResponse<Content> |
AttachmentContentTypeApiSupport.getChildrenForThisType(Attachment content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
BlogPostContentTypeApiSupport.getChildrenForThisType(BlogPost content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
CommentContentTypeApiSupport.getChildrenForThisType(Comment content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
CommentContentTypeApiSupport.getChildrenForThisType(Comment content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate) |
protected PageResponse<Content> |
PageContentTypeApiSupport.getChildrenForThisType(Page content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
PageContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
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) |
PageResponse<Content> |
AttachmentContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible parent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
CommentContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate) |
Modifier and Type | Field and Description |
---|---|
static Depth |
Depth.ALL |
static Depth |
Depth.ROOT |
Modifier and Type | Method and Description |
---|---|
static Depth |
Depth.valueOf(String str) |
Modifier and Type | Method and Description |
---|---|
Navigation.Builder |
Navigation.ContentNav.children(ContentType type,
Depth depth) |
Navigation.Builder |
Navigation.ContentNav.children(Depth depth) |
Modifier and Type | Method and Description |
---|---|
ChildContentService.ChildContentFinder |
ChildContentService.ChildContentFinder.withDepth(Depth depth)
Applies a depth filter to the content found under this parent and retrieved by the finder.
|
SpaceService.SpaceContentFinder |
SpaceService.SpaceContentFinder.withDepth(Depth depth)
Applies a depth filter the content in this space retrieved by the finder, presently only pages participate in the space content hierarchy, the
depth filter has no effect on other content type
|
Modifier and Type | Method and Description |
---|---|
@NonNull PageResponse<Content> |
CustomContentManager.getChildrenOfType(ContentEntityObject entity,
String contentModuleKey,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)
|
@NonNull PageResponse<Content> |
DefaultCustomContentManager.getChildrenOfType(ContentEntityObject entity,
String contentModuleKey,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super CustomContentEntityObject> predicate)
|
default @NonNull PageResponse<Content> |
CustomContentManager.getChildrenOfTypeAndFilter(ContentEntityObject entity,
String contentModuleKey,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
Predicate<? super CustomContentEntityObject> predicate)
Returns the children of a CustomContentEntityObject, limited to the pagination requested.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
ContentTypeApiSupport.getChildren(ContentConvertible content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate)
Deprecated.
|
PageResponse<Content> |
BaseContentTypeApiSupport.getChildren(ContentConvertible content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate)
|
protected abstract PageResponse<Content> |
BaseContentTypeApiSupport.getChildrenForThisType(T content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
protected PageResponse<Content> |
BaseContentTypeApiSupport.getChildrenForThisType(T content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate)
|
protected PageResponse<Content> |
CustomContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
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,
com.google.common.base.Predicate<? super ContentEntityObject> predicate)
|
protected PageResponse<Content> |
BaseContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
com.google.common.base.Predicate<? super ContentEntityObject> predicate)
|
default PageResponse<Content> |
ContentTypeApiSupport.getFilteredChildren(ContentConvertible content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
Predicate<? super ContentEntityObject> predicate)
Retrieve the children of an item of Content filtered by a predicate.
|
protected PageResponse<Content> |
BaseContentTypeApiSupport.getFilteredChildrenForThisType(T content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
Predicate<? super ContentEntityObject> predicate)
This method includes an additional parameter "location", it will call the default one if not overridden
|
protected PageResponse<Content> |
BaseContentTypeApiSupport.getFilteredChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth,
Predicate<? super ContentEntityObject> predicate)
This method includes an additional parameter "location", it will call the default one if not overridden
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Page> |
PageManagerInternal.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns all the children of a page (including drafts), limited to the pagination requested
|
@NonNull PageResponse<Comment> |
CommentManagerInternal.getChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
|
@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<Comment> |
CommentManagerInternal.getContainerComments(long containerId,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
|
default @NonNull PageResponse<Comment> |
CommentManagerInternal.getFilteredChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth,
Predicate<? super Comment>... predicates)
Returns the children of a comment, limited to the pagination requested.
|
default @NonNull PageResponse<Comment> |
CommentManagerInternal.getFilteredContainerComments(long containerId,
LimitedRequest pageRequest,
Depth depth,
Predicate<? super Comment>... predicates)
Returns the children comments of a ContentEntityObject, limited to the pagination requested.
|
Modifier and Type | Method and Description |
---|---|
default PageResponse<Comment> |
CommentDaoInternal.getFilteredChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth,
Predicate<? super Comment>... predicates)
Get the children of a comment
|
default PageResponse<Page> |
PageDaoInternal.getFilteredChildren(Page page,
LimitedRequest pageRequest,
Predicate<? super Page> predicate,
Depth depth)
Returns the children of a page which have a status of CURRENT, limited to the pagination requested.
|
default PageResponse<Comment> |
CommentDaoInternal.getFilteredContainerComments(long containerId,
LimitedRequest pageRequest,
Depth depth,
Predicate<? super Comment>... predicates)
Get the comments belonging to a container
|
Modifier and Type | Method and Description |
---|---|
protected PageResponse<Content> |
DummyAvailableContentTypeSupport.getChildrenForThisType(CustomContentEntityObject content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
Modifier and Type | Method and Description |
---|---|
@NonNull PageResponse<Page> |
DefaultPageManager.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
@NonNull PageResponse<Comment> |
DefaultCommentManager.getChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
|
@NonNull PageResponse<Page> |
DefaultPageManager.getChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
@NonNull PageResponse<Comment> |
DefaultCommentManager.getContainerComments(long containerId,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
|
PageResponse<Page> |
PageManager.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.
|
@NonNull PageResponse<Page> |
DefaultPageManager.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Page> |
PageDao.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns all children of a page (including drafts), limited to the pagination requested.
|
PageResponse<Comment> |
CommentDao.getChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
|
PageResponse<Page> |
PageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
PageResponse<Comment> |
CommentDao.getContainerComments(long containerId,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
since 7.0.1. Use
CommentDaoInternal.getFilteredContainerComments(long, LimitedRequest, Depth, Predicate[]) (long, Date)} |
PageResponse<Page> |
PageDao.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Page> |
CachingPageDao.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Page> |
HibernatePageDao.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Comment> |
HibernateCommentDao.getChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
|
PageResponse<Page> |
CachingPageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
PageResponse<Page> |
HibernatePageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
PageResponse<Comment> |
HibernateCommentDao.getContainerComments(long containerId,
LimitedRequest pageRequest,
Depth depth,
com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated.
since 7.0.1. Use
CommentDaoInternal.getFilteredContainerComments(long, LimitedRequest, Depth, java.util.function.Predicate[]) (long, Date)} |
PageResponse<Page> |
CachingPageDao.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Page> |
HibernatePageDao.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
Modifier and Type | Field and Description |
---|---|
protected Depth |
AbstractRemoteChildContentService.AbstractRemoteChildContentFinder.depth |
Modifier and Type | Method and Description |
---|---|
RemoteChildContentService.RemoteChildContentFinder |
AbstractRemoteChildContentService.AbstractRemoteChildContentFinder.withDepth(Depth depth) |
RemoteSpaceService.RemoteSpaceContentFinder |
RemoteSpaceService.RemoteSpaceContentFinder.withDepth(Depth depth)
Set the depth to retrieve content on the SpaceContentFinder
|
RemoteSpaceService.RemoteSpaceContentFinder |
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.withDepth(Depth depth) |
RemoteChildContentService.RemoteChildContentFinder |
RemoteChildContentService.RemoteChildContentFinder.withDepth(Depth depth)
Set the depth to retrieve content on the ChildContentFinder
|
Copyright © 2003–2019 Atlassian. All rights reserved.