Uses of Class
com.atlassian.confluence.rest.client.AbstractRemoteContentService
Packages that use AbstractRemoteContentService
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of AbstractRemoteContentService in com.atlassian.confluence.rest.client
Subclasses of AbstractRemoteContentService in com.atlassian.confluence.rest.clientModifier and TypeClassDescriptionclassContentService implementation that communicates with Confluence remotely.Constructors in com.atlassian.confluence.rest.client with parameters of type AbstractRemoteContentServiceModifierConstructorDescriptionprotectedAbstractRemoteContentFinder(AbstractRemoteContentService otherService, Expansion... expansions) -
Uses of AbstractRemoteContentService in com.atlassian.confluence.rest.client.graphql
Subclasses of AbstractRemoteContentService in com.atlassian.confluence.rest.client.graphqlModifier and TypeClassDescriptionclassContentServiceimplementation that communicates with Confluence remotely using the Confluence GraphQL API.