Modifier and Type | Method and Description |
---|---|
InputStream |
CachingAttachmentDao.getAttachmentData(Attachment attachment) |
InputStream |
CachingAttachmentDao.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
InputStream |
AttachmentDao.getAttachmentData(Attachment attachment)
Retrieves the InputStream representing the data for attachment
|
InputStream |
AttachmentDao.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range)
Retrieves the InputStream representing the specified range of data for attachment
|
AttachmentDataStream |
LegacyAttachmentDataDaoSupport.getAttachmentDataStream(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
InputStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment)
Deprecated.
|
InputStream |
AttachmentDataDao.getDataForAttachment(Attachment attachment)
|
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Deprecated.
|
AttachmentDataStream |
AttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Grabs the AttachmentData object for an Attachment
|
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Deprecated.
|
AttachmentDataStream |
AttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Grabs the AttachmentData object for an Attachment
|
Modifier and Type | Method and Description |
---|---|
InputStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment)
Deprecated.
|
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
InputStream |
AbstractHibernateAttachmentDao.getAttachmentData(Attachment attachment) |
InputStream |
AbstractHibernateAttachmentDao.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range) |
protected AttachmentData |
HibernateAttachmentDataDao.getAttachmentDataForAttachment(Attachment attachment)
Retrieves the attachment data object for a given attachment.
|
InputStream |
HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment) |
AttachmentDataStream |
HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Copyright © 2003–2017 Atlassian. All rights reserved.