com.atlassian.confluence.rest.client
Interface RemoteContentPropertyService.RemoteSingleContentPropertyFetcher

All Known Subinterfaces:
RemoteContentPropertyService.RemoteContentPropertyFetcher, RemoteContentPropertyService.RemoteContentPropertyFinder, RemoteContentPropertyService.RemoteParameterContentPropertyFinder
All Known Implementing Classes:
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
Enclosing interface:
RemoteContentPropertyService

public static interface RemoteContentPropertyService.RemoteSingleContentPropertyFetcher


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

Method Detail

fetchOne

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

fetchOneOrNull

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.