com.atlassian.confluence.api.service.content
Interface SpaceService.SpaceFinder

All Superinterfaces:
SingleFetcher<Space>, SpaceService.SingleSpaceFetcher
All Known Implementing Classes:
SpaceServiceImpl.SpaceFinderImpl
Enclosing interface:
SpaceService

public static interface SpaceService.SpaceFinder
extends SpaceService.SingleSpaceFetcher

A finder for locating spaces. Restrictions are applied using the withFoo() methods, and data is fetched using the fetchFoo() methods.


Method Summary
 PageResponse<Space> fetchMany(PageRequest request)
           
 SpaceService.SpaceFinder withKeys(java.lang.String... spaceKeys)
           
 
Methods inherited from interface com.atlassian.confluence.api.service.finder.SingleFetcher
fetchOne, fetchOneOrNull
 

Method Detail

withKeys

SpaceService.SpaceFinder withKeys(java.lang.String... spaceKeys)

fetchMany

PageResponse<Space> fetchMany(PageRequest request)


Copyright © 2003-2014 Atlassian. All Rights Reserved.