com.atlassian.confluence.api.impl.service.content
Class SpaceServiceImpl.SpaceFinderImpl

java.lang.Object
  extended by com.atlassian.confluence.api.impl.service.content.finder.AbstractFinder<Space>
      extended by 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


Field Summary
 
Fields inherited from class com.atlassian.confluence.api.impl.service.content.finder.AbstractFinder
expansions
 
Method Summary
 PageResponse<Space> fetchMany(PageRequest request)
           
 com.atlassian.fugue.Option<Space> fetchOne()
           
 SpaceService.SpaceFinder withKeys(java.lang.String... keys)
           
 
Methods inherited from class com.atlassian.confluence.api.impl.service.content.finder.AbstractFinder
fetchOneOrNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.confluence.api.service.finder.SingleFetcher
fetchOneOrNull
 

Method Detail

withKeys

public SpaceService.SpaceFinder withKeys(java.lang.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-2014 Atlassian. All Rights Reserved.