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