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 SummaryFields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteServiceprovider
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedRemoteSpaceFinderImpl(AbstractRemoteService other, Expansion... expansions) 
- 
Method SummaryModifier and TypeMethodDescriptionfetchManyCompletionStage(PageRequest request) withContentContainingLabels(List<String> contentLabels) 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.AbstractRemoteServiceaddExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfGenericListResponse, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newBackdoorWebTarget, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStageMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcherfetchOneOrNullCompletionStage, fetchOrNullCompletionStage
- 
Constructor Details- 
RemoteSpaceFinderImpl
 
- 
- 
Method Details- 
withKeys- Specified by:
- withKeysin interface- RemoteSpaceService.RemoteSpaceFinder
 
- 
withType- Specified by:
- withTypein interface- RemoteSpaceService.RemoteSpaceFinder
 
- 
withStatus- Specified by:
- withStatusin interface- RemoteSpaceService.RemoteSpaceFinder
 
- 
withLabels- Specified by:
- withLabelsin interface- RemoteSpaceService.RemoteSpaceFinder
 
- 
withContentContainingLabels- Specified by:
- withContentContainingLabelsin interface- RemoteSpaceService.RemoteSpaceFinder
 
- 
withIsFavourited- Specified by:
- withIsFavouritedin interface- RemoteSpaceService.RemoteSpaceFinder
 
- 
withHasRetentionPolicyDescription copied from interface:RemoteSpaceService.RemoteSpaceFinderFilter spaces that have retention policies or not- Specified by:
- withHasRetentionPolicyin interface- RemoteSpaceService.RemoteSpaceFinder
 
- 
fetchManyCompletionStage- Specified by:
- fetchManyCompletionStagein interface- RemoteManyFetcher<Space>
- Specified by:
- fetchManyCompletionStagein interface- RemoteSpaceService.RemoteSpaceFinder
 
- 
fetchCompletionStage- Specified by:
- fetchCompletionStagein interface- RemoteSingleFetcher<Space>
- See Also:
 
 
-