Class RemoteContentVersionServiceImpl.RemoteVersionFinderImpl
java.lang.Object
com.atlassian.confluence.rest.client.AbstractRemoteService<ContentVersionService.VersionFinder>
com.atlassian.confluence.rest.client.impl.RemoteContentVersionServiceImpl.RemoteVersionFinderImpl
- All Implemented Interfaces:
RemoteContentVersionService.RemoteParameterVersionFinder
,RemoteContentVersionService.RemoteVersionFinder
,RemoteManyFetcher<Version>
,RemoteSingleFetcher<Version>
- Enclosing class:
- RemoteContentVersionServiceImpl
public class RemoteContentVersionServiceImpl.RemoteVersionFinderImpl
extends AbstractRemoteService<ContentVersionService.VersionFinder>
implements RemoteContentVersionService.RemoteVersionFinder
-
Field Summary
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider
-
Method Summary
Modifier and TypeMethodDescriptionfetchManyCompletionStage
(PageRequest pageRequest) withIdAndVersion
(ContentId contentId, int version) 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
-
Method Details
-
withIdAndVersion
- Specified by:
withIdAndVersion
in interfaceRemoteContentVersionService.RemoteVersionFinder
-
fetchManyCompletionStage
- Specified by:
fetchManyCompletionStage
in interfaceRemoteManyFetcher<Version>
-
withId
- Specified by:
withId
in interfaceRemoteContentVersionService.RemoteParameterVersionFinder
-
fetchCompletionStage
- Specified by:
fetchCompletionStage
in interfaceRemoteSingleFetcher<Version>
- See Also:
-