public class RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl extends AbstractRemoteService<AttachmentService.AttachmentFinder> implements RemoteAttachmentService.RemoteAttachmentFinder
provider| 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, putFutureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetch, fetchOrNullpublic 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 RemoteSingleFetcher<Content>public com.atlassian.util.concurrent.Promise<Content> fetchOneOrNull()
fetchOneOrNull in interface RemoteSingleFetcher<Content>Copyright © 2003–2019 Atlassian. All rights reserved.