Class NoopSpaceFinder
java.lang.Object
com.atlassian.confluence.impl.service.finder.NoopFetcher<Space>
com.atlassian.confluence.impl.service.finder.content.NoopSpaceFinder
- All Implemented Interfaces:
SpaceService.SingleSpaceFetcher,SpaceService.SpaceFinder,ManyFetcher<Space>,SingleFetcher<Space>
- Since:
- 6.13.6, 6.14.4, 6.15.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithContentContainingLabels(List<String> labels) withHasRetentionPolicy(boolean hasRetentionPolicy) Filter spaces that have retention policies or notwithIsFavourited(boolean isFavourited) withLabels(Label... labels) withStatus(SpaceStatus status) Methods inherited from class com.atlassian.confluence.impl.service.finder.NoopFetcher
fetch, fetchManyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.api.service.finder.ManyFetcher
fetchManyMethods inherited from interface com.atlassian.confluence.api.service.finder.SingleFetcher
fetch, fetchOneOrNull, fetchOrNull
-
Constructor Details
-
NoopSpaceFinder
public NoopSpaceFinder()
-
-
Method Details
-
withKeys
- Specified by:
withKeysin interfaceSpaceService.SpaceFinder
-
withIds
- Specified by:
withIdsin interfaceSpaceService.SpaceFinder
-
withType
- Specified by:
withTypein interfaceSpaceService.SpaceFinder
-
withStatus
- Specified by:
withStatusin interfaceSpaceService.SpaceFinder
-
withLabels
- Specified by:
withLabelsin interfaceSpaceService.SpaceFinder
-
withContentContainingLabels
- Specified by:
withContentContainingLabelsin interfaceSpaceService.SpaceFinder
-
withIsFavourited
- Specified by:
withIsFavouritedin interfaceSpaceService.SpaceFinder
-
withHasRetentionPolicy
Description copied from interface:SpaceService.SpaceFinderFilter spaces that have retention policies or not- Specified by:
withHasRetentionPolicyin interfaceSpaceService.SpaceFinder
-