Interface RemoteAttachmentService.RemoteAttachmentFinder
- All Superinterfaces:
RemoteContentService.RemoteSingleContentFetcher
,RemoteManyFetcher<Content>
,RemoteSingleFetcher<Content>
- All Known Implementing Classes:
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
- Enclosing interface:
- RemoteAttachmentService
public static interface RemoteAttachmentService.RemoteAttachmentFinder
extends RemoteContentService.RemoteSingleContentFetcher, RemoteManyFetcher<Content>
-
Method Summary
Modifier and TypeMethodDescriptionfetchManyCompletionStage
(PageRequest request) withContainerId
(ContentId parentId) withFilename
(String filename) withMediaType
(String type) Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchCompletionStage, fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Method Details
-
withId
-
withContainerId
-
withFilename
-
withMediaType
-
fetchManyCompletionStage
- Specified by:
fetchManyCompletionStage
in interfaceRemoteManyFetcher<Content>
-