Class RemoteContentServiceImpl.RemoteContentFinderImpl
- java.lang.Object
-
- com.atlassian.confluence.rest.client.AbstractRemoteService<ContentService.ContentFinder>
-
- com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
-
- com.atlassian.confluence.rest.client.RemoteContentServiceImpl.RemoteContentFinderImpl
-
- All Implemented Interfaces:
RemoteContentService.RemoteContentFetcher
,RemoteContentService.RemoteContentFinder
,RemoteContentService.RemoteParameterContentFinder
,RemoteContentService.RemoteSingleContentFetcher
,RemoteSingleFetcher<Content>
- Enclosing class:
- RemoteContentServiceImpl
public class RemoteContentServiceImpl.RemoteContentFinderImpl extends AbstractRemoteContentService.AbstractRemoteContentFinder
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
contentId, contentTypes, createdDate, spaceKey, statuses, title, version
-
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected com.sun.jersey.api.client.WebResource
addPageRequest(com.sun.jersey.api.client.WebResource resource, PageRequest pageRequest)
protected CompletionStage<Optional<Content>>
fetchByIdCompletionStage()
com.atlassian.util.concurrent.Promise<PageResponse<Content>>
fetchMany(ContentType type, PageRequest request)
Deprecated.since 7.0.1.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.-
Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
fetchCompletionStage, fetchMappedByContentTypeCompletionStage, fetchOne, fetchOneOrNull, fetchOrNullCompletionStage, withAnyStatus, withCreatedDate, withId, withId, withId, withIdAndVersion, withLocator, withSpace, withStatus, withTitle, withType
-
Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchOrNull
-
-
-
-
Method Detail
-
fetchMany
@Deprecated public com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(ContentType type, PageRequest request)
Deprecated.since 7.0.1. UsefetchManyCompletionStage(ContentType, PageRequest)
instead.
-
fetchManyCompletionStage
public CompletionStage<PageResponse<Content>> fetchManyCompletionStage(ContentType type, PageRequest request)
-
fetchMappedByContentType
public com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> fetchMappedByContentType(PageRequest request)
- Specified by:
fetchMappedByContentType
in interfaceRemoteContentService.RemoteContentFetcher
- Overrides:
fetchMappedByContentType
in classAbstractRemoteContentService.AbstractRemoteContentFinder
-
fetchOneById
@Deprecated protected com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> fetchOneById()
Deprecated.since 7.0.1. UsefetchByIdCompletionStage()
instead.- Specified by:
fetchOneById
in classAbstractRemoteContentService.AbstractRemoteContentFinder
-
fetchByIdCompletionStage
protected CompletionStage<Optional<Content>> fetchByIdCompletionStage()
- Specified by:
fetchByIdCompletionStage
in classAbstractRemoteContentService.AbstractRemoteContentFinder
-
addPageRequest
protected com.sun.jersey.api.client.WebResource addPageRequest(com.sun.jersey.api.client.WebResource resource, PageRequest pageRequest)
- Overrides:
addPageRequest
in classAbstractRemoteService<ContentService.ContentFinder>
-
-