com.atlassian.confluence.api.service.content
Interface ChildContentService

All Known Implementing Classes:
ChildContentServiceImpl

@ExperimentalApi
public interface ChildContentService

Interacts with Content children, providing methods to both get collections of children for various ContentTypes at various depths.

Since:
5.5

Nested Class Summary
static interface ChildContentService.ChildContentFinder
          A finder interface to encapsulate finding content under a particular parent
 
Method Summary
 ChildContentService.ChildContentFinder findContent(ContentId parentId, Expansion... expansion)
          A finder to locate Content under a parent.
 

Method Detail

findContent

ChildContentService.ChildContentFinder findContent(ContentId parentId,
                                                   Expansion... expansion)
                                                   throws NotFoundException
A finder to locate Content under a parent.

Parameters:
parentId - - the id of the content to retrieve the children or descendants for
Throws:
NotFoundException - if the space does not exist or you do not have permission to view it


Copyright © 2003–2015 Atlassian. All rights reserved.