public class ChildContentServiceImpl extends Object implements ChildContentService
ChildContentService
. Contrast with the RemoteChildrenService.ChildContentService.ChildContentFinder
Constructor and Description |
---|
ChildContentServiceImpl(ChildSupport childSupport,
ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
FinderProxyFactory finderProxyFactory) |
Modifier and Type | Method and Description |
---|---|
ChildContentService.ChildContentFinder |
findContent(ContentId parentId,
Expansion... expansions)
A finder to locate
Content under a parent. |
public ChildContentServiceImpl(ChildSupport childSupport, ContentEntityManager contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory)
public ChildContentService.ChildContentFinder findContent(ContentId parentId, Expansion... expansions) throws NotFoundException
ChildContentService
Content
under a parent.findContent
in interface ChildContentService
parentId
- - the id of the content to retrieve the children or descendants forNotFoundException
- if the space does not exist or you do not have permission to view itCopyright © 2003–2018 Atlassian. All rights reserved.