public class RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl extends AbstractRemoteService<AttachmentService.AttachmentFinder> implements RemoteAttachmentService.RemoteAttachmentFinder
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> |
fetchOne() |
com.atlassian.util.concurrent.Promise<Content> |
fetchOneOrNull() |
RemoteAttachmentService.RemoteAttachmentFinder |
withContainerId(ContentId containerId) |
RemoteAttachmentService.RemoteAttachmentFinder |
withFilename(String filename) |
RemoteContentService.RemoteSingleContentFetcher |
withId(ContentId attachmentId) |
RemoteAttachmentService.RemoteAttachmentFinder |
withMediaType(String mediaType) |
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuturepublic RemoteContentService.RemoteSingleContentFetcher withId(ContentId attachmentId)
withId in interface RemoteAttachmentService.RemoteAttachmentFinderpublic RemoteAttachmentService.RemoteAttachmentFinder withContainerId(ContentId containerId)
withContainerId in interface RemoteAttachmentService.RemoteAttachmentFinderpublic RemoteAttachmentService.RemoteAttachmentFinder withFilename(String filename)
withFilename in interface RemoteAttachmentService.RemoteAttachmentFinderpublic RemoteAttachmentService.RemoteAttachmentFinder withMediaType(String mediaType)
withMediaType in interface RemoteAttachmentService.RemoteAttachmentFinderpublic com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(PageRequest request)
fetchMany in interface RemoteAttachmentService.RemoteAttachmentFinderpublic com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> fetchOne()
fetchOne in interface RemoteContentService.RemoteSingleContentFetcherpublic com.atlassian.util.concurrent.Promise<Content> fetchOneOrNull()
fetchOneOrNull in interface RemoteContentService.RemoteSingleContentFetcherCopyright © 2003–2019 Atlassian. All rights reserved.