Uses of Interface
com.atlassian.confluence.rest.client.RemoteContentService.RemoteSingleContentFetcher

Packages that use RemoteContentService.RemoteSingleContentFetcher
com.atlassian.confluence.rest.client   
 

Uses of RemoteContentService.RemoteSingleContentFetcher in com.atlassian.confluence.rest.client
 

Subinterfaces of RemoteContentService.RemoteSingleContentFetcher in com.atlassian.confluence.rest.client
static interface RemoteAttachmentService.RemoteAttachmentFinder
           
static interface RemoteContentService.RemoteContentFetcher
           
static interface RemoteContentService.RemoteContentFinder
           
static interface RemoteContentService.RemoteParameterContentFinder
           
 

Classes in com.atlassian.confluence.rest.client that implement RemoteContentService.RemoteSingleContentFetcher
 class RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
           
 class RemoteContentServiceImpl.RemoteContentFinderImpl
           
 

Methods in com.atlassian.confluence.rest.client that return RemoteContentService.RemoteSingleContentFetcher
 RemoteContentService.RemoteSingleContentFetcher RemoteContentServiceImpl.RemoteContentFinderImpl.withId(ContentId contentId)
           
 RemoteContentService.RemoteSingleContentFetcher RemoteContentService.RemoteContentFinder.withId(ContentId contentId)
           
 RemoteContentService.RemoteSingleContentFetcher RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl.withId(ContentId attachmentId)
           
 RemoteContentService.RemoteSingleContentFetcher RemoteAttachmentService.RemoteAttachmentFinder.withId(ContentId attachmentId)
           
 RemoteContentService.RemoteSingleContentFetcher RemoteContentServiceImpl.RemoteContentFinderImpl.withLocator(ContentLocator locator)
           
 RemoteContentService.RemoteSingleContentFetcher RemoteContentService.RemoteContentFinder.withLocator(ContentLocator locator)
          Retrieve a piece of content by some more complex criteria (defined by the ContentLocator).
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.