public class RemoteContentVersionServiceImpl.RemoteVersionFinderImpl extends AbstractRemoteService<ContentVersionService.VersionFinder> implements RemoteContentVersionService.RemoteVersionFinder
provider| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Optional<Version>> |
fetchCompletionStage() |
com.atlassian.util.concurrent.Promise<PageResponse<Version>> |
fetchMany(PageRequest pageRequest)
Deprecated.
since 7.0.1. Use
fetchManyCompletionStage(PageRequest) instead. |
CompletionStage<PageResponse<Version>> |
fetchManyCompletionStage(PageRequest pageRequest) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Version>> |
fetchOne()
Deprecated.
since 7.0.1. Use
fetchCompletionStage() instead. |
com.atlassian.util.concurrent.Promise<Version> |
fetchOneOrNull()
Deprecated.
since 7.0.1. Use
fetchOrNullCompletionStage() instead. |
CompletionStage<Version> |
fetchOrNullCompletionStage() |
RemoteContentVersionService.RemoteParameterVersionFinder |
withId(ContentId contentId) |
RemoteSingleFetcher |
withIdAndVersion(ContentId contentId,
int version) |
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, deleteFuture, deleteFuture, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postFuture, postFuture, postFuture, postFutureToPageResponse, putCompletionStage, putFutureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetch, fetchOrNullpublic RemoteSingleFetcher withIdAndVersion(ContentId contentId, int version)
withIdAndVersion in interface RemoteContentVersionService.RemoteVersionFinder@Deprecated public com.atlassian.util.concurrent.Promise<PageResponse<Version>> fetchMany(PageRequest pageRequest)
fetchManyCompletionStage(PageRequest) instead.fetchMany in interface RemoteManyFetcher<Version>public CompletionStage<PageResponse<Version>> fetchManyCompletionStage(PageRequest pageRequest)
fetchManyCompletionStage in interface RemoteManyFetcher<Version>public RemoteContentVersionService.RemoteParameterVersionFinder withId(ContentId contentId)
withId in interface RemoteContentVersionService.RemoteParameterVersionFinder@Deprecated public com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Version>> fetchOne()
fetchCompletionStage() instead.fetchOne in interface RemoteSingleFetcher<Version>@Deprecated public com.atlassian.util.concurrent.Promise<Version> fetchOneOrNull()
fetchOrNullCompletionStage() instead.fetchOneOrNull in interface RemoteSingleFetcher<Version>public CompletionStage<Optional<Version>> fetchCompletionStage()
fetchCompletionStage in interface RemoteSingleFetcher<Version>public CompletionStage<Version> fetchOrNullCompletionStage()
fetchOrNullCompletionStage in interface RemoteSingleFetcher<Version>Copyright © 2003–2019 Atlassian. All rights reserved.