Class ChildContentServiceImpl
java.lang.Object
com.atlassian.confluence.api.impl.service.content.ChildContentServiceImpl
- All Implemented Interfaces:
ChildContentService
Server implementation of the
ChildContentService
. Contrast with the RemoteChildrenService.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.confluence.api.service.content.ChildContentService
ChildContentService.ChildContentFinder
-
Constructor Summary
ConstructorsConstructorDescriptionChildContentServiceImpl
(ChildSupport childSupport, ContentEntityManager contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory) -
Method Summary
Modifier and TypeMethodDescriptionfindContent
(ContentId parentId, Expansion... expansions) A finder to locateContent
under a parent.
-
Constructor Details
-
ChildContentServiceImpl
public ChildContentServiceImpl(ChildSupport childSupport, ContentEntityManager contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory)
-
-
Method Details
-
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
-