Uses of Interface
com.atlassian.confluence.rest.client.RemoteContentService
-
Packages that use RemoteContentService 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 in com.atlassian.confluence.rest.client
Classes in com.atlassian.confluence.rest.client that implement RemoteContentService Modifier and Type Class Description class
AbstractRemoteContentService
ContentService
implementation that communicates with Confluence remotely.class
RemoteContentServiceImpl
ContentService implementation that communicates with Confluence remotely. -
Uses of RemoteContentService in com.atlassian.confluence.rest.client.graphql
Classes in com.atlassian.confluence.rest.client.graphql that implement RemoteContentService Modifier and Type Class Description class
GraphQLRemoteContentServiceImpl
ContentService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.
-