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 classAbstractRemoteContentServiceContentServiceimplementation that communicates with Confluence remotely.classRemoteContentServiceImplContentService 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 classGraphQLRemoteContentServiceImplContentServiceimplementation that communicates with Confluence remotely using the Confluence GraphQL API.
-