Modifier and Type | Method and Description |
---|---|
<T> T |
AttachmentManager.streamAttachmentContent(Attachment attachment,
InputStreamConsumer<T> consumer)
Get binary content of the attachment
|
<T> T |
AttachmentManager.streamTemporaryAttachmentContent(TemporaryAttachmentId attachmentId,
InputStreamConsumer<T> consumer)
Get binary content of temporary attachment
|
Modifier and Type | Class and Description |
---|---|
class |
AttachmentZipEntryStreamConsumer
This class implements
InputStreamConsumer . |
Modifier and Type | Method and Description |
---|---|
<T> T |
DefaultAttachmentManager.streamAttachmentContent(Attachment attachment,
InputStreamConsumer<T> consumer) |
<T> T |
DefaultAttachmentManager.streamTemporaryAttachmentContent(TemporaryAttachmentId attachmentId,
InputStreamConsumer<T> consumer) |
Modifier and Type | Method and Description |
---|---|
<T> T |
DefaultThumbnailManager.streamThumbnailContent(Attachment attachment,
InputStreamConsumer<T> consumer) |
<T> T |
DisabledThumbNailManager.streamThumbnailContent(Attachment attachment,
InputStreamConsumer<T> consumer) |
<T> T |
ThumbnailManager.streamThumbnailContent(Attachment attachment,
InputStreamConsumer<T> consumer)
Get binary content of the thumbnail
|
Modifier and Type | Method and Description |
---|---|
protected void |
ViewAttachmentServlet.getInputStream(String attachmentQuery,
InputStreamConsumer<com.atlassian.fugue.Unit> consumer) |
protected abstract void |
AbstractViewFileServlet.getInputStream(String attachmentPath,
InputStreamConsumer<com.atlassian.fugue.Unit> consumer)
Gets the attachment file (not the file name) that corresponds to the requested attachment.
|
protected void |
ViewThumbnailServlet.getInputStream(String attachmentPath,
InputStreamConsumer<com.atlassian.fugue.Unit> consumer) |
protected void |
ViewTemporaryAttachmentServlet.getInputStream(String attachmentQuery,
InputStreamConsumer<com.atlassian.fugue.Unit> consumer) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.