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 classAbstractRemoteChildContentService.AbstractRemoteChildContentFinderstatic classRemoteChildContentServiceImpl.RemoteChildContentFinderImplMethods in com.atlassian.confluence.rest.client that return RemoteChildContentService.RemoteChildContentFinder Modifier and Type Method Description RemoteChildContentService.RemoteChildContentFinderRemoteChildContentService. findContent(ContentId parentId, Expansion... expansions)Create a finder to find content in the given parent.RemoteChildContentService.RemoteChildContentFinderRemoteChildContentServiceImpl. findContent(ContentId parentId, Expansion... expansion)RemoteChildContentService.RemoteChildContentFinderAbstractRemoteChildContentService.AbstractRemoteChildContentFinder. withDepth(Depth depth)RemoteChildContentService.RemoteChildContentFinderRemoteChildContentService.RemoteChildContentFinder. withDepth(Depth depth)Set the depth to retrieve content on the ChildContentFinderRemoteChildContentService.RemoteChildContentFinderAbstractRemoteChildContentService.AbstractRemoteChildContentFinder. withLocation(Collection<String> location)RemoteChildContentService.RemoteChildContentFinderRemoteChildContentService.RemoteChildContentFinder. withLocation(Collection<String> location)Set the location(s) to retrieve the content fromRemoteChildContentService.RemoteChildContentFinderAbstractRemoteChildContentService.AbstractRemoteChildContentFinder. withParentVersion(int parentVersion)RemoteChildContentService.RemoteChildContentFinderRemoteChildContentService.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 classGraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImplMethods in com.atlassian.confluence.rest.client.graphql that return RemoteChildContentService.RemoteChildContentFinder Modifier and Type Method Description RemoteChildContentService.RemoteChildContentFinderGraphQLRemoteChildContentServiceImpl. findContent(ContentId parentId, Expansion... expansion)
-