Uses of Class
com.atlassian.confluence.rest.client.AbstractRemoteContentService
-
Packages that use AbstractRemoteContentService 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 AbstractRemoteContentService in com.atlassian.confluence.rest.client
Subclasses of AbstractRemoteContentService in com.atlassian.confluence.rest.client Modifier and Type Class Description class
RemoteContentServiceImpl
ContentService implementation that communicates with Confluence remotely.Constructors in com.atlassian.confluence.rest.client with parameters of type AbstractRemoteContentService Constructor Description AbstractRemoteContentFinder(AbstractRemoteContentService otherService, Expansion... expansions)
-
Uses of AbstractRemoteContentService in com.atlassian.confluence.rest.client.graphql
Subclasses of AbstractRemoteContentService in com.atlassian.confluence.rest.client.graphql Modifier and Type Class Description class
GraphQLRemoteContentServiceImpl
ContentService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.
-