public class SpaceServiceImpl.SpaceFinderImpl extends AbstractFinder<Space> implements SpaceService.SpaceFinder
expansions
Modifier and Type | Method and Description |
---|---|
PageResponse<Space> |
fetchMany(PageRequest request) |
com.atlassian.fugue.Option<Space> |
fetchOne() |
SpaceService.SpaceFinder |
withKeys(String... keys) |
fetchOneOrNull
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fetchOneOrNull
public SpaceService.SpaceFinder withKeys(String... keys)
withKeys
in interface SpaceService.SpaceFinder
public PageResponse<Space> fetchMany(PageRequest request)
fetchMany
in interface SpaceService.SpaceFinder
public com.atlassian.fugue.Option<Space> fetchOne()
fetchOne
in interface SingleFetcher<Space>
Copyright © 2003–2015 Atlassian. All rights reserved.