com.atlassian.confluence.rest.client
Interface RemoteAttachmentService.RemoteAttachmentFinder

All Superinterfaces:
RemoteContentService.RemoteSingleContentFetcher
All Known Implementing Classes:
RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
Enclosing interface:
RemoteAttachmentService

public static interface RemoteAttachmentService.RemoteAttachmentFinder
extends RemoteContentService.RemoteSingleContentFetcher


Method Summary
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(PageRequest request)
           
 RemoteAttachmentService.RemoteAttachmentFinder withContainerId(ContentId parentId)
           
 RemoteAttachmentService.RemoteAttachmentFinder withFilename(java.lang.String filename)
           
 RemoteContentService.RemoteSingleContentFetcher withId(ContentId attachmentId)
           
 RemoteAttachmentService.RemoteAttachmentFinder withMediaType(java.lang.String type)
           
 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteSingleContentFetcher
fetchOne, fetchOneOrNull
 

Method Detail

withId

RemoteContentService.RemoteSingleContentFetcher withId(ContentId attachmentId)

withContainerId

RemoteAttachmentService.RemoteAttachmentFinder withContainerId(ContentId parentId)

withFilename

RemoteAttachmentService.RemoteAttachmentFinder withFilename(java.lang.String filename)

withMediaType

RemoteAttachmentService.RemoteAttachmentFinder withMediaType(java.lang.String type)

fetchMany

com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(PageRequest request)


Copyright © 2003-2014 Atlassian. All Rights Reserved.