com.atlassian.confluence.rest.client
Interface RemoteContentService.RemoteParameterContentFinder

All Superinterfaces:
RemoteContentService.RemoteContentFetcher, RemoteContentService.RemoteSingleContentFetcher
All Known Subinterfaces:
RemoteContentService.RemoteContentFinder
All Known Implementing Classes:
RemoteContentServiceImpl.RemoteContentFinderImpl
Enclosing interface:
RemoteContentService

public static interface RemoteContentService.RemoteParameterContentFinder
extends RemoteContentService.RemoteContentFetcher


Method Summary
 RemoteContentService.RemoteParameterContentFinder withCreatedDate(org.joda.time.LocalDate time)
           
 RemoteContentService.RemoteParameterContentFinder withSpace(Space... space)
           
 RemoteContentService.RemoteParameterContentFinder withTitle(java.lang.String title)
           
 RemoteContentService.RemoteParameterContentFinder withType(ContentType... type)
           
 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteContentFetcher
fetchMany, fetchMappedByContentType
 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteSingleContentFetcher
fetchOne, fetchOneOrNull
 

Method Detail

withSpace

RemoteContentService.RemoteParameterContentFinder withSpace(Space... space)

withType

RemoteContentService.RemoteParameterContentFinder withType(ContentType... type)

withCreatedDate

RemoteContentService.RemoteParameterContentFinder withCreatedDate(org.joda.time.LocalDate time)

withTitle

RemoteContentService.RemoteParameterContentFinder withTitle(java.lang.String title)


Copyright © 2003-2014 Atlassian. All Rights Reserved.