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

Packages that use AbstractRemoteService
com.atlassian.confluence.rest.client   
com.atlassian.confluence.rest.client.impl   
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 RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
           
 class RemoteChildContentServiceImpl
          ChildContentService implementation that communicates with Confluence remotely.
static class RemoteChildContentServiceImpl.RemoteChildContentFinderImpl
           
 class RemoteContentBodyConversionServiceImpl
          ContentBodyConversionService implementation that communicates with Confluence remotely.
 class RemoteContentLabelServiceImpl
           
 class RemoteContentPropertyServiceImpl
           
 class RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
           
 class RemoteContentServiceImpl
          ContentService implementation that communicates with Confluence remotely.
 class RemoteContentServiceImpl.RemoteContentFinderImpl
           
 class RemoteCQLSearchServiceImpl
           
 class RemoteSpaceServiceImpl
          SpaceService implementation that communicates with Confluence remotely using the Confluence REST api
 class RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl
           
 class RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
           
 

Constructors in com.atlassian.confluence.rest.client with parameters of type AbstractRemoteService
AbstractRemoteService(AbstractRemoteService other)
           
RemoteChildContentServiceImpl.RemoteChildContentFinderImpl(AbstractRemoteService other, ContentId parentId, Expansion[] expansion)
           
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl(AbstractRemoteService other, Expansion... expansions)
           
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl(AbstractRemoteService other, Space space, Expansion[] expansion)
           
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl(AbstractRemoteService other, Expansion... expansions)
           
 

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

Subclasses of AbstractRemoteService in com.atlassian.confluence.rest.client.impl
 class RemoteContentMacroServiceImpl
           
 class RemoteContentMacroServiceImpl.RemoteMacroFinderImpl
           
 class RemoteLongTaskServiceImpl
          LongTaskService implementation that communicates with Confluence remotely.
 

Constructors in com.atlassian.confluence.rest.client.impl with parameters of type AbstractRemoteService
RemoteContentMacroServiceImpl.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
static
<T> T
RemoteServiceProxyCreator.createProxy(AbstractRemoteService<T> remoteService)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.