Interface ChildContentService
-
- All Known Implementing Classes:
ChildContentServiceImpl
@ExperimentalApi public interface ChildContentServiceInteracts withContentchildren, providing methods to both get collections of children for variousContentTypes at various depths.- Since:
- 5.5
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceChildContentService.ChildContentFinderA finder interface to encapsulate finding content under a particular parent
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChildContentService.ChildContentFinderfindContent(ContentId parentId, Expansion... expansion)A finder to locateContentunder a parent.
-
-
-
Method Detail
-
findContent
ChildContentService.ChildContentFinder findContent(ContentId parentId, Expansion... expansion) throws NotFoundException
A finder to locateContentunder 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
-
-