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, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Method Details
-
withIdAndVersion
- Specified by:
withIdAndVersionin interfaceRemoteContentVersionService.RemoteVersionFinder
-
fetchManyCompletionStage
- Specified by:
fetchManyCompletionStagein interfaceRemoteManyFetcher<Version>
-
withId
- Specified by:
withIdin interfaceRemoteContentVersionService.RemoteParameterVersionFinder
-
fetchCompletionStage
- Specified by:
fetchCompletionStagein interfaceRemoteSingleFetcher<Version>- See Also:
-