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.
withKeys
SpaceService.SpaceFinder withKeys(java.lang.String... spaceKeys)
fetchMany
PageResponse<Space> fetchMany(PageRequest request)
Copyright © 2003-2014 Atlassian. All Rights Reserved.