Uses of Interface
com.atlassian.confluence.rest.client.RemoteSpaceService.RemoteSpaceContentFinder
- 
Packages that use RemoteSpaceService.RemoteSpaceContentFinder Package Description com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API. - 
- 
Uses of RemoteSpaceService.RemoteSpaceContentFinder in com.atlassian.confluence.rest.client
Classes in com.atlassian.confluence.rest.client that implement RemoteSpaceService.RemoteSpaceContentFinder Modifier and Type Class Description classRemoteSpaceServiceImpl.RemoteSpaceContentFinderImplMethods in com.atlassian.confluence.rest.client that return RemoteSpaceService.RemoteSpaceContentFinder Modifier and Type Method Description RemoteSpaceService.RemoteSpaceContentFinderRemoteSpaceService. findContent(Space space, Expansion... expansion)Create a finder to find content in the given space.RemoteSpaceService.RemoteSpaceContentFinderRemoteSpaceServiceImpl. findContent(Space space, Expansion... expansion)RemoteSpaceService.RemoteSpaceContentFinderRemoteSpaceService.RemoteSpaceContentFinder. withDepth(Depth depth)Set the depth to retrieve content on the SpaceContentFinderRemoteSpaceService.RemoteSpaceContentFinderRemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. withDepth(Depth depth) 
 -