Uses of Class
com.atlassian.confluence.rest.client.AbstractRemoteService
-
Packages that use AbstractRemoteService Package Description com.atlassian.confluence.it.audit com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API.com.atlassian.confluence.rest.client.graphql com.atlassian.confluence.rest.client.impl com.atlassian.confluence.rest.client.proxy com.atlassian.confluence.rest.client.remoteservice.people com.atlassian.confluence.rest.client.remoteservice.webfragment com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql -
-
Uses of AbstractRemoteService in com.atlassian.confluence.it.audit
Subclasses of AbstractRemoteService in com.atlassian.confluence.it.audit Modifier and Type Class Description class
RemoteAuditServiceImpl
Deprecated.since 7.5.0. -
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client
Constructors in com.atlassian.confluence.rest.client with parameters of type AbstractRemoteService Constructor Description AbstractRemoteChildContentFinder(AbstractRemoteService other)
AbstractRemoteService(AbstractRemoteService other)
RemoteChildContentFinderImpl(AbstractRemoteService other, ContentId parentId, Expansion[] expansion)
RemoteContentPropertyFinderImpl(AbstractRemoteService other, Expansion... expansions)
RemotePersonFinderImpl(AbstractRemoteService other, Expansion... expansions)
RemoteSpaceContentFinderImpl(AbstractRemoteService other, Space space, Expansion[] expansion)
RemoteSpaceFinderImpl(AbstractRemoteService other, Expansion... expansions)
RemoteSpacePropertyFinderImpl(AbstractRemoteService other, Expansion... expansions)
-
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client.graphql
Subclasses of AbstractRemoteService in com.atlassian.confluence.rest.client.graphql Modifier and Type Class Description class
GraphQLRemoteChildContentServiceImpl
ChildContentService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.class
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl
class
GraphQLRemoteContentLabelServiceImpl
ContentLabelService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.class
GraphQLRemoteContentServiceImpl
ContentService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.protected class
GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl
Constructors in com.atlassian.confluence.rest.client.graphql with parameters of type AbstractRemoteService Constructor Description RemoteChildContentFinderImpl(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.impl Modifier and Type Class Description class
RemoteContentMacroServiceImpl
class
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl
class
RemoteContentTemplateServiceImpl
Remote test for TemplateResource.class
RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl
class
RemoteContentTrashServiceImpl
ContentTrashService
implementation that communicates with Confluence remotely.class
RemoteContentVersionServiceImpl
Remote service impl for testing ContentVersionService via REST client.class
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl
class
RemoteLongTaskServiceImpl
LongTaskService
implementation that communicates with Confluence remotely.class
RemoteRelationServiceImpl
RelationService
implementation that communicates with Confluence remotely using the Confluence REST API.class
RemoteWatchServiceImpl
Constructors in com.atlassian.confluence.rest.client.impl with parameters of type AbstractRemoteService Constructor Description 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 AbstractRemoteService Modifier and Type Method Description static <T> T
RemoteServiceProxyCreator. createProxy(AbstractRemoteService<T> remoteService)
-
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.people
Subclasses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.people Modifier and Type Class Description class
RemoteGroupServiceImpl
class
RemoteGroupServiceImpl.RemoteGroupFinderImpl
-
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.webfragment
Subclasses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.webfragment Modifier and Type Class Description class
AbstractRemoteWebView
WebView
implementation that communicates with Confluence remotely.class
AbstractRemoteWebViewService
WebViewService
implementation that communicates with Confluence remotely.class
RemoteWebViewImpl
WebView
implementation that communicates with Confluence remotely using the Confluence GraphQL API.class
RemoteWebViewServiceImpl
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 Constructor Description AbstractRemoteWebView(AbstractRemoteService delegate)
-
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql
Subclasses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql Modifier and Type Class Description class
GraphQLRemoteWebViewImpl
RemoteWebView
implementation that communicates with Confluence remotely using the Confluence GraphQL API.class
GraphQLRemoteWebViewServiceImpl
WebViewService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.
-