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
-
Method Summary
Modifier and TypeMethodDescriptionwithHasRetentionPolicy
(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, fetchMany
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.api.service.finder.ManyFetcher
fetchMany
Methods inherited from interface com.atlassian.confluence.api.service.finder.SingleFetcher
fetch, fetchOneOrNull, fetchOrNull
-
Constructor Details
-
NoopSpaceFinder
public NoopSpaceFinder()
-
-
Method Details
-
withKeys
- Specified by:
withKeys
in interfaceSpaceService.SpaceFinder
-
withType
- Specified by:
withType
in interfaceSpaceService.SpaceFinder
-
withStatus
- Specified by:
withStatus
in interfaceSpaceService.SpaceFinder
-
withLabels
- Specified by:
withLabels
in interfaceSpaceService.SpaceFinder
-
withIsFavourited
- Specified by:
withIsFavourited
in interfaceSpaceService.SpaceFinder
-
withHasRetentionPolicy
Description copied from interface:SpaceService.SpaceFinder
Filter spaces that have retention policies or not- Specified by:
withHasRetentionPolicy
in interfaceSpaceService.SpaceFinder
-