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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Optional<Version>>fetchCompletionStage()CompletionStage<PageResponse<Version>>fetchManyCompletionStage(PageRequest pageRequest)RemoteContentVersionService.RemoteParameterVersionFinderwithId(ContentId contentId)RemoteSingleFetcherwithIdAndVersion(ContentId contentId, int version)-
Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, deleteFuture, deleteFuture, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFutureOptional, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postFuture, postFuture, postFuture, postFutureToPageResponse, postVoidCompletionStage, putCompletionStage, putFuture
-
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.RemoteManyFetcher
fetchMany
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
-
-
-
-
Method Detail
-
withIdAndVersion
public RemoteSingleFetcher withIdAndVersion(ContentId contentId, int version)
- Specified by:
withIdAndVersionin interfaceRemoteContentVersionService.RemoteVersionFinder
-
fetchManyCompletionStage
public CompletionStage<PageResponse<Version>> fetchManyCompletionStage(PageRequest pageRequest)
- Specified by:
fetchManyCompletionStagein interfaceRemoteManyFetcher<Version>
-
withId
public RemoteContentVersionService.RemoteParameterVersionFinder withId(ContentId contentId)
- Specified by:
withIdin interfaceRemoteContentVersionService.RemoteParameterVersionFinder
-
fetchCompletionStage
public CompletionStage<Optional<Version>> fetchCompletionStage()
- Specified by:
fetchCompletionStagein interfaceRemoteSingleFetcher<Version>
-
-