Interface RemoteSpaceService.RemoteSpaceFinder
- All Superinterfaces:
RemoteManyFetcher<Space>
,RemoteSingleFetcher<Space>
,RemoteSpaceService.RemoteSpaceSingleFetcher
- All Known Implementing Classes:
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
- Enclosing interface:
- RemoteSpaceService
public static interface RemoteSpaceService.RemoteSpaceFinder
extends RemoteSpaceService.RemoteSpaceSingleFetcher, RemoteManyFetcher<Space>
-
Method Summary
Modifier and TypeMethodDescriptionfetchManyCompletionStage
(PageRequest request) withHasRetentionPolicy
(boolean hasRetentionPolicy) Filter spaces that have retention policies or notwithIsFavourited
(boolean isFavourited) withLabels
(Label... labels) withStatus
(SpaceStatus status) Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchCompletionStage, fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Method Details
-
withKeys
-
withType
-
withStatus
-
withLabels
-
withIsFavourited
-
withHasRetentionPolicy
Filter spaces that have retention policies or not- Since:
- 9.0 7.15.0
-
fetchManyCompletionStage
- Specified by:
fetchManyCompletionStage
in interfaceRemoteManyFetcher<Space>
-