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 classSpaceServiceImpl.SpaceContentImplMethods in com.atlassian.confluence.api.impl.service.content that return SpaceService.SpaceContentFinder Modifier and Type Method Description SpaceService.SpaceContentFinderSpaceServiceImpl. findContent(Space space, Expansion... expansions)SpaceService.SpaceContentFinderSpaceServiceImpl.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.SpaceContentFinderSpaceService. findContent(Space space, Expansion... expansion)A finder to locate content in the spaceSpaceService.SpaceContentFinderSpaceService.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
-