Uses of Interface
com.atlassian.confluence.api.service.content.SpaceService.SpaceContentFinder
-
Packages that use SpaceService.SpaceContentFinder Package Description 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 Modifier and Type Class Description class
SpaceServiceImpl.SpaceContentImpl
Methods in com.atlassian.confluence.api.impl.service.content that return SpaceService.SpaceContentFinder Modifier and Type Method Description 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 Modifier and Type Method Description SpaceService.SpaceContentFinder
SpaceService. findContent(Space space, Expansion... expansion)
A finder to locate content in the spaceSpaceService.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
-