Uses of Interface
com.atlassian.confluence.rest.client.RemoteChildContentService.RemoteChildContentFinder
-
Packages that use RemoteChildContentService.RemoteChildContentFinder Package Description com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API.com.atlassian.confluence.rest.client.graphql -
-
Uses of RemoteChildContentService.RemoteChildContentFinder in com.atlassian.confluence.rest.client
Classes in com.atlassian.confluence.rest.client that implement RemoteChildContentService.RemoteChildContentFinder Modifier and Type Class Description protected static class
AbstractRemoteChildContentService.AbstractRemoteChildContentFinder
static class
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl
Methods in com.atlassian.confluence.rest.client that return RemoteChildContentService.RemoteChildContentFinder Modifier and Type Method Description RemoteChildContentService.RemoteChildContentFinder
RemoteChildContentService. findContent(ContentId parentId, Expansion... expansions)
Create a finder to find content in the given parent.RemoteChildContentService.RemoteChildContentFinder
RemoteChildContentServiceImpl. findContent(ContentId parentId, Expansion... expansion)
RemoteChildContentService.RemoteChildContentFinder
AbstractRemoteChildContentService.AbstractRemoteChildContentFinder. withDepth(Depth depth)
RemoteChildContentService.RemoteChildContentFinder
RemoteChildContentService.RemoteChildContentFinder. withDepth(Depth depth)
Set the depth to retrieve content on the ChildContentFinderRemoteChildContentService.RemoteChildContentFinder
AbstractRemoteChildContentService.AbstractRemoteChildContentFinder. withLocation(Collection<String> location)
RemoteChildContentService.RemoteChildContentFinder
RemoteChildContentService.RemoteChildContentFinder. withLocation(Collection<String> location)
Set the location(s) to retrieve the content fromRemoteChildContentService.RemoteChildContentFinder
AbstractRemoteChildContentService.AbstractRemoteChildContentFinder. withParentVersion(int parentVersion)
RemoteChildContentService.RemoteChildContentFinder
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.RemoteChildContentFinder Modifier and Type Class Description class
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl
Methods in com.atlassian.confluence.rest.client.graphql that return RemoteChildContentService.RemoteChildContentFinder Modifier and Type Method Description RemoteChildContentService.RemoteChildContentFinder
GraphQLRemoteChildContentServiceImpl. findContent(ContentId parentId, Expansion... expansion)
-