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

All Known Subinterfaces:
ContentPropertyService.ContentPropertyFetcher, ContentPropertyService.ContentPropertyFinder, ContentPropertyService.ParameterContentPropertyFinder
Enclosing interface:
ContentPropertyService

public static interface ContentPropertyService.SingleContentPropertyFetcher


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

Method Detail

fetchOne

com.atlassian.fugue.Option<JsonContentProperty> fetchOne()
                                                         throws BadRequestException,
                                                                NotFoundException
Throws:
BadRequestException
NotFoundException

fetchOneOrNull

JsonContentProperty fetchOneOrNull()
                                   throws BadRequestException,
                                          NotFoundException
Throws:
BadRequestException
NotFoundException


Copyright © 2003-2014 Atlassian. All Rights Reserved.