public class TrackingAttachmentDataFileSystem extends Object implements AttachmentDataFileSystem
Constructor and Description |
---|
TrackingAttachmentDataFileSystem(AttachmentDataFileSystem delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
dataExistsForAttachment(Attachment attachment)
Indicates whether the filesystem contains data for the given attachment
|
void |
deleteAllAttachmentVersions(Attachment attachment,
ContentEntityObject contentEntity)
Delete all data corresponding to all versions of the given attachment
|
void |
deleteSingleAttachmentVersion(Attachment attachment,
ContentEntityObject contentEntity)
Delete the data corresponding to a single attachment version
|
void |
deleteSingleAttachmentVersion(Attachment attachment,
ContentEntityObject contentEntity,
AttachmentDataStreamType dataStreamType)
Delete the data of the specified stream type corresponding to a single attachment version
|
AttachmentDataStream |
getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Fetches the data for a given attachment version and data stream type
|
AttachmentDataStream |
getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Fetches the specified range of data for a given attachment version and data stream type
|
AttachmentDataFileSystem |
getDelegate() |
void |
moveAttachment(Attachment oldAttachment,
Attachment newAttachment,
ContentEntityObject newContentEntity)
Move all data relating to one attachment to a new directory corresponding to the given new attachment and
content entity.
|
void |
moveAttachments(ContentEntityObject contentEntity,
Space oldSpace,
Space newSpace)
Move all data for all versions of all attachments corresponding to the given content entity in the given
space, to the same entity in a different space.
|
void |
moveDataForAttachmentVersion(Attachment sourceAttachmentVersion,
Attachment targetAttachmentVersion)
Move the data associated with one attachment version, to being associated with a different attachment version
|
void |
prepareForMigrationTo()
Prepare the data store for a migration from another type of data store.
|
boolean |
saveAttachmentData(Attachment attachment,
AttachmentDataStream dataStream,
boolean overwrite)
Save new data corresponding to the given attachment.
|
public TrackingAttachmentDataFileSystem(AttachmentDataFileSystem delegate)
public boolean dataExistsForAttachment(Attachment attachment)
AttachmentDataFileSystem
dataExistsForAttachment
in interface AttachmentDataFileSystem
public void moveAttachment(Attachment oldAttachment, Attachment newAttachment, ContentEntityObject newContentEntity)
AttachmentDataFileSystem
moveAttachment
in interface AttachmentDataFileSystem
oldAttachment
- The attachment whose data is to be movednewAttachment
- The attachment to which the data should be moved tonewContentEntity
- The content entity corresponding to the new attachmentpublic boolean saveAttachmentData(Attachment attachment, AttachmentDataStream dataStream, boolean overwrite)
AttachmentDataFileSystem
saveAttachmentData
in interface AttachmentDataFileSystem
attachment
- The attachment to which the data should be associateddataStream
- The new dataoverwrite
- If true, any existing data will be overwritten. If false, does nothing if data already exists.public void deleteAllAttachmentVersions(Attachment attachment, ContentEntityObject contentEntity)
AttachmentDataFileSystem
deleteAllAttachmentVersions
in interface AttachmentDataFileSystem
attachment
- the attachment whose data is to be deletedcontentEntity
- The content entity associated with the attachmentpublic void moveDataForAttachmentVersion(Attachment sourceAttachmentVersion, Attachment targetAttachmentVersion)
AttachmentDataFileSystem
moveDataForAttachmentVersion
in interface AttachmentDataFileSystem
sourceAttachmentVersion
- The attachment version containing the datatargetAttachmentVersion
- The attachment version to which the data should be movedpublic void deleteSingleAttachmentVersion(Attachment attachment, ContentEntityObject contentEntity)
AttachmentDataFileSystem
deleteSingleAttachmentVersion
in interface AttachmentDataFileSystem
attachment
- The attachment whose data should be deletedcontentEntity
- The content entity associated with the attachmentpublic void deleteSingleAttachmentVersion(Attachment attachment, ContentEntityObject contentEntity, AttachmentDataStreamType dataStreamType)
AttachmentDataFileSystem
deleteSingleAttachmentVersion
in interface AttachmentDataFileSystem
attachment
- The attachment whose data should be deletedcontentEntity
- The content entity associated with the attachmentdataStreamType
- The attachment stream typepublic AttachmentDataStream getAttachmentData(Attachment attachment, AttachmentDataStreamType dataStreamType)
AttachmentDataFileSystem
getAttachmentData
in interface AttachmentDataFileSystem
attachment
- The attachment version for which the data is to be fetcheddataStreamType
- The type of the data stream to be fetchedAttachmentDataStream
containing the resultpublic AttachmentDataStream getAttachmentData(Attachment attachment, AttachmentDataStreamType dataStreamType, Optional<RangeRequest> range)
AttachmentDataFileSystem
getAttachmentData
in interface AttachmentDataFileSystem
attachment
- The attachment version for which the data is to be fetcheddataStreamType
- The type of the data stream to be fetchedrange
- The range of the data stream to be fetchedAttachmentDataStream
containing the resultpublic void moveAttachments(ContentEntityObject contentEntity, Space oldSpace, Space newSpace)
AttachmentDataFileSystem
moveAttachments
in interface AttachmentDataFileSystem
contentEntity
- The content entity whose attachment data is to be movedoldSpace
- The original space of the content entitynewSpace
- The new space of the content entitypublic void prepareForMigrationTo()
AttachmentDataFileSystem
prepareForMigrationTo
in interface AttachmentDataFileSystem
public AttachmentDataFileSystem getDelegate()
Copyright © 2003–2018 Atlassian. All rights reserved.