Uses of Class
com.atlassian.confluence.rest.client.AbstractRemoteService

Packages that use AbstractRemoteService
com.atlassian.confluence.rest.client   
com.atlassian.confluence.rest.client.proxy   
 

Uses of AbstractRemoteService in com.atlassian.confluence.rest.client
 

Subclasses of AbstractRemoteService in com.atlassian.confluence.rest.client
 class RemoteAttachmentServiceImpl
          AttachmentService implementation that communicates with Confluence remotely using the Confluence REST api
 class RemoteContentBodyConversionServiceImpl
          ContentBodyConversionService implementation that communicates with Confluence remotely.
 class RemoteContentLabelServiceImpl
           
 class RemoteContentServiceImpl
          ContentService implementation that communicates with Confluence remotely.
 class RemoteContentServiceImpl.RemoteContentFinderImpl
           
 class RemoteSpaceServiceImpl
          SpaceService implementation that communicates with Confluence remotely using the Confluence REST api
static class RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl
           
 

Constructors in com.atlassian.confluence.rest.client with parameters of type AbstractRemoteService
AbstractRemoteService(AbstractRemoteService other)
           
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl(AbstractRemoteService other, Space space, Expansion[] expansion)
           
 

Uses of AbstractRemoteService in com.atlassian.confluence.rest.client.proxy
 

Methods in com.atlassian.confluence.rest.client.proxy with parameters of type AbstractRemoteService
static
<T> T
RemoteServiceProxyCreator.createProxy(AbstractRemoteService<T> remoteService)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.