Class RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
java.lang.Object
com.atlassian.confluence.rest.client.AbstractRemoteService<SpaceService.SpaceFinder>
com.atlassian.confluence.rest.client.RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
- All Implemented Interfaces:
RemoteManyFetcher<Space>
,RemoteSingleFetcher<Space>
,RemoteSpaceService.RemoteSpaceFinder
,RemoteSpaceService.RemoteSpaceSingleFetcher
- Enclosing class:
- RemoteSpaceServiceImpl
public class RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
extends AbstractRemoteService<SpaceService.SpaceFinder>
implements RemoteSpaceService.RemoteSpaceFinder
-
Field Summary
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RemoteSpaceFinderImpl
(AbstractRemoteService other, Expansion... expansions) -
Method Summary
Modifier and TypeMethodDescriptionfetchManyCompletionStage
(PageRequest request) withHasRetentionPolicy
(boolean hasRetentionPolicy) Filter spaces that have retention policies or notwithIsFavourited
(boolean favourite) withLabels
(Label... labels) withStatus
(SpaceStatus status) Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfGenericListResponse, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStage
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.rest.client.RemoteSingleFetcher
fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Constructor Details
-
RemoteSpaceFinderImpl
-
-
Method Details
-
withKeys
- Specified by:
withKeys
in interfaceRemoteSpaceService.RemoteSpaceFinder
-
withType
- Specified by:
withType
in interfaceRemoteSpaceService.RemoteSpaceFinder
-
withStatus
- Specified by:
withStatus
in interfaceRemoteSpaceService.RemoteSpaceFinder
-
withLabels
- Specified by:
withLabels
in interfaceRemoteSpaceService.RemoteSpaceFinder
-
withIsFavourited
- Specified by:
withIsFavourited
in interfaceRemoteSpaceService.RemoteSpaceFinder
-
withHasRetentionPolicy
Description copied from interface:RemoteSpaceService.RemoteSpaceFinder
Filter spaces that have retention policies or not- Specified by:
withHasRetentionPolicy
in interfaceRemoteSpaceService.RemoteSpaceFinder
-
fetchManyCompletionStage
- Specified by:
fetchManyCompletionStage
in interfaceRemoteManyFetcher<Space>
- Specified by:
fetchManyCompletionStage
in interfaceRemoteSpaceService.RemoteSpaceFinder
-
fetchCompletionStage
- Specified by:
fetchCompletionStage
in interfaceRemoteSingleFetcher<Space>
- See Also:
-