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.SpaceFinderwithHasRetentionPolicy(boolean hasRetentionPolicy)Filter spaces that have retention policies or notSpaceService.SpaceFinderwithIsFavourited(boolean isFavourited)SpaceService.SpaceFinderwithKeys(String... spaceKeys)SpaceService.SpaceFinderwithLabels(Label... labels)SpaceService.SpaceFinderwithStatus(SpaceStatus status)SpaceService.SpaceFinderwithType(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:
withKeysin interfaceSpaceService.SpaceFinder
-
withType
public SpaceService.SpaceFinder withType(SpaceType type)
- Specified by:
withTypein interfaceSpaceService.SpaceFinder
-
withStatus
public SpaceService.SpaceFinder withStatus(SpaceStatus status)
- Specified by:
withStatusin interfaceSpaceService.SpaceFinder
-
withLabels
public SpaceService.SpaceFinder withLabels(Label... labels)
- Specified by:
withLabelsin interfaceSpaceService.SpaceFinder
-
withIsFavourited
public SpaceService.SpaceFinder withIsFavourited(boolean isFavourited)
- Specified by:
withIsFavouritedin interfaceSpaceService.SpaceFinder
-
withHasRetentionPolicy
public SpaceService.SpaceFinder withHasRetentionPolicy(boolean hasRetentionPolicy)
Description copied from interface:SpaceService.SpaceFinderFilter spaces that have retention policies or not- Specified by:
withHasRetentionPolicyin interfaceSpaceService.SpaceFinder
-
-