Uses of Class
com.atlassian.confluence.rest.client.AbstractRemoteService
Packages that use AbstractRemoteService
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client
Subclasses of AbstractRemoteService in com.atlassian.confluence.rest.clientModifier and TypeClassDescriptionclass
ChildContentService
implementation that communicates with Confluence remotely.protected static class
class
ContentLabelService
implementation that communicates with Confluence remotely.class
ContentService
implementation that communicates with Confluence remotely.protected class
class
class
AttachmentService implementation that communicates with Confluence remotely using the Confluence REST apiclass
class
class
ChildContentService
implementation that communicates with Confluence remotely.static class
class
class
This service implementation is used in create-content plugin RemoteContentBlueprintServiceAcceptanceTestclass
ContentBodyConversionService
implementation that communicates with Confluence remotely.class
ContentService implementation that communicates with Confluence remotely.class
class
class
class
class
ContentService implementation that communicates with Confluence remotely.class
class
class
class
class
class
class
class
class
class
class
class
class
class
SpaceService implementation that communicates with Confluence remotely using the Confluence REST apiclass
class
Constructors in com.atlassian.confluence.rest.client with parameters of type AbstractRemoteServiceModifierConstructorDescriptionprotected
protected
RemoteChildContentFinderImpl
(AbstractRemoteService other, ContentId parentId, Expansion[] expansion) RemoteContentPropertyFinderImpl
(AbstractRemoteService<ContentPropertyService> other, Expansion... expansions) protected
RemotePersonFinderImpl
(AbstractRemoteService other, Expansion... expansions) RemoteSpaceContentFinderImpl
(AbstractRemoteService other, Space space, Expansion[] expansion) protected
RemoteSpaceFinderImpl
(AbstractRemoteService other, Expansion... expansions) protected
RemoteSpacePropertyFinderImpl
(AbstractRemoteService other, Expansion... expansions) -
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client.graphql
Subclasses of AbstractRemoteService in com.atlassian.confluence.rest.client.graphqlModifier and TypeClassDescriptionclass
ChildContentService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.class
class
ContentLabelService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.class
ContentService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.protected class
Constructors in com.atlassian.confluence.rest.client.graphql with parameters of type AbstractRemoteServiceModifierConstructorDescriptionRemoteChildContentFinderImpl
(AbstractRemoteService other, ContentId parentId, Expansion[] expansions) -
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client.impl
Subclasses of AbstractRemoteService in com.atlassian.confluence.rest.client.implModifier and TypeClassDescriptionclass
class
class
Remote test for TemplateResource.class
class
ContentTrashService
implementation that communicates with Confluence remotely.class
Remote service impl for testing ContentVersionService via REST client.class
class
LongTaskService
implementation that communicates with Confluence remotely.class
RelationService
implementation that communicates with Confluence remotely using the Confluence REST API.class
Constructors in com.atlassian.confluence.rest.client.impl with parameters of type AbstractRemoteServiceModifierConstructorDescriptionprotected
RemoteMacroFinderImpl
(AbstractRemoteService otherService, ContentId contentId) -
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client.proxy
Methods in com.atlassian.confluence.rest.client.proxy with parameters of type AbstractRemoteServiceModifier and TypeMethodDescriptionstatic <T> T
RemoteServiceProxyCreator.createProxy
(AbstractRemoteService<T> remoteService) -
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.people
Modifier and TypeClassDescriptionclass
class
-
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.webfragment
Subclasses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.webfragmentModifier and TypeClassDescriptionclass
WebView
implementation that communicates with Confluence remotely.class
WebViewService
implementation that communicates with Confluence remotely.final class
WebView
implementation that communicates with Confluence remotely using the Confluence GraphQL API.class
WebViewService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.Constructors in com.atlassian.confluence.rest.client.remoteservice.webfragment with parameters of type AbstractRemoteService -
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql
Subclasses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphqlModifier and TypeClassDescriptionclass
RemoteWebView
implementation that communicates with Confluence remotely using the Confluence GraphQL API.class
WebViewService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.