Interface ChildContentService
- All Known Implementing Classes:
ChildContentServiceImpl
public interface ChildContentService
Interacts with
Content
children, providing methods to both get collections of children for various
ContentType
s at various depths.- Since:
- 5.5
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A finder interface to encapsulate finding content under a particular parent -
Method Summary
Modifier and TypeMethodDescriptionfindContent
(ContentId parentId, Expansion... expansion) A finder to locateContent
under a parent.
-
Method Details
-
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
-