public class RemoteContentServiceImpl.RemoteContentFinderImpl extends AbstractRemoteContentService.AbstractRemoteContentFinder
contentId, contentTypes, createdDate, spaceKey, statuses, title, version
provider
Modifier and Type | Method and Description |
---|---|
protected CompletionStage<Optional<Content>> |
fetchByIdCompletionStage() |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
fetchMany(ContentType type,
PageRequest request)
Deprecated.
since 7.0.1. Use
fetchManyCompletionStage(ContentType, PageRequest) instead. |
CompletionStage<PageResponse<Content>> |
fetchManyCompletionStage(ContentType type,
PageRequest request) |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
fetchMappedByContentType(PageRequest request) |
protected com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> |
fetchOneById()
Deprecated.
since 7.0.1. Use
fetchByIdCompletionStage() instead. |
fetchCompletionStage, fetchMappedByContentTypeCompletionStage, fetchOne, fetchOneOrNull, fetchOrNullCompletionStage, withAnyStatus, withCreatedDate, withId, withId, withId, withIdAndVersion, withLocator, withSpace, withStatus, withTitle, withType
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, putFuture
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fetch, fetchOrNull
@Deprecated public com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(ContentType type, PageRequest request)
fetchManyCompletionStage(ContentType, PageRequest)
instead.public CompletionStage<PageResponse<Content>> fetchManyCompletionStage(ContentType type, PageRequest request)
public com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> fetchMappedByContentType(PageRequest request)
fetchMappedByContentType
in interface RemoteContentService.RemoteContentFetcher
fetchMappedByContentType
in class AbstractRemoteContentService.AbstractRemoteContentFinder
@Deprecated protected com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> fetchOneById()
fetchByIdCompletionStage()
instead.fetchOneById
in class AbstractRemoteContentService.AbstractRemoteContentFinder
protected CompletionStage<Optional<Content>> fetchByIdCompletionStage()
fetchByIdCompletionStage
in class AbstractRemoteContentService.AbstractRemoteContentFinder
Copyright © 2003–2021 Atlassian. All rights reserved.