Uses of Interface
com.atlassian.confluence.api.service.content.SpaceService.SpaceFinder
Packages that use SpaceService.SpaceFinder
Package
Description
- 
Uses of SpaceService.SpaceFinder in com.atlassian.confluence.api.impl.service.contentClasses in com.atlassian.confluence.api.impl.service.content that implement SpaceService.SpaceFinderMethods in com.atlassian.confluence.api.impl.service.content that return SpaceService.SpaceFinderModifier and TypeMethodDescriptionSpaceServiceImpl.SpaceFinderImpl.withContentContainingLabels(List<String> labels) SpaceServiceImpl.SpaceFinderImpl.withHasRetentionPolicy(boolean hasRetentionPolicy) SpaceServiceImpl.SpaceFinderImpl.withIsFavourited(boolean isFavourited) SpaceServiceImpl.SpaceFinderImpl.withLabels(Label... labels) SpaceServiceImpl.SpaceFinderImpl.withStatus(SpaceStatus status) 
- 
Uses of SpaceService.SpaceFinder in com.atlassian.confluence.api.service.contentMethods in com.atlassian.confluence.api.service.content that return SpaceService.SpaceFinderModifier and TypeMethodDescriptionCreate a space finder to locate spaces, the expansions will be applied to each Space matching the restrictions on the finder.SpaceService.SpaceFinder.withContentContainingLabels(List<String> contentLabels) SpaceService.SpaceFinder.withHasRetentionPolicy(boolean hasRetentionPolicy) Filter spaces that have retention policies or notSpaceService.SpaceFinder.withIsFavourited(boolean isFavourited) SpaceService.SpaceFinder.withLabels(Label... labels) SpaceService.SpaceFinder.withStatus(SpaceStatus status) 
- 
Uses of SpaceService.SpaceFinder in com.atlassian.confluence.impl.service.finder.contentClasses in com.atlassian.confluence.impl.service.finder.content that implement SpaceService.SpaceFinderMethods in com.atlassian.confluence.impl.service.finder.content that return SpaceService.SpaceFinderModifier and TypeMethodDescriptionNoopSpaceFinder.withContentContainingLabels(List<String> labels) NoopSpaceFinder.withHasRetentionPolicy(boolean hasRetentionPolicy) NoopSpaceFinder.withIsFavourited(boolean isFavourited) NoopSpaceFinder.withLabels(Label... labels) NoopSpaceFinder.withStatus(SpaceStatus status)