com.atlassian.confluence.api.service.content
Interface ContentPropertyService.ParameterContentPropertyFinder

All Superinterfaces:
ContentPropertyService.ContentPropertyFetcher, ContentPropertyService.SingleContentPropertyFetcher
All Known Subinterfaces:
ContentPropertyService.ContentPropertyFinder
Enclosing interface:
ContentPropertyService

public static interface ContentPropertyService.ParameterContentPropertyFinder
extends ContentPropertyService.ContentPropertyFetcher


Method Summary
 ContentPropertyService.ParameterContentPropertyFinder withContentId(ContentId contentId)
           
 ContentPropertyService.ParameterContentPropertyFinder withKey(java.lang.String key)
           
 
Methods inherited from interface com.atlassian.confluence.api.service.content.ContentPropertyService.ContentPropertyFetcher
fetchMany
 
Methods inherited from interface com.atlassian.confluence.api.service.content.ContentPropertyService.SingleContentPropertyFetcher
fetchOne, fetchOneOrNull
 

Method Detail

withContentId

ContentPropertyService.ParameterContentPropertyFinder withContentId(ContentId contentId)

withKey

ContentPropertyService.ParameterContentPropertyFinder withKey(java.lang.String key)


Copyright © 2003-2014 Atlassian. All Rights Reserved.