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

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

public static interface ContentPropertyService.ContentPropertyFetcher
extends ContentPropertyService.SingleContentPropertyFetcher


Method Summary
 PageResponse<JsonContentProperty> fetchMany(PageRequest request)
           
 
Methods inherited from interface com.atlassian.confluence.api.service.content.ContentPropertyService.SingleContentPropertyFetcher
fetchOne, fetchOneOrNull
 

Method Detail

fetchMany

PageResponse<JsonContentProperty> fetchMany(PageRequest request)
                                            throws BadRequestException,
                                                   NotFoundException
Throws:
BadRequestException
NotFoundException


Copyright © 2003-2014 Atlassian. All Rights Reserved.