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

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

public static interface RemoteContentPropertyService.RemoteParameterContentPropertyFinder
extends RemoteContentPropertyService.RemoteContentPropertyFetcher


Method Summary
 RemoteContentPropertyService.RemoteParameterContentPropertyFinder withContentId(ContentId contentId)
           
 RemoteContentPropertyService.RemoteParameterContentPropertyFinder withKey(java.lang.String key)
           
 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteContentPropertyFetcher
fetchMany
 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteSingleContentPropertyFetcher
fetchOne, fetchOneOrNull
 

Method Detail

withContentId

RemoteContentPropertyService.RemoteParameterContentPropertyFinder withContentId(ContentId contentId)

withKey

RemoteContentPropertyService.RemoteParameterContentPropertyFinder withKey(java.lang.String key)


Copyright © 2003-2014 Atlassian. All Rights Reserved.