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

All Superinterfaces:
ContentPropertyService.ContentPropertyFetcher, ContentPropertyService.ParameterContentPropertyFinder, ContentPropertyService.SingleContentPropertyFetcher
Enclosing interface:
ContentPropertyService

public static interface ContentPropertyService.ContentPropertyFinder
extends ContentPropertyService.ParameterContentPropertyFinder


Method Summary
 ContentPropertyService.SingleContentPropertyFetcher withId(JsonContentPropertyId contentPropertyId)
           
 
Methods inherited from interface com.atlassian.confluence.api.service.content.ContentPropertyService.ParameterContentPropertyFinder
withContentId, withKey
 
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

withId

ContentPropertyService.SingleContentPropertyFetcher withId(JsonContentPropertyId contentPropertyId)


Copyright © 2003–2015 Atlassian. All rights reserved.