Uses of Interface
com.atlassian.confluence.api.service.content.ChildContentService.ChildContentFinder

Packages that use ChildContentService.ChildContentFinder
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.service.content   
 

Uses of ChildContentService.ChildContentFinder in com.atlassian.confluence.api.impl.service.content
 

Methods in com.atlassian.confluence.api.impl.service.content that return ChildContentService.ChildContentFinder
 ChildContentService.ChildContentFinder ChildContentServiceImpl.findContent(ContentId parentId, Expansion... expansions)
           
 

Uses of ChildContentService.ChildContentFinder in com.atlassian.confluence.api.service.content
 

Methods in com.atlassian.confluence.api.service.content that return ChildContentService.ChildContentFinder
 ChildContentService.ChildContentFinder ChildContentService.findContent(ContentId parentId, Expansion... expansion)
          A finder to locate Content under a parent.
 ChildContentService.ChildContentFinder ChildContentService.ChildContentFinder.withDepth(Depth depth)
          Applies a depth filter to the content found under this parent and retrieved by the finder.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.