Package | Description |
---|---|
com.atlassian.confluence.importexport.resource | |
com.atlassian.confluence.pages | |
com.atlassian.confluence.pages.attachments | |
com.atlassian.confluence.pages.persistence.dao | |
com.atlassian.confluence.pages.persistence.dao.filesystem | |
com.atlassian.confluence.pages.persistence.dao.filesystem.filestore |
Provide external filesystem (FileStore) for persisting and processing attachment data.
|
com.atlassian.confluence.pages.persistence.dao.filesystem.strategy | |
com.atlassian.confluence.pages.persistence.dao.hibernate | |
com.atlassian.confluence.web.rangerequest |
Modifier and Type | Method and Description |
---|---|
RangeRequest |
PartialAttachmentDownloadResourceReader.getRequestRange() |
@NonNull RangeRequest |
PartialDownloadResourceReader.getRequestRange() |
Constructor and Description |
---|
PartialAttachmentDownloadResourceReader(Attachment attachment,
org.springframework.core.io.InputStreamSource inputStreamSource,
RangeRequest range) |
Modifier and Type | Method and Description |
---|---|
InputStream |
DelegatorAttachmentManager.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range) |
InputStream |
AttachmentManager.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range)
Retrieve the specified range of data for attachment
|
InputStream |
CachingAttachmentManager.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range) |
InputStream |
DefaultAttachmentManager.getAttachmentData(Attachment attachment,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
InputStream |
CachingAttachmentDao.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 |
HierarchicalMultiStreamAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
AttachmentDataStream |
TrackingAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
AttachmentDataStream |
AttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Fetches the specified range of data for a given attachment version and data stream type
|
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStream |
FileStoreAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryCloud.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryLocal.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
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–2020 Atlassian. All rights reserved.