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 class
AbstractRemoteContentService.AbstractRemoteContentFinder
class
RemoteContentServiceImpl.RemoteContentFinderImpl
Methods in com.atlassian.confluence.rest.client that return RemoteContentService.RemoteContentFinder Modifier and Type Method Description RemoteContentService.RemoteContentFinder
RemoteContentService. find(Expansion... expansions)
Create a content finder to retrieve content from the remote serverRemoteContentService.RemoteContentFinder
RemoteContentServiceImpl. find(Expansion... expansions)
RemoteContentService.RemoteContentFinder
AbstractRemoteContentService.AbstractRemoteContentFinder. withAnyStatus()
RemoteContentService.RemoteContentFinder
RemoteContentService.RemoteContentFinder. withAnyStatus()
RemoteContentService.RemoteContentFinder
AbstractRemoteContentService.AbstractRemoteContentFinder. withStatus(ContentStatus... status)
RemoteContentService.RemoteContentFinder
RemoteContentService.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 class
GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl
Methods in com.atlassian.confluence.rest.client.graphql that return RemoteContentService.RemoteContentFinder Modifier and Type Method Description RemoteContentService.RemoteContentFinder
GraphQLRemoteContentServiceImpl. find(Expansion... expansions)
-