|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.api.impl.service.content.ChildContentServiceImpl
public class ChildContentServiceImpl
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)
|
|
| 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 |
|---|
public ChildContentServiceImpl(ContentService contentService,
ChildSupport childSupport,
org.springframework.aop.Advisor transactionAdvice)
| Method Detail |
|---|
public ChildContentService.ChildContentFinder findContent(ContentId parentId,
Expansion... expansions)
throws NotFoundException
ChildContentServiceContent under a parent.
findContent in interface ChildContentServiceparentId - - the id of the content to retrieve the children or descendants for
NotFoundException - if the space does not exist or you do not have permission to view it
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||