public class GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl extends AbstractRemoteChildContentService.AbstractRemoteChildContentFinder implements RemoteChildContentService.RemoteChildContentFinder
depth, location, parentVersion
provider
Constructor and Description |
---|
RemoteChildContentFinderImpl(AbstractRemoteService other,
ContentId parentId,
Expansion[] expansions) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
fetchMany(ContentType type,
@Nullable PageRequest request)
Deprecated.
since 7.0.1. Use
fetchManyCompletionStage(ContentType, PageRequest) instead. |
CompletionStage<PageResponse<Content>> |
fetchManyCompletionStage(ContentType type,
PageRequest request)
Retrieve a paged list of content of the given type contained in this parent
|
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
fetchMappedByType(@Nullable PageRequest request)
Deprecated.
since 7.0.1. Use
fetchMappedByTypeCompletionStage(PageRequest) instead. |
CompletionStage<Map<ContentType,PageResponse<Content>>> |
fetchMappedByTypeCompletionStage(PageRequest request)
Retrieve the content contained in this parent.
|
withDepth, withLocation, withParentVersion
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
withDepth, withLocation, withParentVersion
public RemoteChildContentFinderImpl(AbstractRemoteService other, ContentId parentId, Expansion[] expansions)
@Deprecated public com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> fetchMappedByType(@Nullable PageRequest request)
fetchMappedByTypeCompletionStage(PageRequest)
instead.RemoteChildContentService.RemoteChildContentFinder
The pageRequest limit is restricted to a maximum page size.
fetchMappedByType
in interface RemoteChildContentService.RemoteChildContentFinder
public CompletionStage<Map<ContentType,PageResponse<Content>>> fetchMappedByTypeCompletionStage(PageRequest request)
RemoteChildContentService.RemoteChildContentFinder
The pageRequest limit is restricted to a maximum page size.
fetchMappedByTypeCompletionStage
in interface RemoteChildContentService.RemoteChildContentFinder
@Deprecated public com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(ContentType type, @Nullable PageRequest request)
fetchManyCompletionStage(ContentType, PageRequest)
instead.RemoteChildContentService.RemoteChildContentFinder
fetchMany
in interface RemoteChildContentService.RemoteChildContentFinder
type
- - the type of content to retrieverequest
- - a page request indicating the start and limit of items to returnpublic CompletionStage<PageResponse<Content>> fetchManyCompletionStage(ContentType type, PageRequest request)
RemoteChildContentService.RemoteChildContentFinder
fetchManyCompletionStage
in interface RemoteChildContentService.RemoteChildContentFinder
type
- - the type of content to retrieverequest
- - a page request indicating the start and limit of items to returnCopyright © 2003–2021 Atlassian. All rights reserved.