Uses of Interface
com.atlassian.confluence.rest.client.RemoteChildContentService.RemoteChildContentFinder
Packages that use RemoteChildContentService.RemoteChildContentFinder
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of RemoteChildContentService.RemoteChildContentFinder in com.atlassian.confluence.rest.client
Classes in com.atlassian.confluence.rest.client that implement RemoteChildContentService.RemoteChildContentFinderModifier and TypeClassDescriptionprotected static class
static class
Methods in com.atlassian.confluence.rest.client that return RemoteChildContentService.RemoteChildContentFinderModifier and TypeMethodDescriptionRemoteChildContentService.findContent
(ContentId parentId, Expansion... expansions) Create a finder to find content in the given parent.RemoteChildContentServiceImpl.findContent
(ContentId parentId, Expansion... expansion) Set the depth to retrieve content on the ChildContentFinderAbstractRemoteChildContentService.AbstractRemoteChildContentFinder.withLocation
(Collection<String> location) RemoteChildContentService.RemoteChildContentFinder.withLocation
(Collection<String> location) Set the location(s) to retrieve the content fromAbstractRemoteChildContentService.AbstractRemoteChildContentFinder.withParentVersion
(int parentVersion) RemoteChildContentService.RemoteChildContentFinder.withParentVersion
(int versionNumber) Specifies the which version of the parent content to use when looking for children. -
Uses of RemoteChildContentService.RemoteChildContentFinder in com.atlassian.confluence.rest.client.graphql
Classes in com.atlassian.confluence.rest.client.graphql that implement RemoteChildContentService.RemoteChildContentFinderModifier and TypeClassDescriptionclass
Methods in com.atlassian.confluence.rest.client.graphql that return RemoteChildContentService.RemoteChildContentFinderModifier and TypeMethodDescriptionGraphQLRemoteChildContentServiceImpl.findContent
(ContentId parentId, Expansion... expansion)