Interface ChildContentService
- All Known Implementing Classes:
ChildContentServiceImpl
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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA finder interface to encapsulate finding content under a particular parent -
Method Summary
Modifier and TypeMethodDescriptionfindContent(ContentId parentId, Expansion... expansion) A finder to locateContentunder a parent.
-
Method Details
-
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
-