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.ChildContentFinderChildContentServiceImpl. 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.ChildContentFinderChildContentService. findContent(ContentId parentId, Expansion... expansion)A finder to locateContentunder a parent.ChildContentService.ChildContentFinderChildContentService.ChildContentFinder. withDepth(Depth depth)Applies a depth filter to the content found under this parent and retrieved by the finder.ChildContentService.ChildContentFinderChildContentService.ChildContentFinder. withLocation(Collection<String> location)Apply a content filter to the content found under this parent and retrieved by the finder.ChildContentService.ChildContentFinderChildContentService.ChildContentFinder. withParentVersion(int versionNumber)Specifies the which version of the parent content to use when looking for children.
-