@ExperimentalApi
public interface ChildContentService
Content
children, providing methods to both get collections of children for various
ContentType
s at various depths.Modifier and Type | Interface and Description |
---|---|
static interface |
ChildContentService.ChildContentFinder
A finder interface to encapsulate finding content under a particular parent
|
Modifier and Type | Method and Description |
---|---|
ChildContentService.ChildContentFinder |
findContent(ContentId parentId,
Expansion... expansion)
A finder to locate
Content under a parent. |
ChildContentService.ChildContentFinder findContent(ContentId parentId, Expansion... expansion) throws NotFoundException
Content
under a parent.parentId
- - the id of the content to retrieve the children or descendants forNotFoundException
- if the space does not exist or you do not have permission to view itCopyright © 2003–2018 Atlassian. All rights reserved.