com.atlassian.confluence.api.impl.service.content
Class SpaceServiceImpl.SpaceFinderImpl
java.lang.Object
com.atlassian.confluence.api.impl.service.content.finder.AbstractFinder<Space>
com.atlassian.confluence.api.impl.service.content.SpaceServiceImpl.SpaceFinderImpl
- All Implemented Interfaces:
- SpaceService.SingleSpaceFetcher, SpaceService.SpaceFinder, SingleFetcher<Space>
- Enclosing class:
- SpaceServiceImpl
public class SpaceServiceImpl.SpaceFinderImpl
- extends AbstractFinder<Space>
- implements SpaceService.SpaceFinder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
withKeys
public SpaceService.SpaceFinder withKeys(String... keys)
- Specified by:
withKeys in interface SpaceService.SpaceFinder
fetchMany
public PageResponse<Space> fetchMany(PageRequest request)
- Specified by:
fetchMany in interface SpaceService.SpaceFinder
fetchOne
public com.atlassian.fugue.Option<Space> fetchOne()
- Specified by:
fetchOne in interface SingleFetcher<Space>
Copyright © 2003–2015 Atlassian. All rights reserved.