Uses of Interface
com.atlassian.confluence.rest.client.RemoteContentService.RemoteContentFinder
-
Packages that use RemoteContentService.RemoteContentFinder 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 RemoteContentService.RemoteContentFinder in com.atlassian.confluence.rest.client
Classes in com.atlassian.confluence.rest.client that implement RemoteContentService.RemoteContentFinder Modifier and Type Class Description protected classAbstractRemoteContentService.AbstractRemoteContentFinderclassRemoteContentServiceImpl.RemoteContentFinderImplMethods in com.atlassian.confluence.rest.client that return RemoteContentService.RemoteContentFinder Modifier and Type Method Description RemoteContentService.RemoteContentFinderRemoteContentService. find(Expansion... expansions)Create a content finder to retrieve content from the remote serverRemoteContentService.RemoteContentFinderRemoteContentServiceImpl. find(Expansion... expansions)RemoteContentService.RemoteContentFinderAbstractRemoteContentService.AbstractRemoteContentFinder. withAnyStatus()RemoteContentService.RemoteContentFinderRemoteContentService.RemoteContentFinder. withAnyStatus()RemoteContentService.RemoteContentFinderAbstractRemoteContentService.AbstractRemoteContentFinder. withStatus(ContentStatus... status)RemoteContentService.RemoteContentFinderRemoteContentService.RemoteContentFinder. withStatus(ContentStatus... status) -
Uses of RemoteContentService.RemoteContentFinder in com.atlassian.confluence.rest.client.graphql
Classes in com.atlassian.confluence.rest.client.graphql that implement RemoteContentService.RemoteContentFinder Modifier and Type Class Description protected classGraphQLRemoteContentServiceImpl.RemoteContentFinderImplMethods in com.atlassian.confluence.rest.client.graphql that return RemoteContentService.RemoteContentFinder Modifier and Type Method Description RemoteContentService.RemoteContentFinderGraphQLRemoteContentServiceImpl. find(Expansion... expansions)
-