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 class
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl
Methods in com.atlassian.confluence.rest.client that return RemoteSpaceService.RemoteSpaceContentFinder Modifier and Type Method Description RemoteSpaceService.RemoteSpaceContentFinder
RemoteSpaceService. findContent(Space space, Expansion... expansion)
Create a finder to find content in the given space.RemoteSpaceService.RemoteSpaceContentFinder
RemoteSpaceServiceImpl. findContent(Space space, Expansion... expansion)
RemoteSpaceService.RemoteSpaceContentFinder
RemoteSpaceService.RemoteSpaceContentFinder. withDepth(Depth depth)
Set the depth to retrieve content on the SpaceContentFinderRemoteSpaceService.RemoteSpaceContentFinder
RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. withDepth(Depth depth)
-