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.internal.pages   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.rest.client   
 

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)
          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
 java.util.Map<ContentType,PageResponse<Content>> ChildContentFactory.buildFrom(Content parent, Depth depth, Fauxpansions fauxpansions)
           
 PageResponse<Content> ChildSupport.getChildrenList(Content parent, ContentType childType, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
 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 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
 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 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(java.lang.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.internal.pages
 

Methods in com.atlassian.confluence.internal.pages with parameters of type Depth
 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.
 

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)
           
 PageResponse<Page> DefaultPageManager.getChildren(Page page, LimitedRequest pageRequest, Depth depth)
           
 PageResponse<Comment> DefaultCommentManager.getPageComments(long pageId, LimitedRequest pageRequest, Depth depth)
           
 

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)
           
 PageResponse<Page> PageDao.getChildren(Page page, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
           
 PageResponse<Comment> CommentDao.getPageComments(long pageId, LimitedRequest pageRequest, Depth depth)
           
 

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)
           
 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<Comment> HibernateCommentDao.getPageComments(long pageId, LimitedRequest pageRequest, Depth depth)
           
 

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
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.