com.atlassian.confluence.api.impl.service.content
Class ChildContentServiceImpl

java.lang.Object
  extended by com.atlassian.confluence.api.impl.service.content.ChildContentServiceImpl
All Implemented Interfaces:
ChildContentService

public class ChildContentServiceImpl
extends Object
implements 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
ChildContentServiceImpl(ContentService contentService, ChildSupport childSupport, org.springframework.aop.Advisor transactionAdvice, ContentEntityManager contentEntityManager, PermissionManager permissionManager)
           
 
Method Summary
 ChildContentService.ChildContentFinder findContent(ContentId parentId, Expansion... expansions)
          A finder to locate Content under a parent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildContentServiceImpl

public ChildContentServiceImpl(ContentService contentService,
                               ChildSupport childSupport,
                               org.springframework.aop.Advisor transactionAdvice,
                               ContentEntityManager contentEntityManager,
                               PermissionManager permissionManager)
Method Detail

findContent

public ChildContentService.ChildContentFinder findContent(ContentId parentId,
                                                          Expansion... expansions)
                                                   throws NotFoundException
Description copied from interface: ChildContentService
A finder to locate Content under a parent.

Specified by:
findContent in interface ChildContentService
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


Copyright © 2003–2015 Atlassian. All rights reserved.