| java.lang.Object | |
| ↳ | com.atlassian.confluence.upgrade.upgradetask.HierarchicalFileSystemAttachmentMoveTask |
A task that will move attachments from the previous storage layout of contentid/attachmentid/version (or for
CONF-8298 the layout last4digitsOfContentId/contentId/attachmentId/version) to the layout used by the new
HierarchicalFileSystemAttachmentDataDao implementation.
This class is not for multi-threaded use.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Perform some checks and set up the required instance variables prior to running this task.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
java.lang.Runnable
| |||||||||||||
Perform some checks and set up the required instance variables prior to running this task.

