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 SummaryModifier and TypeMethodDescriptionfetchManyCompletionStage(PageRequest request) withContentContainingLabels(List<String> contentLabels) 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.RemoteSingleFetcherfetchCompletionStage, fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
- 
Method Details- 
withKeys
- 
withType
- 
withStatus
- 
withLabels
- 
withContentContainingLabels
- 
withIsFavourited
- 
withHasRetentionPolicyFilter spaces that have retention policies or not- Since:
- 9.0 7.15.0
 
- 
fetchManyCompletionStage- Specified by:
- fetchManyCompletionStagein interface- RemoteManyFetcher<Space>
 
 
-