Uses of Interface
com.atlassian.confluence.api.service.content.SpaceService.SpaceContentFinder

Packages that use SpaceService.SpaceContentFinder
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.service.content   
 

Uses of SpaceService.SpaceContentFinder in com.atlassian.confluence.api.impl.service.content
 

Classes in com.atlassian.confluence.api.impl.service.content that implement SpaceService.SpaceContentFinder
 class SpaceServiceImpl.SpaceContentImpl
           
 

Methods in com.atlassian.confluence.api.impl.service.content that return SpaceService.SpaceContentFinder
 SpaceService.SpaceContentFinder SpaceServiceImpl.findContent(Space space, Expansion... expansions)
           
 SpaceService.SpaceContentFinder SpaceServiceImpl.SpaceContentImpl.withDepth(Depth depth)
           
 

Uses of SpaceService.SpaceContentFinder in com.atlassian.confluence.api.service.content
 

Methods in com.atlassian.confluence.api.service.content that return SpaceService.SpaceContentFinder
 SpaceService.SpaceContentFinder SpaceService.findContent(Space space, Expansion... expansion)
          A finder to locate content in the space
 SpaceService.SpaceContentFinder SpaceService.SpaceContentFinder.withDepth(Depth depth)
          Applies a depth filter the content in this space retrieved by the finder, presently only pages participate in the space content hierarchy, the depth filter has no effect on other content type
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.