public class RemoteContentVersionServiceImpl.RemoteVersionFinderImpl extends AbstractRemoteService<ContentVersionService.VersionFinder> implements RemoteContentVersionService.RemoteVersionFinder
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Version>> |
fetchMany(PageRequest pageRequest) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Version>> |
fetchOne() |
com.atlassian.util.concurrent.Promise<Version> |
fetchOneOrNull() |
RemoteContentVersionService.RemoteParameterVersionFinder |
withId(ContentId contentId) |
RemoteSingleFetcher |
withIdAndVersion(ContentId contentId,
int version) |
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuture
public RemoteSingleFetcher withIdAndVersion(ContentId contentId, int version)
withIdAndVersion
in interface RemoteContentVersionService.RemoteVersionFinder
public com.atlassian.util.concurrent.Promise<PageResponse<Version>> fetchMany(PageRequest pageRequest)
fetchMany
in interface RemoteManyFetcher<Version>
public RemoteContentVersionService.RemoteParameterVersionFinder withId(ContentId contentId)
withId
in interface RemoteContentVersionService.RemoteParameterVersionFinder
public com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Version>> fetchOne()
fetchOne
in interface RemoteSingleFetcher<Version>
public com.atlassian.util.concurrent.Promise<Version> fetchOneOrNull()
fetchOneOrNull
in interface RemoteSingleFetcher<Version>
Copyright © 2003–2018 Atlassian. All rights reserved.