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 TypeClassDescriptionclassChildContentServiceimplementation that communicates with Confluence remotely.protected static classclassContentLabelServiceimplementation that communicates with Confluence remotely.classContentServiceimplementation that communicates with Confluence remotely.protected classclassclassAttachmentService implementation that communicates with Confluence remotely using the Confluence REST apiclassclassclassChildContentServiceimplementation that communicates with Confluence remotely.static classclassclassThis service implementation is used in create-content plugin RemoteContentBlueprintServiceAcceptanceTestclassContentBodyConversionServiceimplementation that communicates with Confluence remotely.classContentService implementation that communicates with Confluence remotely.classclassclassclassclassContentService implementation that communicates with Confluence remotely.classclassclassclassclassclassclassclassclassclassclassclassclassclassSpaceService implementation that communicates with Confluence remotely using the Confluence REST apiclassclassConstructors in com.atlassian.confluence.rest.client with parameters of type AbstractRemoteServiceModifierConstructorDescriptionprotectedprotectedRemoteChildContentFinderImpl(AbstractRemoteService other, ContentId parentId, Expansion[] expansion) RemoteContentPropertyFinderImpl(AbstractRemoteService<ContentPropertyService> other, Expansion... expansions) protectedRemotePersonFinderImpl(AbstractRemoteService other, Expansion... expansions) RemoteSpaceContentFinderImpl(AbstractRemoteService other, Space space, Expansion[] expansion) protectedRemoteSpaceFinderImpl(AbstractRemoteService other, Expansion... expansions) protectedRemoteSpacePropertyFinderImpl(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 TypeClassDescriptionclassChildContentServiceimplementation that communicates with Confluence remotely using the Confluence GraphQL API.classclassContentLabelServiceimplementation that communicates with Confluence remotely using the Confluence GraphQL API.classContentServiceimplementation that communicates with Confluence remotely using the Confluence GraphQL API.protected classConstructors 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 TypeClassDescriptionclassclassclassRemote test for TemplateResource.classclassContentTrashServiceimplementation that communicates with Confluence remotely.classRemote service impl for testing ContentVersionService via REST client.classclassLongTaskServiceimplementation that communicates with Confluence remotely.classRelationServiceimplementation that communicates with Confluence remotely using the Confluence REST API.classConstructors in com.atlassian.confluence.rest.client.impl with parameters of type AbstractRemoteServiceModifierConstructorDescriptionprotectedRemoteMacroFinderImpl(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> TRemoteServiceProxyCreator.createProxy(AbstractRemoteService<T> remoteService) -
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.people
Modifier and TypeClassDescriptionclassclass -
Uses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.webfragment
Subclasses of AbstractRemoteService in com.atlassian.confluence.rest.client.remoteservice.webfragmentModifier and TypeClassDescriptionclassWebViewimplementation that communicates with Confluence remotely.classWebViewServiceimplementation that communicates with Confluence remotely.final classWebViewimplementation that communicates with Confluence remotely using the Confluence GraphQL API.classWebViewServiceimplementation 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 TypeClassDescriptionclassRemoteWebViewimplementation that communicates with Confluence remotely using the Confluence GraphQL API.classWebViewServiceimplementation that communicates with Confluence remotely using the Confluence GraphQL API.