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, expansions, spaceKey, statuses, title, versionFields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider -
Method Summary
Modifier and TypeMethodDescriptionprotected javax.ws.rs.client.WebTargetaddPageRequest(javax.ws.rs.client.WebTarget resource, PageRequest pageRequest) protected CompletionStage<Optional<Content>>fetchManyCompletionStage(ContentType type, PageRequest request) Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
fetchCompletionStage, fetchMappedByContentTypeCompletionStage, getStatuses, withAnyStatus, withCreatedDate, withId, withId, withId, withIdAndVersion, withLocator, withSpace, withStatus, withTitle, withTypeMethods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfGenericListResponse, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStageMethods 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
-
fetchManyCompletionStage
public CompletionStage<PageResponse<Content>> fetchManyCompletionStage(ContentType type, PageRequest request) -
fetchByIdCompletionStage
- Specified by:
fetchByIdCompletionStagein classAbstractRemoteContentService.AbstractRemoteContentFinder
-
addPageRequest
protected javax.ws.rs.client.WebTarget addPageRequest(javax.ws.rs.client.WebTarget resource, PageRequest pageRequest) - Overrides:
addPageRequestin classAbstractRemoteService<ContentService.ContentFinder>
-