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>
public class NoopSpaceFinder extends NoopFetcher<Space> implements SpaceService.SpaceFinder
- Since:
- 6.13.6, 6.14.4, 6.15.4
-
-
Constructor Summary
Constructors Constructor Description NoopSpaceFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpaceService.SpaceFinder
withHasRetentionPolicy(boolean hasRetentionPolicy)
Filter spaces that have retention policies or notSpaceService.SpaceFinder
withIsFavourited(boolean isFavourited)
SpaceService.SpaceFinder
withKeys(String... spaceKeys)
SpaceService.SpaceFinder
withLabels(Label... labels)
SpaceService.SpaceFinder
withStatus(SpaceStatus status)
SpaceService.SpaceFinder
withType(SpaceType type)
-
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, fetchOne, fetchOneOrNull, fetchOrNull
-
-
-
-
Method Detail
-
withKeys
public SpaceService.SpaceFinder withKeys(String... spaceKeys)
- Specified by:
withKeys
in interfaceSpaceService.SpaceFinder
-
withType
public SpaceService.SpaceFinder withType(SpaceType type)
- Specified by:
withType
in interfaceSpaceService.SpaceFinder
-
withStatus
public SpaceService.SpaceFinder withStatus(SpaceStatus status)
- Specified by:
withStatus
in interfaceSpaceService.SpaceFinder
-
withLabels
public SpaceService.SpaceFinder withLabels(Label... labels)
- Specified by:
withLabels
in interfaceSpaceService.SpaceFinder
-
withIsFavourited
public SpaceService.SpaceFinder withIsFavourited(boolean isFavourited)
- Specified by:
withIsFavourited
in interfaceSpaceService.SpaceFinder
-
withHasRetentionPolicy
public SpaceService.SpaceFinder withHasRetentionPolicy(boolean hasRetentionPolicy)
Description copied from interface:SpaceService.SpaceFinder
Filter spaces that have retention policies or not- Specified by:
withHasRetentionPolicy
in interfaceSpaceService.SpaceFinder
-
-