Uses of Class
com.atlassian.confluence.api.model.Depth

Packages that use Depth
com.atlassian.confluence.api.extension.typebinding   
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.impl.service.content.factory   
com.atlassian.confluence.api.impl.service.content.typebinding   
com.atlassian.confluence.api.impl.service.nav   
com.atlassian.confluence.api.model   
com.atlassian.confluence.api.nav   
com.atlassian.confluence.api.service.content   
com.atlassian.confluence.content.apisupport   
com.atlassian.confluence.internal.pages   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.rest.client   
test.plugin.apiavailable   
test.plugin.versionchildpolicy   
 

Uses of Depth in com.atlassian.confluence.api.extension.typebinding
 

Methods in com.atlassian.confluence.api.extension.typebinding with parameters of type Depth
 PageResponse<Content> ContentTypeBinding.getChildren(Content parent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
          Deprecated. Retrieve the children of an item of Content.
 

Uses of Depth in com.atlassian.confluence.api.impl.service.content
 

Methods in com.atlassian.confluence.api.impl.service.content with parameters of type Depth
 SpaceService.SpaceContentFinder SpaceServiceImpl.SpaceContentImpl.withDepth(Depth depth)
           
 

Uses of Depth in com.atlassian.confluence.api.impl.service.content.factory
 

Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type Depth
 Map<ContentType,PageResponse<Content>> ChildContentFactory.buildFrom(Content parent, Depth depth, Fauxpansions fauxpansions)
           
 PageResponse<Content> ChildSupport.getChildrenList(ContentConvertible parent, ContentType childType, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Collection<String> location)
           
 Map<ContentType,PageResponse<Content>> ChildSupport.getChildrenMap(ContentConvertible parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location)
          Called from the ContentFactory when expanding "children" on a Content item being built.
 Map<ContentType,PageResponse<Content>> ChildSupport.getChildrenMap(Content parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth)
           
 Map<ContentType,PageResponse<Content>> ChildSupport.getChildrenMap(Content parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location)
           
 

Uses of Depth in com.atlassian.confluence.api.impl.service.content.typebinding
 

Methods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type Depth
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> CommentContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> BlogPostContentTypeApiSupport.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)
           
 

Uses of Depth in com.atlassian.confluence.api.impl.service.nav
 

Methods in com.atlassian.confluence.api.impl.service.nav with parameters of type Depth
 Navigation.Builder ContentNavImpl.children(ContentType type, Depth depth)
           
 AbstractNav ContentNavImpl.children(Depth depth)
           
 

Uses of Depth in com.atlassian.confluence.api.model
 

Fields in com.atlassian.confluence.api.model declared as Depth
static Depth Depth.ALL
           
static Depth Depth.ROOT
           
 

Methods in com.atlassian.confluence.api.model that return Depth
static Depth Depth.valueOf(String str)
           
 

Uses of Depth in com.atlassian.confluence.api.nav
 

Methods in com.atlassian.confluence.api.nav with parameters of type Depth
 Navigation.Builder Navigation.ContentNav.children(ContentType type, Depth depth)
           
 Navigation.Builder Navigation.ContentNav.children(Depth depth)
           
 

Uses of Depth in com.atlassian.confluence.api.service.content
 

Methods in com.atlassian.confluence.api.service.content with parameters of type Depth
 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
 ChildContentService.ChildContentFinder ChildContentService.ChildContentFinder.withDepth(Depth depth)
          Applies a depth filter to the content found under this parent and retrieved by the finder.
 

Uses of Depth in com.atlassian.confluence.content.apisupport
 

Methods in com.atlassian.confluence.content.apisupport with parameters of type Depth
 PageResponse<Content> ContentTypeApiSupport.getChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)
          Retrieve the children of an item of Content filtered by a predicate.
 PageResponse<Content> BaseContentTypeApiSupport.getChildren(ContentConvertible content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)
          Retrieve the children of an item of Content.
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)
          This method includes an additional parameter "location", it will call the default one if not overridden
protected abstract  PageResponse<Content> BaseContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> BaseContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)
          This method includes an additional parameter "location", it will call the default one if not overridden
 

Uses of Depth in com.atlassian.confluence.internal.pages
 

Methods in com.atlassian.confluence.internal.pages with parameters of type Depth
 PageResponse<Comment> CommentManagerInternal.getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
          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, com.google.common.base.Predicate<? super Comment>... predicates)
          Returns the children of a Page or Blogpost, limited to the pagination requested.
 

Uses of Depth in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages with parameters of type Depth
 PageResponse<Comment> DefaultCommentManager.getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
           
 PageResponse<Page> DefaultPageManager.getChildren(Page page, LimitedRequest pageRequest, Depth depth)
           
 PageResponse<Comment> DefaultCommentManager.getPageComments(long pageId, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
           
 

Uses of Depth in com.atlassian.confluence.pages.persistence.dao
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type Depth
 PageResponse<Comment> CommentDao.getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
          Get the children of a comment
 PageResponse<Page> PageDao.getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
           
 PageResponse<Comment> CommentDao.getPageComments(long pageId, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
          Get the comments belonging to a page
 

Uses of Depth in com.atlassian.confluence.pages.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type Depth
 PageResponse<Comment> HibernateCommentDao.getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
           
 PageResponse<Page> HibernatePageDao.getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
           
 PageResponse<Page> CachingPageDao.getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
           
 PageResponse<Comment> HibernateCommentDao.getPageComments(long pageId, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
           
 

Uses of Depth in com.atlassian.confluence.rest.client
 

Methods in com.atlassian.confluence.rest.client with parameters of type Depth
 RemoteSpaceService.RemoteSpaceContentFinder RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl.withDepth(Depth depth)
           
 RemoteSpaceService.RemoteSpaceContentFinder RemoteSpaceService.RemoteSpaceContentFinder.withDepth(Depth depth)
          Set the depth to retrieve content on the SpaceContentFinder
 RemoteChildContentService.RemoteChildContentFinder RemoteChildContentServiceImpl.RemoteChildContentFinderImpl.withDepth(Depth depth)
           
 RemoteChildContentService.RemoteChildContentFinder RemoteChildContentService.RemoteChildContentFinder.withDepth(Depth depth)
          Set the depth to retrieve content on the ChildContentFinder
 

Uses of Depth in test.plugin.apiavailable
 

Methods in test.plugin.apiavailable with parameters of type Depth
protected  PageResponse<Content> DummyAvailableContentTypeSupport.getChildrenForThisType(CustomContentEntityObject content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> DummyAvailableContentTypeSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 

Uses of Depth in test.plugin.versionchildpolicy
 

Methods in test.plugin.versionchildpolicy with parameters of type Depth
protected  PageResponse<Content> DummyOriginalVersionContentTypeApiSupport.getChildrenForThisType(CustomContentEntityObject content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> DummyCurrentVersionContentTypeApiSupport.getChildrenForThisType(CustomContentEntityObject content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> DummyOriginalVersionContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> DummyCurrentVersionContentTypeApiSupport.getChildrenOfThisTypeForOtherType(ContentConvertible otherTypeParent, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.