Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStreamType |
AttachmentDataStream.getType() |
AttachmentDataStreamType |
AttachmentDataStream.InputStreamWrapper.getType() |
AttachmentDataStreamType |
AttachmentDataStream.FileWrapper.getType() |
AttachmentDataStreamType |
AttachmentDataStream.RandomFileWrapper.getType() |
static AttachmentDataStreamType |
AttachmentDataStreamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentDataStreamType[] |
AttachmentDataStreamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
LegacyAttachmentDataDaoSupport.assertIsRawBinary(AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
LegacyAttachmentDataDaoSupport.getAttachmentDataStream(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
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
|
Constructor and Description |
---|
FileWrapper(AttachmentDataStreamType dataStreamType,
File file) |
InputStreamWrapper(AttachmentDataStreamType dataStreamType,
InputStream inputStream) |
RandomFileWrapper(AttachmentDataStreamType dataStreamType,
File file,
RangeRequest range) |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStream |
TrackingAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
HierarchicalMultiStreamAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
AttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Fetches the data for a given attachment version and data stream type
|
AttachmentDataStream |
TrackingAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
AttachmentDataStream |
HierarchicalMultiStreamAttachmentDataFileSystem.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) |
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStream |
FileStoreAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
FileStoreAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryLocal.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryCloud.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryLocal.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryCloud.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStream |
HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Copyright © 2003–2016 Atlassian. All rights reserved.