Modifier and Type | Method and Description |
---|---|
InputStream |
ReadThroughCachingAttachmentManager.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStream |
AttachmentDataFileSystem.getAttachmentData(AttachmentRef attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Fetches the specified range of data for a given attachment version and data stream type
|
AttachmentDataStream |
ContentDirectoryStructureAttachmentDataFileSystem.getAttachmentData(AttachmentRef attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
@NonNull RangeRequest |
PartialDownloadResourceReader.getRequestRange() |
RangeRequest |
PartialAttachmentDownloadResourceReader.getRequestRange() |
Constructor and Description |
---|
PartialAttachmentDownloadResourceReader(Attachment attachment,
org.springframework.core.io.InputStreamSource inputStreamSource,
RangeRequest range) |
Modifier and Type | Method and Description |
---|---|
InputStream |
DefaultAttachmentManager.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range) |
InputStream |
DelegatorAttachmentManager.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range) |
InputStream |
CachingAttachmentManager.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range)
Deprecated.
|
InputStream |
AttachmentManager.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range)
Retrieve the specified range of data for attachment
|
Modifier and Type | Method and Description |
---|---|
InputStream |
AbstractDelegatingAttachmentDao.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
InputStream |
AttachmentDao.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range)
Retrieves the InputStream representing the specified range of data for attachment
|
AttachmentDataStream |
AttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Grabs the AttachmentData object for an Attachment
|
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Deprecated.
|
Constructor and Description |
---|
RandomFileWrapper(AttachmentDataStreamType dataStreamType,
File file,
RangeRequest range) |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStream |
AttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Deprecated.
Fetches the specified range of data for a given attachment version and data stream type
|
AttachmentDataStream |
HierarchicalMultiStreamAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Deprecated.
|
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
AbstractHibernateAttachmentDao.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range) |
AttachmentDataStream |
HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
static RangeRequest |
RangeRequest.parse(String headerValue,
long contentLength)
Parse a range header value into a RangeRequest
|
Modifier and Type | Method and Description |
---|---|
int |
RangeRequest.compareTo(RangeRequest that) |
Copyright © 2003–2023 Atlassian. All rights reserved.