Class ChildContentServiceImpl
- java.lang.Object
-
- com.atlassian.confluence.api.impl.service.content.ChildContentServiceImpl
-
- All Implemented Interfaces:
ChildContentService
public class ChildContentServiceImpl extends Object implements ChildContentService
Server implementation of theChildContentService
. Contrast with the RemoteChildrenService.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.confluence.api.service.content.ChildContentService
ChildContentService.ChildContentFinder
-
-
Constructor Summary
Constructors Constructor Description ChildContentServiceImpl(ChildSupport childSupport, ContentEntityManager contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildContentService.ChildContentFinder
findContent(ContentId parentId, Expansion... expansions)
A finder to locateContent
under a parent.
-
-
-
Constructor Detail
-
ChildContentServiceImpl
public ChildContentServiceImpl(ChildSupport childSupport, ContentEntityManager contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory)
-
-
Method Detail
-
findContent
public ChildContentService.ChildContentFinder findContent(ContentId parentId, Expansion... expansions) throws NotFoundException
Description copied from interface:ChildContentService
A finder to locateContent
under a parent.- Specified by:
findContent
in interfaceChildContentService
- 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
-
-