Uses of Interface
com.atlassian.confluence.api.service.content.ChildContentService.ChildContentFinder
Packages that use ChildContentService.ChildContentFinder
Package
Description
-
Uses of ChildContentService.ChildContentFinder in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return ChildContentService.ChildContentFinderModifier and TypeMethodDescriptionChildContentServiceImpl.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.ChildContentFinderModifier and TypeMethodDescriptionChildContentService.findContent
(ContentId parentId, Expansion... expansion) A finder to locateContent
under a parent.Applies a depth filter to the content found under this parent and retrieved by the finder.ChildContentService.ChildContentFinder.withLocation
(Collection<String> location) Apply a content filter to the content found under this parent and retrieved by the finder.ChildContentService.ChildContentFinder.withParentVersion
(int versionNumber) Specifies the which version of the parent content to use when looking for children.