Package | Description |
---|---|
com.atlassian.confluence.api.impl.service.content | |
com.atlassian.confluence.api.service.content |
Modifier and Type | Method and Description |
---|---|
ChildContentService.ChildContentFinder |
ChildContentServiceImpl.findContent(ContentId parentId,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
ChildContentService.ChildContentFinder |
ChildContentService.findContent(ContentId parentId,
Expansion... expansion)
A finder to locate
Content under a parent. |
ChildContentService.ChildContentFinder |
ChildContentService.ChildContentFinder.withDepth(Depth depth)
Applies a depth filter to the content found under this parent and retrieved by the finder.
|
ChildContentService.ChildContentFinder |
ChildContentService.ChildContentFinder.withLocation(Collection<String> location)
Apply a content filter to the content found under this parent and retrieved by the finder.
|
ChildContentService.ChildContentFinder |
ChildContentService.ChildContentFinder.withParentVersion(int versionNumber)
Specifies the which version of the parent content to use when looking for children.
|
Copyright © 2003–2021 Atlassian. All rights reserved.