Uses of Interface
com.atlassian.confluence.api.service.content.ChildContentService.ChildContentFinder
-
Packages that use ChildContentService.ChildContentFinder Package Description com.atlassian.confluence.api.impl.service.content com.atlassian.confluence.api.service.content -
-
Uses of ChildContentService.ChildContentFinder in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return ChildContentService.ChildContentFinder Modifier and Type Method Description ChildContentService.ChildContentFinder
ChildContentServiceImpl. findContent(ContentId parentId, Expansion... expansions)
-
Uses of ChildContentService.ChildContentFinder in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return ChildContentService.ChildContentFinder Modifier and Type Method Description ChildContentService.ChildContentFinder
ChildContentService. findContent(ContentId parentId, Expansion... expansion)
A finder to locateContent
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.
-