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

All Known Subinterfaces:
RemoteAttachmentService.RemoteAttachmentFinder, RemoteContentService.RemoteContentFetcher, RemoteContentService.RemoteContentFinder, RemoteContentService.RemoteParameterContentFinder
All Known Implementing Classes:
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl, RemoteContentServiceImpl.RemoteContentFinderImpl
Enclosing interface:
RemoteContentService

public static interface RemoteContentService.RemoteSingleContentFetcher


Method Summary
 com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> fetchOne()
           
 com.atlassian.util.concurrent.Promise<Content> fetchOneOrNull()
           
 

Method Detail

fetchOne

com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> fetchOne()

fetchOneOrNull

com.atlassian.util.concurrent.Promise<Content> fetchOneOrNull()


Copyright © 2003–2015 Atlassian. All rights reserved.